...
The address of a tag in Xpanel has the following format.
Tag Type | Format | Example |
Analog | [Symbol][Address] | D064 |
Digital | [Symbol][Address].[Bit Number] or [Symbol][Address][Bit Number] | M012.A or M012A |
Address: decimal number (0..65535)
Bit number: hexadecimal number (0..F)
The following table shows the list of devices that can be referenced in the Xpanel database.
Symbol | Description | Range(Word) | Word Notation | Bit Notation | Type | Access |
P | I/O Relay | 2048 | P123 | P123A | Bit/Word | R/W |
M | Auxiliary Relay | 2048 | M123 | M123A | Bit/Word | R/W |
L | Link Relay | 11264 | L123 | L123A | Bit/Word | R/W |
K | Keep Relay | 8192 | K123 | K123A | Bit/Word | R/W |
F | Special Relay | 2048 | F123 | F123A | Bit/Word | R |
T | Timer (CV) | 2048 | T123 | - | Word | R/W |
C | Counter (CV) | 2048 | C123 | - | Word | R/W |
D | Data Reg | 32768 | D123 | D123.A(1) | Bit/Word | R/W |
N | Comm. Data Reg | 28763 | N123 | N123.A(1) | Bit/Word | R/W |
(1) When a 'D' or 'N’ register is referenced by a digital tag with bit notation, it cannot be written (read-only).
...
The following table shows the list of functions that are supported by the ‘LSIS XGT Series Ethernet’ communication driver.
Function | Support | Remark |
Block Data Read | O |
|
Block Data Write | O |
|
String Real Tag | O |
|
Word Swap | X |
|
Dword Swap | X |
...