Pulse output instructions
1085
Part III FP Instructions
Example
In this example the function has been programmed in ladder diagram (LD) and structured text (ST).
The same POU header is used for all programming languages.
DUT
The DUT F176_PulseOutput_Pass_DUT is predefined in the FP Library.
POU header
All input and output variables used for programming this function have been declared in the POU
header.
LD
ST
When programming with structured text, enter the following:
IF DF(Trigger) THEN
F176_PulseOutput_Pass(n_iPulseOutputChannel := 0,
s_dutDataTable := dutPassData);
END_IF;