Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Address Notation

[ Symbol ][ Offset ][ . ][ Bit number ]

  • Symbol: A, B, C, F, H, P, X or Y

  • Offset: 3 digits decimal number (001 … ???)

  • Bit number: 2 digits decimal number (00 … 31) with proceeding dot (.)

All analog real tags must be declared as a UINT32 data type for normal data processing as shown in the picture below. Some points need the scale factor for simple and easy data manipulation in Xpanel. The point map in the next section includes a recommended scale factor column for those points.

Point Map

Scale: Some points need a scaling process for simple and easy data manipulation in Xpanel. Recommended scale factors are given in the 'Scale' column of the table above.

Cmd: The command codes used in the communication between Xpanel and the inverter are listed in the table above. Please refer to the inverter manual for more information about the command codes. The points without command codes are internal points of Xpanel. The following sections describe these internal points.

Write Only Points (Y): The points with the symbol 'Y' are write-only. When these points are monitored on the screen of Xpanel, the value of zero is displayed. The points Y004 and Y009 are exceptions. These two points are described in the following sections.

Inverter Status Flags

(X014/X015/X016)

Each status data keeps a code as shown in the following data.

Trip History

(Y008/Y009)

The inverter keeps a total of 6 trip history data on its memory. The Xpanel driver provides a method to choose one of those 6 trip history data for monitoring.

In order to monitor a trip history in Xpanel, Y009 has to be set to a value between 1 and 6. This value denotes the history data ID to be stored in X018 - X027. Once the Y008 point is written as zero or one, one of the history data blocks is copied to the monitoring points X018 - X027 as shown in the image below.

  • When the Y008 point is written as zero (0), the internal trip history data buffer is copied to the monitoring points X018 - X027.

  • When the Y008 point is written as one (1), the internal trip history data buffer is updated by the data from the inverter.

Thus, the following script program updates the trip history data which is stored in monitoring points X018 - X027.

 TAG_Y009 = 1;   // Set the trip history ID (1...6)

 TAG_Y008 = 1;   // Update the history data by communication

Intelligent Terminal

Function (Y003/Y004)

The intelligent terminal functions are composed of 64-bit control flags as listed in the table below. These control flags are accessed by Xpanel with two different double word points: Y003 and Y004. Y003 holds high 32-bit flags of intelligent terminal function and Y004 holds low 32-bit flags.

When data is written to Y004 points, Xpanel stores the value in its memory. Xpanel does not send the Y004 data to the inverter until the point Y003 is written as some value.

The following script program sends "forward: bit 0 of Y004", "multi-speed 1: bit 2 of Y004" and "multi-speed 2: bit 3 of Y004" commands to the inverter at the same time.

 TAG_Y004 = 0x000D;    // Set the low command flags

TAG_Y003 = 0;               // Set the high command flags and send commands to inverter

 

Wiring Diagram

...

RS-485

Image Added

Xpanel COM1 RS-422/485

Image Added