beautypg.com

ProSoft Technology AN-X-TI User Manual

Page 30

background image

Page

26

AN-X-TI-MAS

November 2011

Example:

ClxSlot, 0

Each scheduled connection consists of output data and input data.

Scheduled outputs from the ControlLogix processor for that connection
begin with a line with just the keyword DataOutput.

Scheduled inputs to the ControlLogix processor for that connection begin
with a line with just the keyword DataInput.

Data definitions consist of lines that define the mapping between the
ControlLogix data table and the TI remote I/O module location (base,
slot, and data type).

They consist of lines of the form

CLX_offset (optional), I/O_Location, 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, which will be the next
available offset from the previous assignment.

The I/O_location consists of an address in the form bxxsyytt where xx is
the base number, from 01 to 15, ss is the slot number, from 01 to 16, and
tt is the data type, either x, y, wx, or wy

Example:

To associate ControlLogix offset 27 with the X data for the module at
address base 1, slot 4 and assign it tagname tag1

27, b01s04x, tag1

Example:

To map the WX data for the module at address base 14, slot 3 to the next
available ControlLogix location and assign it tagname tag2

, b14s03wx, tag2

Example Configuration File:

ScanInProg ; Scan TI 505 When CLX is in Prog Mode, all outputs will be 0

ClxName,TImaster

ClxPrefix,TI_

; *** Y - TI Discrete Outputs

ClxSlot,0