Hi all,
I have written a simple program as follows:
PROC main()
MoveJ p29, v100, fine, tool0;
WaitTime 240;
ENDPROC
The controller is set to Autorun mode.
The first MoveJ was executed and the program pointer was at WaitTime command.
During the WaitTime command, the motor will only ON and servoing for about 120s and the the brake will be on, although the WaitTime is set to 240s.
I would like to have the motor ON and servoing for more that 120s. How can I extend the motor ON servoing duration?
Thanks.
Regards,
Sun