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
subindex
size
names
label
smmLwVersion
Optional
Generated using TypeDoc
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 tosize, 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.