Interface UiPdoMapping

Describes the mapping of Process Data Objects (PDOs) used in the UI configuration.

Hierarchy

  • UiPdoMapping

Properties

Properties

rx: Record<string, string[]>

Receive PDO mappings — maps each PDO index (e.g., "0x1600") to an array of mapped object dictionary entry identifiers.

tx: Record<string, string[]>

Transmit PDO mappings — maps each PDO index (e.g., "0x1A00") to an array of mapped object dictionary entry identifiers.

Generated using TypeDoc