Interface BitsViewEntry

Describes a bit-field view definition for a specific CANopen object entry.

A BitsViewEntry defines how a parameter should be interpreted and visualized as individual bits in the UI.

Properties:

  • index — CANopen object index (e.g. 0x6040).
  • subindex — CANopen object subindex.
  • size — Bit width of the value (e.g. 1, 8, 16, 32).
  • names — Array of bit names. The array length should correspond to size, where each element represents the label of a bit position.
  • label — Human-readable label used for display in the UI.
  • smmLwVersion — Optional SMM Launchwave version. If defined, the entry applies only to that specific SMM version.

Hierarchy

  • BitsViewEntry

Properties

index: number
label: string
names: string[]
size: number
smmLwVersion?: number
subindex: number

Generated using TypeDoc