...
Item | Description | ||
Data Type | Select the data type to be used for the column control. This option is different from the BIT, WORD selection in the [Language Configuration] window. When you select ‘Digital’, you will control the column with 0 or 1. All values exceeding 1 will be recognized as 1. When you select ‘Analog’, you will control the column with the value assigned to the device address. The values from 0 to 15 will only be recognized. The values exceeding 15 will be recognized as 15 or will follow the configuration in the [Option] window. | ||
I/O Device | Displays the list of I/O devices registered in the current project. | ||
Device Address | Assigns the device and address for the column control. | ||
Device Type | Displays the list of devices according to the selected I/O device and the data type. | ||
Address | Enter the starting address of the device. The value you can input may differ according to the data type (BIT/WORD) selection from the [Language Configuration] window, the selected I/O device, and the device type. | ||
Device Address | You can use this keypad if you must input the address without a keyboard. Enter the address in decimal or hexadecimal according to the device type. For example, if you assign an address in device X of CIMON-POWERTRAN PLC, the address must be assigned in hexadecimal. In the case of the device D, the address must be assigned in decimal. | ||
Option | The [Option] button is activated when the ‘Analog’ option is selected. Press [Option] to bring up the [Analog Tag Option] window as shown below. | ||
Data Type | You can select the analog data type from the following list types: UINT8, UINT16, UINT32, INT8, INT16, INT32, UBCD8, UBCD16, UBCD32, BCD8, BCD16, BCD32, Float. UINT16 is the default type. | ||
Internal Data | Enter the value range to be displayed on the Xpanel. The default range is from 0 to 65535. When you select the ‘Clipping’ option, a warning message will appear when the value exceeds the assigned range, and the exceeded value will not be used. | ||
Raw Data | Enter the value range that will be input to the PLC. For example, if the raw data range is from 0 to 16000 and the internal data range is from 0 to 100, the Xpanel will display 100 when the PLC gets the value 16000. | ||
Scale | This option calculates the PLC data and displays the result to the Xpanel. The Scale calculation is as shown below. Scale = Raw Data x Scale + Offset |
...