Links

Status and Faults

RMP Errors as well as Drive Errors/Faults Will be displayed in the RapidRetup status window.
There are a couple of ways that you can check the status of your axis, look at the following to see which one fits you best:
Method
Description
Axis.StateGet()
Gets the state of your axis.
Axis.SourceGet()
Gets the source of the error.
Gets the full name of the source error including drive errors/faults.
Check if a RSIEventType is active.
See our sample app to better understand how all of these methods can be used.
Last modified 1yr ago