Panasonic FP Series Programming Manual page 526

Hide thumbs Also See for FP Series:
Table of Contents

Advertisement

In this example the function has been programmed in ladder diagram (LD) and structured text
Example
(ST).The same POU header is used for all programming languages.
POU header
All input and output variables used for programming this function have been declared in the POU
header.
Body
When the variable start is set to TRUE, the function is carried out.
LD
ST
When programming with structured text, enter the following:
IF
start
THEN
F68_XNR(value_1, value_2, output_value);
END_IF;
Bitwise Boolean instructions
525

Advertisement

Table of Contents
loading

Table of Contents