
B-63983EN/02 4.LADDER LANGUAGE
- 343 -
Parameter
This parameter is not used.
Enter "0" as the input value. (NOTE)
NOTE
Thanks to the compatibility with the former models,
the instruction runs normally if the entered value is in
the range between 1 and 2000.
Numerical data display
To change the numerical data contained within the messages, enter in
the messages the number of digits making up the data and the memory
address to contain the data. To differentiate between the numerical
data from the other message data, write it within [ ] in the message.
Since the brackets, [ ], are used to contain numerical data, they are not
themselves treated as symbols to be included in the messages.
(a) Numerical data format
(i) Signed
ddress where the numerical data is stored
Set binary data in the specified address.
Set the "bid" data after the letter "I":
[Ibid, ¡¡¡¡]
b: Number of bytes (1, 2, or 4)
i: Number of digits in the integer part (0 to 8)
d: Number of digits in the decimal part (0 to 8)
(ii) Unsigned
ddress where the numerical data is stored
Set binary data in the specified address.
Set the "bid" data after the letter "U".
[Ubid, ¡¡¡¡]
b: Number of bytes (1, 2, or 4)
i: Number of digits in the integer part (0 to 8)
d: Number of digits in the decimal part (0 to 8)