Interface SafetyStatuswordBit

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:

const statusBit: SafetyStatuswordBit = {
name: 'STO state',
abbrv: 'STO',
description: 'Safety Torque Off state'
};

Hierarchy

  • SafetyStatuswordBit

Properties

Properties

abbrv?: string
description?: string
name: string

Generated using TypeDoc