door mania

irishtool

Member
Join Date
Feb 2006
Location
Pennsylvania
Posts
1
I am using The Learning Pit Logix Pro Simulator (AB ). In the door simulator exercise #4 the instruction is to modify the program so that if the overhead door is opening, pressing the N.O. close button will immediattley stop the door. Door movement will remain halted when the close button is released. The same criteria applies if the door is closing and the open button is pressed. I have used
latch/unlatch, internal bits, and one time rising instructions in various configurations without success. The door reverses direction instead of stopping. any suggestions will be greatly appreciated.
 
So you need to press a button, wait until it's released, then take action.

XIC stop OSR temp OTL hold
XIO sto XIC hold OTL down OTL hold
 
I may be wrong but it seems like you may be blindly trying instructions. Have you made a 'state diagram' of this sequence? Obviously you will have at least three states, Opening, Closing and Stopped. If a transition is caused my making a pushbutton but the output conditions continue when the pushbutton is released then you will need an intermediate transition state.

In your example let's say you are in the "Opening" state. Pressing the "Close" pushbutton transitions to a "Stopping" intermediate state. The door is no longer commanded to move. Releasing the "Close" pushbutton transitions to the "Stopped" state. The same transitions take place if you were closing. ("Closing" (then Open pressed) -> "Stopping" (then Open Released) -> "Stopped").

Next will be how to implement "State Diagrams" in ladder logic. Once you have this skill (analysing to State Diagrams the translating to Ladder Logic) you can tackle a vast variety of projects.
 
Last edited:

Similar Topics

I've noticed a strange behavior with certain rotary disconnects. We all know that, if installed correctly, the disconnect interlocks with the door...
Replies
6
Views
1,511
I have noticed that many HMI have a Nema rating of Mena 4/4X (indoor use only) Does anyone have any guesses as to what the constraints are that...
Replies
5
Views
1,837
Our system has S7 1516 F CPU. We have doors that have contactless safety doorcontact that is cat 4 ple rated. The sensor provides us with two...
Replies
7
Views
3,048
Was wondering what is everyone using for outdoor rated OIT/Panel View covers? OIT is mounted on a panel. Shade would be preferred as the panel is...
Replies
2
Views
1,218
I need a small HMI or numerical keypad to communicate with a Click PLC to enter a 4 digit number. It'll be mounted outside but under a canopy and...
Replies
3
Views
1,857
Back
Top Bottom