OD_6041_00 Statusword
Function
This object returns information about the status of the CiA 402 Power State Machine.
Object description
| Index | 6041h |
| Object name | Statusword |
| Object Code | VARIABLE |
| Data type | UNSIGNED16 |
| Savable | no |
| Access | read only |
| PDO mapping | TX-PDO |
Description
Parts of the object are, with respect to function, dependent on the currently selected mode.
- Bit 0: Ready To Switch On
- Value = "0": Not Ready To Switch On
- Value = "1": Ready To Switch On
- Bit 1: Switched On
- Value = "0": Not Switched On
- Value = "1": Switched On
- Bit 2: Operation Enabled
- Value = "0": Not in Operation Enabled
- Value = "1": Operation Enabled
- Bit 3: Fault
- Value = "0": no error
- Value = "1": Error (see 1003h)
- Bit 4: Voltage Enabled
- Value = "0": Voltage not Enabled
- Value = "1": Voltage Enabled
- Bit 5: Quick Stop
- Value = "0": Quick Stop
- Value = "1": Not in Quick Stop
- Bit 6: Switched On Disabled
- Value = "0": Not in Switched On Disabled
- Value = "1": Switched On Disabled
- Bit 7: Warning
- Value = "0": No warning
- Value = "1": Warning
- Bit 8: Synchronization
- Value = "0": No synchronization
- Value = "1": Synchronization
- Bit 9: Remote
- Value = "0": No remote
- Value = "1": Remote
- Bit 10: Target Reached
- Value = "0": Target not Reached
- Value = "1": Target Reached
- Bit 11: Internal Limit Active
- Value = "0": Internal Limit not Active
- Value = "1": Internal Limit Active
- Bit 12: Operation Mode Specific
- Value = "0": Operation Mode Specific
- Value = "1": Operation Mode Specific
- Bit 13: Operation Mode Specific
- Value = "0": Operation Mode Specific
- Value = "1": Operation Mode Specific
- Bit 15: Closed Loop Active
- Value = "0": Closed Loop not Active
- Value = "1": Closed Loop Active
Listed in the following table are the bit masks that break down the state of the controller.
| Statusword (6041h) | State |
|---|---|
| xxxx xxxx x0xx 0000 | Not ready to switch on |
| xxxx xxxx x1xx 0000 | Switch on disabled |
| xxxx xxxx x01x 0001 | Ready to switch on |
| xxxx xxxx x01x 0011 | Switched on |
| xxxx xxxx x01x 0111 | Operation enabled |
| xxxx xxxx x00x 0111 | Quick stop active |
| xxxx xxxx x0xx 1111 | Fault reaction active |
| xxxx xxxx x0xx 1000 | Fault |