Panasonic FP Series Programming Manual page 425

Hide thumbs Also See for FP Series:
Table of Contents

Advertisement

Arithmetic instructions
Body
The first element of the ARRAY's input_value is given the value 1 (- sign). The second element
has 0 as its whole number value, and in the third element 16#4500 is written as the value after the
decimal point. When the variable start is set to TRUE, the function is carried out. The result for the
output_value = 16#333 (333°).
LD
ST
input_value[0]:=1;
input_value[1]:=0;
input_value[2]:=16#4500;
IF
start
THEN
F303_BASIN(input_value, output_value);
END_IF;
424

Advertisement

Table of Contents
loading

Table of Contents