Pulse output instructions
1081
Part III FP Instructions
Example
In this example the function is programmed in ladder diagram (LD). The same POU header is used
for all programming languages.
DUT
The DUT F176_PulseOutput_Center_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_Center(n_iPulseOutputChannel := 0,
s_dutDataTable := dutCenterData);
END_IF;