Pulse output instructions
1060
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 F171_PulseOutput_Jog_Positioning_Type0_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 (Start) THEN
dutJog.diInitialAndFinalSpeed:=diInitialAndFinalSpeed;
END_IF;
IF (Start) THEN
F171_PulseOutput_Jog_Positioning(s_dutDataTable := dutJog, 0);
END_IF;