Forum Migration Notice
We're transitioning to a more modern community platform by the end of this year. Learn about the upcoming changes and what to expect.

Reset digital output value

Hello,
I'd need a way to reset a digital output to its default value when the execution of the program is stopped. I've read in an old post (https://forums.robotstudio.com/discussion/8490/irc5-store-signal-value-at-power-down) about the parameter "Signal Value at System Failure and Power Fail" but I can't find it.

Comments

  • lemster68
    lemster68 ✭✭✭
    If you need to do a reset when the program is stopped, set up an event routine for Stop, and probably QStop also.
    Lee Justice
  • Thank you!!!