News:

  • July 01, 2026, 05:11:32 AM

Login with username, password and session length

Author Topic: Exit program before 1st stage  (Read 6746 times)

davidbgtx

  • Hero Member
  • *****
  • Posts: 215
  • Host be the Most
Exit program before 1st stage
« on: April 09, 2015, 12:45:54 PM »
Is it okay to have a rung to exit a program before the 1st stage, rather than put the exit in every stage? I want to be able to exit no mater what stage is active. It seems to work okay, but is this the best practice?

plcnut

  • Hero Member
  • *****
  • Posts: 814
    • premiersi.com
Re: Exit program before 1st stage
« Reply #1 on: April 09, 2015, 01:21:52 PM »
I do it all the time.
You can use a NC the same bit that is tied to the RUN, and it makes a great way to supervise a program block.
Circumstances don't determine who we are, they only reveal it.

~Jason Wolthuis
Premier Systems Integration, LLC
http://premiersi.com

davidbgtx

  • Hero Member
  • *****
  • Posts: 215
  • Host be the Most
Re: Exit program before 1st stage
« Reply #2 on: April 09, 2015, 01:25:24 PM »
I do it all the time.
You can use a NC the same bit that is tied to the RUN, and it makes a great way to supervise a program block.
That's exactly what I did, I guess it just seemed too easy. Thanks