LD IODDT_Var
READ_TOPO_ADDR
ST Topological_Addr
Topological_Addr := READ_TOPO_ADDR(IODDT_Var);
Parameter
|
Type
|
Comment
|
---|---|---|
IODDT_Var
|
Channel-type IODDT variable whose physical location (topological address) you wish to ascertain.
Examples: IODDT_Var of type T_COUNT_STD.
|
Parameter
|
Type
|
Comment
|
---|---|---|
Topological_Addr
|
Table of 5 integers representing the topological address of the IODDT_Var variable.
Topological_Addr[0]: bus number (0 if the channel is located on an in-rack module).
Topological_Addr[1]: device number (0 if the channel is located on an in-rack module).
Topological_Addr[2]: rack number.
Topological_Addr[3]: module number.
Topological_Addr[4]: channel number.
|