Search the Community

Showing results for tags 'set/rset'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 1 result

  1. Alternative to SET/RSET

    Hello, For my plc ladder programs I've just used whatever seems to work, so to turn things on and off I've just been being asserting either set x.xx or rset x.xx. This always gives me warnings when I compile (I eventually turned those warnings off as they didn't seem to affect anything), so I was wondering what the correct way to do on/off was? I assume if the program is warning me against doing it with set/rset there must be a way they recommend. I also want to start using the interlock instruction which, from the help information for that, it looks like if I use set/rset to set things on or off the interlock instruction won't affect those things' states. This seems bad. Thanks, Jay