2/17/2023 6:16 AM | |
Posts: 1 Rating:
|
Hello, you can find the full list of NC system variables to trace in the System Variables manual: For your robot, you might want to try $AA_IW[<axis>] (Axis setpoint in WCS) or $AA_IM[<axis>] (Axis setpoint in MCS). Axis velocity would be $AA_VACTW[<axis>] (WCS) or $AA_VACTM[<axis>] (MCS). If you want to measure actual values (encoder positions) instead of setpoints, replace "AA" with "VA", means e. g. $VA_IW[<axis>] instead of #AA_IW[<axis>]. I do not know if you can trace TCP acceleration. If acceleration setpoint on the encoder is sufficient you can measure "Acceleration setpt controller input (64 bit)". You find it in the "Servo" tab when you press the "Choose parameter" button in the trace menu. Some other interesting servo variables are "Position actual value", "Velocity act. value" and "Torque-prod. Current" from the same tab. These variables work for CNC machines, hope they work for robots as well! Best regards mrTi Attachment840Dsl_sysvar_lists_man_0619_en-US.pdf (341 Downloads) |
Last edited by: Jen_Moderator at: 02/17/2023 11:28:50PDF attached from link. Link optimized. |
|
Follow us on