Jump to content

Stopping Drum from Running at Power Up


Recommended Posts

How do I keep the Drum from running at PLC power up? I am using a V 700 with 18-E3-XB module. When i power up the unit, it automatically runs the Drum sequencer without any start buttons being pushed. I have tried linking the direct contact in front of the drum scanner to the start button, Tried indirect contacts. Coils or every kind. changing the MB settings, even removed the contact from the ladder and left the scan FB hanging in the ladder without any connection, when i did that it still started all by its self but only ran the First line of the drum...Ahhhh... Im new to the ladder logic/programming stuff, But this is hard to understand.The help files indicate that if the drum scanner is inactive...the sequencer is inactive..but the sequencer starts all by itself. What am i doing wrong?

Link to comment
Share on other sites

You're running into a common problem using input buttons.  The program is scanning several times during the time you have the button pressed. You need to prevent your code from executing your start rung more than one time.

 

There are a lot of ways to do this.

 

I tend towards Positive transition contacts because most my programs are relatively small but those aren't always preferred as they can cause weird issues when you start using a lot of them.  I have yet to have issues.

 

You can also work multiple rungs together to control the logic so that a single press one registers for a single scan.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...