File with descriptions of devices: devices.csv

The file with descriptions of devices contains an enumeration of devices, their types, and connection IDs. A connection ID specified in the device description file is used in the connections and protocols description file for purposes of linking with tags and protocols.

If you use different protocols with different sets of tags, you have to use several connections for one device. Connection IDs in each row of the devices.csv file have to be unique.

The file should begin with header strings containing the data needed for file processing. An example of header strings of the devices.csv file is provided below.

Example:

'Devices

'Format Version V1.0.0.0;KICS Importer Version V1.0.0.0

'Field separator: ; Decimal separator: . Text quotes: " Var name separator: .

'Device;Type;Connection

Header strings of the devices.csv file contain the following values:

The header strings are followed by the file body containing the values of parameters (device name, device type code, connection ID). An example of the devices.csv file is provided below.

Example:

'Devices

'Format Version V1.0.0.0;KICS Importer Version V1.0.0.0

'Field separator: ; Decimal separator: . Text quotes: " Var name separator: .

'Device;Type;Connection

"ms_plc";4;"ms_plc"

"mc_SysQ";8;"mc_SysQ"

Page top