17.5
Setting the Station Number to Own Station
G(P).UINI, Z(P).UINI
RnPCPU
RnPCPU
RnCPU RnENCPU
(Process)
(Redundant)
These instructions set the station number for the normal, or own, station whose station number has not yet been set.
Ladder
(U)
(s)
(d)
FBD/LD
EN
ENO
U
d
s
■Execution condition
Instruction
G.UINI
Z.UINI
GP.UINI
ZP.UINI
Setting data
■Description, range, data type
Operand
Description
(U)
G(P).UINI
Start I/O number (first three digits in four-digit
hexadecimal representation) of own station or
own node
Z(P).UINI
Start I/O number (first three digits in four-digit
hexadecimal representation) of own station or
own node
(s)
Own station start device where control data is
stored
(d)
Device of the own station, which turns on for one
scan upon completion of the instruction.
When the instruction completes with an error,
(d)+1 also turns on.
EN
Execution condition
ENO
Execution result
*1 When specifying setting data by using a label, define an array to secure enough operation area and specify an element of the array
label.
RnSFCPU RnSFCPU
(Standard)
(Safety)
Execution condition
ST
ENO:=G_UINI(EN,U,s,d);
ENO:=GP_UINI(EN,U,s,d);
ENO:=Z_UINI(EN,U,s,d);
ENO:=ZP_UINI(EN,U,s,d);
Range
Data type
00H to FEH
16-bit unsigned binary
00H to FEH
String
Refer to the control data.
Device name
Bit
Bit
Bit
17 CC-LINK IE CONTROLLER NETWORK INSTRUCTIONS
17.5 Setting the Station Number to Own Station
17
Data type (label)
ANY16
ANY16_OR_STRING_
SINGLE
*1
ANY16
ANYBIT_ARRAY
(Number of elements: 2)
BOOL
BOOL
1597