RobotStudio event

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!!!