SC-HG1 Series FB Library Reference Manual for Mitsubishi MELSEC iQ-R series Sequencer
WUME-SCHG1IQRFB-1
30/184
■ Output labels
Name
Variable name
Data type
Default
Description
Execution Status
o_bENO
Bit
OFF
Stays ON while the FB is running.
Normal Completion
o_bOK
Bit
OFF
Turns ON upon normal completion of the FB.
Error Completion
o_bErr
Bit
OFF
Turns ON upon error completion of the FB.
Error Code
o_uErrId
Word
[Unsigned]
0
Stores the error code that occurred in the FB.
Sensor output
o_u3SensorOutput[n]
Word
[Unsigned]
0
Stores the word information (consisting of 16
pieces of bit information) that represents the
connected controller's output status.
bit 0: Master device
bit 1: 1st slave device
to
bit 13: 13th slave device
bit 14: 14th slave device
3 arrays exist and the output occurs in
accordance with the following.
o_u3SensorOutput[0]:
Controller judgment output 1
o_u3SensorOutput[1]:
Controller judgment output 2
o_u3SensorOutput[2]:
Controller judgment output 3
Detected value
o_d15DetectedValue[n]
Double
word
[Signed]
0
Stores the controller detected values.
15 arrays exist and each array stores the
detected value of the (n+1)th controller from
the parent device.