I am controlling motors in torque mode using the MpAxisBasic function block.
I would like to use the StatusID variable of MpAxisBasic to inform the User Interface about the current system state, specifically which error or warning condition is active.
Where can I find the complete documentation or reference that lists all possible error and warning codes (StatusID values) that MpAxisBasic can generate, along with their meanings?
If I use this function block, will the ErrorID values that I read correspond to the same set of codes as the possible values of StatusID?
In other words, do ErrorID and StatusID share the same error/warning code definitions, or do they represent different code sets with different meanings?