Process control instructions
963
Part III FP Instructions
ST
When programming with structured text, enter the following:
if (bScale) then
SCALE_UINT(uiInput := uiInput,
uiInputLowerLimit := 123,
uiInputUpperLimit := 45678,
uiOutputLowerLimit := 321,
uiOutputUpperLimit := 65535,
uiOutput => uiOutput);
end_if;