System information
General Reference Guide IO Servers Configuration
RG-001-0-EN ver 1.5 eWON® - 20/03/2009 - ©ACT'L sa Page 142
5.15.3.1 Value Name
The syntax is the following:
<Memory Type Symbol>[<Modifier>]<address>
Note: The Modifier can be omitted, the modifier in bold will be used.
(*) Important: See “Tags are stored as Float” on page 67
Examples
• Status register:
The STATUS Tag is a special Tag that returns information about the current state of communication for a given device. As for the other Tags, the
status Tag ValueName is composed of:
Symbol Memory type
Modifier allowed
(optional)
Address
X Input Bit (boolean) 1 to 3 OCTAL digits
Y Output Bits (boolean) 1 to 3 OCTAL digits
M Auxiliary relays (boolean) 1 to 4 decimal digits (max 7999)
M Special Auxiliary relays
(boolean)
1 to 4 decimal digits (min 8000)
S States (boolean) 1 to 4 decimal digits
TC Timer Contacts (boolean) 1 to 3 decimal digits
CC Counter Contacts (boolean) 1 to 3 decimal digits
TR Timer Reset (boolean) 1 to 3 decimal digits
CR Counter Reset (boolean) 1 to 3 decimal digits
T Timer Value W, S 1 to 3 decimal digits
C Counter Value W, S 1 to 3 decimal digits (max 199)
C High Speed Counter Value L, D 1 to 3 decimal digits (min 200)
D Data Registers S, W, L, D, F 1 to 4 decimal digits (max 7999)
D Special Data Registers S, W, L, D, F 1 to 4 decimal digits (min 8000)
Table 123: MITSUFX Memory types and address scheme
Symbol Modifier value range
W Word 0 .. 65535
S signed Word -32768 .. 32767
D DWord 0 .. 4294967296 (*)
L signed DWord -2147483648 .. 2147483647 (*)
F Float +/- 3.4e38
Table 124: MITSUFX Modifiers
address point to
X14 input bit at octal address 14
D3 data register at address 3 (read as Signed Word)
DD3 data register at address 3 (read as DWord)
DF3 data register at address 3 (read as Float)
D8010 special data register at address 8010 (read as Signed Word)
C199 counter value at address 199 (read as Word)
C200 high speed counter at address 200 (read as DWord)
Table 125: MITSUFX register address examples