Okuma Alarm-B 2217 Output variable setting data mistake


Okuma Alarm-B 2217 Output variable setting data mistake
Data size of the data to be set for an output variable is wrong.

Object
SYSTEM

Code
Hexadecimal number of wrong data
2 – FF->Not specified in 1 Bit
100->and overNot specified in 1 byte

Probable Faulty Locations
Program error
Program Example:
:
VDOUT[1]=2
VDOUT[9]=256
:

Measures to Take
Check the VDOUT command.
The output variables must be set within the data size specified for each variable.
Since VDOUT[1] is 1-bit data, data should be set with 0 or 1.
Since VDOUT[9] is byte data, data should be set within the range from 0 to 255.
[Related Specifications]
User task 2

Okuma Alarm-B 2217 Output variable setting data mistake