Extends the SafetyStatuswordBit interface by adding a value property. This represents a safety status word bit with its corresponding numerical value.
SafetyStatuswordBit
value
Example:
const statusBitValue: SafetyStatuswordBitValue = { name: 'STO state', abbrv: 'STO', description: 'Safety Torque Off state', value: 1};
Generated using TypeDoc
Extends the
SafetyStatuswordBit
interface by adding avalue
property. This represents a safety status word bit with its corresponding numerical value.Example: