Forum Migration Notice
Update (2026-01-21): The user forums are now in read-only mode pending the data migration.

Update (2026-01-12): The user forums will be put into read-only mode on the 21st of January, 00:00 CET, to prepare for the data migration.

We're transitioning to a more modern community platform by beginning of next year. Learn about the upcoming changes and what to expect.

Routine File (Help)

Hello everyone. I want to perform an action on a Routine file. I want the Robot to stop automatically when a signal that I specify in the Routine File (Across the Whole Loop) does not output. For example, with a switch that sends a digital output, I want the Robot to stop when the air outlet is insufficient. How can I do that?

Comments

  • You could program an interrupt.  Or you could make it a system input which would make it stop.
    Lee Justice
  • Firstly, thank you. I don't know exactly how to do it. Can you share an example or manual on this?
  • The easiest for you would be the system input.  Read up on that in the System parameter manual.
    Lee Justice
  • Thanks.