Interface representing a safety statusword bit. A safety statusword bit contains:
name
abbrv
description
Example:
const statusBit: SafetyStatuswordBit = { name: 'STO state', abbrv: 'STO', description: 'Safety Torque Off state'};
Optional
Generated using TypeDoc
Interface representing a safety statusword bit. A safety statusword bit contains:
name
: A human-readable label for the bit.abbrv
: An optional abbreviation for the bit.description
: An optional description of the bit's purpose.Example: