What does ARG1 CONT/CYCLE means in system input

What is the difference between these two system inputs?

Signal "DI_4_StartProgMainFromPLC" -Action "StartMain" -Arg1 "CYCLE"
Signal "DI_4_StartProgMainFromPLC" -Action "StartMain" -Arg1 "CONT"

What do ARG1 CYCLE or CONT do in this definition?



Comments

  • Hi
    After the main routine has ended the robot will stop if you take the "CYCLE" argument. If you take the "CONT" argument the main routine will start again.

     

    Best regards

    Marcel
  • Thank you very much Marcel. I was confused about it.