FP-e display instructions
974
Part III FP Instructions
ST
When programming with structured text, enter the following:
IF DF (Enable0) THEN
F180_SCR_DUT(ScreenSelection:=DisplayMode0,
ScreenControl:=DisplayCtrlData0,
DataUpperSection:=ElapsedValue0,
DataLowerSection:=SetValue0);
F181_DSP (DisplayMode0);
END_IF;
IF DF (Enable1) THEN
F180_SCR_DUT(ScreenSelection:=DisplayMode1,
ScreenControl:=DisplayCtrlData1,
DataUpperSection:=ElapsedValue1,
DataLowerSection:=SetValue1);
F181_DSP (DisplayMode1);
END_IF;