Jump to content

Recommended Posts

Posted (edited)
I JUST FIGURED OUT THAT WHEN I WANTED TO MAKE SOMETHING HAPPEN, I PUT EVERYTHING IN PARALLEL AND THEN I HAD AN OUTPUT FOR WHAT I NEEDED. I STILL DIDN'T GET IT WORKING, BUT I GOT FARTHER THAN I WAS WHEN I GOT ON THE DANG THING. I UNDERSTAND MORE ABOUT AB, AND HOW TO MAKE IT WORK WITH TIMED OUTPUTS, THANK YOU FOR ALL THE INPUT. Edited by STORMRIDER
Posted
You cannot turn the same output on from 3 different rungs of ladder. The PLC processes the program from the top down. At the beginning it reads it's inputs, then it runs the program, and then it updates it's outputs. If you write this: -||-----() X0 Y0 -||-----() X1 Y0 The last one processed in the program will be the actual state of the output. So if X0 was on and X1 was off, Y0 would be off. If X0 was off and X1 was on, Y0 would be on.
Guest Guest_STORMRIDER
Posted
THANK YOU! I HAVEN'T HAD MUCH PRACTICE WITH A MITSUBISHI AND EVERYTIME I TRY TO DO SOMETHING I GUESS I THINK IT'S THE SAME AS ALLEN BRADLEY.
Posted
AB should process the same way, so I don't know why there would be a difference. Most PLCs process the program top down and then update the outputs. Same for Modicon, Mitsubishi, Siemens, and Omron. I odn't know a ton about AB, but the couple times I've written in RSLogix I know it doesn't like using the same output more than once either.

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.   Restore formatting

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