Skip to content

Commit

Permalink
Add comments for new plc functions setting an axis in error state.
Browse files Browse the repository at this point in the history
  • Loading branch information
anderssandstrom committed Mar 8, 2024
1 parent 9cf1607 commit 2495def
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions examples/test/plcs/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,19 @@ returns 0 if success or error code.
Returns primary encoder index of the axis (the encoder used for control).
18. mc_set_axis_error(
<axis_id>, : Axis index
<error_code> : Error code to set
);
Sets an arbitrary errocode to an axis object.
19. mc_set_slaved_axis_in_error(
<axis_id>, : Axis index
);
Set axis error that indicates that a slaved axis is in error state.
```
### Function Lib: Data Storage
```
Expand Down

0 comments on commit 2495def

Please sign in to comment.