Subscribe for Limit-Events

Hy,

is it possible to subscribe for the different Limit-Events in RobotProgramming-Tab?

image

Thx & Regards
Feature

ISimulation has this event:

 /// <summary>
 /// Event that is raised when a joint limit is exceeded during simulation.
 /// </summary>
 event EventHandler<JointLimitExceededEventArgs> JointLimitExceeded;
1 Like

Hy @TSy,

why is the singularity event not there?

Regards

Did you check that the JointLimitExceeded event is not raised for singularities as well? The event arguments has flags enum JointLimitTests which includes a flag for singularity.

1 Like

Hy,

thank you!

image

Regards