AN-X2-GENI (AN-X-GENI/B) Page
23
Data definitions consist of lines that define the mapping between the ControlLogix data
table and the Genius module.
They consist of lines of the form
CLX_offset (optional), Genius_Node, tagname
The CLX_offset is the offset into the data for the connection. You can select the offset
where the data is located or you can leave it blank and AN-X will automatically assign
the offset.
The Genius_Node consists of an address in the form bSBA where SBA is the 2-digit
serial bus address (SBA) of the module on the Genius bus, from 1 to 31.
Example:
To associate ControlLogix offset 27 with the outputs from the Genius module at serial
bus address 4 and assign it tagname Block4Outputs, add the following line to the
DataOutput section of the connection
27, b4, Block4Outputs
Example:
To map the inputs from the Genius module at address 31 to the next available
ControlLogix location and assign it tagname Block31Inputs, add the following line to the
DataInput section of the connection
, b31, Block31Inputs
Global Data
Sending Global Data
To map the Global data sent by AN-X to the output data for a connection, add the
following line to the DataOutput section of the connection:
GlobSend
AN-X obtains the length of the global data to map from the Genius I/O configuration file
(see page 19).
90-70
To configure the 90-70 to receive global data from the AN-X:
1.
Add a Genius device to the bus controller as a Generic I/O device
2.
Set the Config mode to manual