Hello,
when saving and loading parameters/values of URCaps with the DataModel object I’ve made the following
observation:
- If I’m shutting down the robot by using the physical power button on the site of the teach pendant,
parameters of URCaps are not stored (at least the last set ones are not loaded). - If I’m shutting down the robot using the “Shutdown robot” button in UR PolyScope instead, parameters of
URCaps are storead and loaded correctly after powering the robot back on.
This happens with every URCap, also with the provided samples (e.g. HelloWorld). For loading and storing of URCaps
parameters the DataModel object is used. The code is exactly the same in both mentioned cases above.
So I’m wondering, is this behavior normal? Is there a way to save URCaps parameters also
when the robot is shutdown using the physical power button?
Thank you very much