Canonical Data Types For OPC
Canonical Data Types For OPC
Canonical Data Types For OPC
See Also: OPC Data Access Specification for details on these methods.
Note: Each driver supports different addresses and data types. Please check the
individual driver help file for the supported addresses and data types. All
help files will display the default address data type in bold letters.
∗ In KEPServerEX, the maximum size of an array is determined by the block size in the driver. So if the block
size is 100 bytes, a byte array can only have 100 bytes, a Word array of 50 words, and so on.
+ Because BCD and LBCD data types are not standard variable data types they are assigned the same
canonical data type as a Word or Long item, respectively. To have the server dynamically create an item
with this data type, append the data type to the end of the address. In the SimDemo project provided by
Kepware asking for an R register on Channel_1 and Device_1, device address R30; the item id would be
Channel_1.Device_1.R30@BCD. See the KEPServerEX help file for details.