...
The address of a tag in Xpanel has the following format:
Tag Type | Format | Example |
Analog | [Symbol][Decimal Number] | P023 |
Digital | [Symbol][Decimal Number][.][Hexadecimal Number] | P000.F |
Symbol | Address | Description | Access |
P | 0001 - 1760 | Parameter Area The address of each tag can be induced from the parameter number of FC 300 or VLT 2800. For example, to monitor the ‘16-17 Speed [RPM]' of FC 300, the address should be designated with 'P1617’. For more parameters, please refer to the ‘How to Program’ section of the “FC 300 Design Guide”. The value written to this address will be transferred to the FC 300 or VLT 2800 directly. That means parameters of the inverter can be modified by writing the desired value to this address. The new value can be stored to not only RAM, but also to EEPROM of FC 300. For storing a set value to the EEPROM, the C002 point must have a non-zero value. | R/W |
C | 000 | Control Code 1 word-sized control data. Each bit has its own control meaning which is shown in the following ‘Control Code’ table. To control FC 300 or VLT 2800, write a value of the combination of the table. Ensure that the reference (C001) is set as the desired value before issuing this control code. | W |
001 | Reference This point is a signed word data (-32767 - +32767), and the range of data corresponds to -200% to +200% of reference. For example, the value of 16384 represents 100% of reference. This reference value must be set before the actual control by control code (C000). | ||
002 | EEPROM Writing If this is non-zero, the value written to the parameter area (Pnnnn) will be saved to the EEPROM as well as RAM of FC 300 or VLT 2800. Otherwise, the set value will be stored only in RAM. Ensure that this point is set as the desired value before parameter writing. |
...
[C000 : Control Code for FC 300]
Bit No. | Bit Value = 0 | Bit Value = 1 |
00 | Reference value | External selection lsb |
01 | Reference value | External selection msb |
02 | DC brake | Ramp |
03 | Coasting | No coasting |
04 | Quick stop | Ramp |
05 | Freeze output | Use ramp |
06 | Ramp stop | Start |
07 | No function | Reset |
08 | No function | Jog |
09 | Ramp 1 | Ramp 2 |
10 | Data not valid | Data valid |
11 | Relay 01 open | Relay 01 active |
12 | Relay 02 open | Relay 02 active |
13 | Parameter set-up | Selection lsb |
14 | Parameter set-up | Selection msb |
15 | No function | Reverse |
...
[C000 : Control Code for VLT2800]
Bit No. | Bit Value = 0 | Bit Value = 1 |
00 |
| Preset reference lsb |
01 |
| Preset reference msb |
02 | DC brake |
|
03 | Coasting stop |
|
04 | Quick stop |
|
05 | Freeze output frequency |
|
06 | Ramp stop | Start |
07 |
| Reset |
08 |
| Jog |
09 | Ramp 1 | Ramp 2 |
10 | Data not valid | Data valid |
11 |
| Relay 01 activated |
12 |
| Digital output terminal 46 activated |
13 | Selection setup, lsb |
|
14 | Selection setup, msb |
|
15 |
| Reverse |
...