07-22-2020, 12:06 AM
Hello all
I have checked the function Update(check_collisions=0, timeout_sec=3600, mm_step=-1, deg_step=-1)
as the instructions shows it Returns
[valid_instructions, program_time, program_distance, valid_ratio, readable_msg]
the second index should be the program time,
program_time: Estimated cycle time (in seconds)
however what I am getting is the time to the first valid instruction, that can also be seen in the GUI, before the program starts it says 2.2 seconds, and the real time is updated later to 4.5 seconds, how can I know the real program time when the robot finish?
thanks
I have checked the function Update(check_collisions=0, timeout_sec=3600, mm_step=-1, deg_step=-1)
as the instructions shows it Returns
[valid_instructions, program_time, program_distance, valid_ratio, readable_msg]
the second index should be the program time,
program_time: Estimated cycle time (in seconds)
however what I am getting is the time to the first valid instruction, that can also be seen in the GUI, before the program starts it says 2.2 seconds, and the real time is updated later to 4.5 seconds, how can I know the real program time when the robot finish?
thanks