Interface FirmwareId

This is referred to as the Firmware ID (FWID).

The firmware ID consists of the following components:

  • Product ID (mandatory) – For example, 9501. Sourced from the Assembly or Device section in the .hardware_description file.
  • Product Version (mandatory) – For example, 01. Sourced from the Assembly or Device section in the .hardware_description file.
  • Key ID (optional) – For example, 4622. Sourced from the Device section in the .hardware_description file.
  • Fieldbus Protocol (optional) – For example, 1 for EtherCAT. Sourced from the .variant file.

Example

"9501-01-4622-1"

Hierarchy

  • FirmwareId

Properties

fieldbusProtocol?: number
keyId?: number
productId: number
productVersion: number

Generated using TypeDoc