DocBrown86

MrPLC Member
  • Content count

    1
  • Joined

  • Last visited

Community Reputation

0 Neutral

About DocBrown86

  • Rank
    Hi, I am New!

Profile Information

  • Country United States
  1. DL05 D0-05DR

    I have an 8 In / 6 Out Relay PLC. I am trying to write a fairly basic program in DirectSoft5 where Y2 and Y3 control separate powered magnets (cause doors to lock). Y3 resets (unlocks) and requires X3 (a door sensor) and X1 (btn) to be closed, at which point is SETs Y3 (Locks door). At this point I need it to release Y2 to allow the second door to be opened, as it is still SET on. Trouble is, lets say I have it to RST Y2 when Y3 is closed, as long as one magnet is energized, the other will not. I would also like to disable the X1 (door lock btn) once the magnet is energized and only have it enable when the magnet allows the door to be opened... Suggestions??