Pulse output instructions
1032
Part III FP Instructions
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 DF(start) THEN
F167_PulseOutput_Reset(n_diPulseOutputChannel := 0,
s_diTargetValue := -200,
d_Y => out_0);
END_IF;