General.DeviceClass | UINT32 | The DeviceClass parameter specifies the device class. At the moment, only "ProgrammableLogicController" is supported.
0: Undefined 1: ProgrammableLogicController 2: BusCoupler 3: Switch |
General.VendorName | STRING | The VendorName parameter indicates the name of the manufacturer. |
General.ArticleName | STRING | The ArticleName parameter indicates the device name. |
General.ArticleNumber | STRING | The ArticleNumber parameter indicates the order number of the device. |
General.SerialNumber | STRING | The SerialNumber parameter indicates the serial number of the device. |
General.CloudUuid | STRING | The CloudUuid parameter indicates the Proficloud UUID of the device. |
General.Firmware.Version | STRING | The FirmwareVersion parameter indicates the firmware version of the device. Here, the 5-level notation (Major, Minor, Patch, Build, Status) is used. |
General.Firmware.VersionMajor | BYTE | The firmware version year is indicated without the first two digits. E.g., “2019” is indicated as 19. |
General.Firmware.VersionMinor | BYTE | FirmwareVersionMinor |
General.Firmware.VersionPatch | BYTE | FirmwareVersionPatch |
General.Firmware.VersionBuild | UINT32 | FirmwareVersionBuild |
General.Firmware.VersionStatus | STRING | FirmwareVersionStatus |
General.Firmware.BuildDate | STRING | FirmwareBuildDate ISO 8601 format <YYYY>-<MM>-<DD> |
General.Firmware.BuildTime | STRING | FirmwareBuildTime ISO 8601 format <hh>:<mm>:<ss> |
General.Hardware.Version | STRING | The HardwareVersion parameter indicates the hardware version of the device. |
General.Fpga.Version | STRING | The FPGAVersion parameter indicates the FPGA version of the device. Here, the 3-level notation (Major, Minor, Patch) is used. |
General.Fpga.VersionMajor | BYTE | FPGAVersionMajor |
General.Fpga.VersionMinor | BYTE | FPGAVersionMinor |
General.Fpga.VersionPatch | BYTE | FPGAVersionPatch |
General.UniqueHardwareId | STRING | Sha256 Hash (32byte) hexadecimal coded as string |
General.SPNS.Fpga.Version | STRING | FPGA version of the SPNS (only for devices with integrated safety PLC) |
General.SPNS.Fpga.VersionMajor | BYTE | SPNS FPGA version, major |
General.SPNS.Fpga.VersionMinor | BYTE | SPNS FPGA version, minor |
General.SPNS.Fpga.BuildVersion | Unsigned32 | NS FPGA build version |
General.SPNS.Firmware.Version | STRING | SPNS firmware version |
General.SPNS.Firmware.VersionMajor | BYTE | SPNS firmware version, major |
General.SPNS.Firmware.VersionMinor | BYTE | SPNS firmware version, minor |
General.SPNS.Firmware.BuildVersion | Unsigned32 | SPNS firmware build version |
Interfaces.Ethernet.Count | BYTE | The NoOfNetworkInterfaces parameter indicates the number of network interfaces. |
Interfaces.Ethernet.{adapterIndex}.{port}.Mac | STRING | The Mac parameter indicates the MAC address of the selected network interface.adapterIndex: 1, 2,...port = 0 for the interface MACport = 1, 2,... for the port MACMAC data format is always AA:BB:CC:DD:EE:FF |