Panasonic FP Series Programming Manual page 1013

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
F19_SJP(_label);
END_IF;
Counter:=Counter+1;
LBL(1);
Counter:=Counter+1;
1012

Advertisement

Table of Contents
loading

Table of Contents