Panasonic FP Series Programming Manual page 1016

Hide thumbs Also See for FP Series:
Table of Contents

Advertisement

Program execution control instructions
ST
When programming with structured text, enter the following:
(* if Start is true Counter will be incremented by 1, else by 2 *)
IF
Start
THEN
JP(1);
END_IF;
Counter:=Counter+1;
LBL(1);
Counter:=Counter+1;
1015

Advertisement

Table of Contents
loading

Table of Contents