Directly represented variables, Figure 45 select variable dialogue, Trusted – Rockwell Automation T8082 Trusted Toolset Suite User Manual
Page 62: Toolset suite t8082

Trusted
TM
Toolset Suite T8082
Issue 14 Feb 10
PD-T8082
62
3.6. Directly Represented Variables
Free channels are the ones which are not linked to a declared I/O variable. IEC1131 TOOLSET
enables the use of directly represented variables in the source of the programs to represent a free
channel. The identifier of a directly represented variable always begins with % character.
Within a toolset program, the directly represented variables are listed on opening the variable dialogue
to type in a variable name, as shown in Figure 45 below.
Figure 45 Select Variable Dialogue
The naming conventions of a directly represented variable for a channel of a single board are listed
below. s is the slot number of the board. c is the number of the channel.
%IXs.c……..free channel of a boolean input board
%IDs.c……..free channel of an integer input board
%ISs.c……..free channel of a message input board
%QXs.c……..free channel of a boolean output board
%QDs.c……..free channel of an integer output board
%QSs.c……..free channel of a message output board