AN-X-MOD (Master) Page
37
Importing Tags in RSLogix 5000
To import the tags into RSLogix 5000, you must be offline. Select
Tools/Import Tags
and import the tag file.
Tag Format
AN-X builds the tags from the ControlLogix configuration. Each tag is a
ControlLogix alias. For example,
ALIAS,"","MOD_d05s4_Out","B804","","AnxMod:0:O.Data[0]"
In this example, the tag name is MOD_d05s4_Out. The name is made
up of the ClxPrefix and the tagname from the configuration file. If there
is more that one word of data for the module, AN-X appends an
underscore and a number to the tagname, for example
ALIAS,"","MOD_d05r4s4_Inp_0","B863","","AnxMod:0:I.Data[8]"
ALIAS,"","MOD_d05r4s4_Inp_1","B863","","AnxMod:0:I.Data[9]"
ALIAS,"","MOD_d05r4s4_Inp_2","B863","","AnxMod:0:I.Data[10]"
ALIAS,"","MOD_d05r4s4_Inp_3","B863","","AnxMod:0:I.Data[11]"
The address is AnxMod:0:O.Data[0]. The address is made up of the
ClxName and the data location.