Trusted, Toolset suite t8082 – Rockwell Automation T8082 Trusted Toolset Suite User Manual

Page 63

Advertising
background image

Trusted

TM

Toolset Suite T8082

Issue 14 Feb 10

PD-T8082

63

The naming conventions of a directly represented variable for a channel of a complex equipment are
listed below. s is the slot number of the equipment. b is the index of the single board within the
complex equipment. c is the number of the channel.

%IXs.b.c……..free channel of a boolean input board

%IDs.b.c……..free channel of an integer input board

%ISs.b.c……..free channel of a message input board

%QXs.b.c……..free channel of a boolean output board

%QDs.b.c……..free channel of an integer output board

%QSs.b.c……..free channel of a message output board

In Figure 45 above, the free channels of the boolean input board for slot 1 board 1 are shown.

Some examples are given below.

%QX1.6

6th channel of the board #1 (boolean output)

%ID2.1.7 7th channel of the board #1 in the equipment #2 (integer input)

Note: A directly represented variable cannot have the real data type.

Advertising