Interface UiConfig

Represents the UI configuration stored on the device in the ui.config.json file.

Hierarchy

  • UiConfig

Properties

feedConstantUnit?: string

Optional unit associated with the feed constant. Common examples: "mm", "inch", "deg", etc.

interfaceUnit?: InterfaceUnit

Optional user-selected unit configuration for feed display. Determines how feed values are presented in the UI.

pdoMapping?: UiPdoMapping

Optional mapping of PDOs for both receive (Rx) and transmit (Tx) directions. Each key represents a PDO index (e.g., "0x1600"), and the value is a list of mapped entry identifiers.

Generated using TypeDoc