QUICKDESIGNER
Toshiba
••••
239
Toshiba Tag Variables
Format: MA:F{ L }_d
M - memory type
X - input bit, all plcs
XW - input register, all plcs
Y - output bit, all plcs
YW - output register, all plcs
R - auxiliary bit, all plcs
RW - auxiliary register, all plcs
L - link relay, only t2s and t3s
LW - link relay register, only t2s and t3s
Z - link device, all plcs
ZW - link device register, all plcs
S - special, only t2s and t3s
SW - special register, only t2s and t3s
T - timer, all plcs
T. - timer bit ( single bit indicating completion ), T1 - T3
C - counter, all plcs
C. - bit ( single bit indicating completion ), T1 - T3
D - data register, all plcs
F - files, t2s and t3s
NOTE: The X and Y memory types map to the SAME registers
NOTE: The X and Y memory types do not keep their values in run mode. For example, if you
write a 1 to X00 you would see a value of one for an instant but it would go back to zero.
A - address NOTE: in the case of input devices x, y, r ... the last digit indicates the bit desired
F - format
I - signed integer
U - unsigned integer ( DEFAULT FOR ALL REGISTER DATA )
C - BCD
F - float ( NOT CURRENTLY SUPPORTED )
A - ascii
B - bit followed by number to specify which bit
L or l - long data ( 32 bits ) ( NOT SUPPORTED )
d – destination
Destination address other than default target address.