Panasonic FP Series Programming Manual page 308

Hide thumbs Also See for FP Series:
Table of Contents

Advertisement

POU header
All input and output variables which are used for programming the function block SR are declared
in the POU header. This also includes the function block (FB) itself. By declaring the FB you create
a copy of the original FB. This copy is saved under copy_name, and a separate data area is
reserved.
Body
If set is set (status = TRUE), signal_output will be set. If only reset is set, the signal_output will
be reset (status = FALSE). If both set and reset are set, signal_output will be set.
LD
ST
When programming with structured text, enter the following:
copy_name( SET:= set, RESET:= reset);
signal_output:= signal_output;
Bistable instructions
307

Advertisement

Table of Contents
loading

Table of Contents