panelbuilder maintened push button PV600 touch

freepat

Member
Join Date
Feb 2007
Location
MONTREAL
Posts
13
In my Pv600, i using some selector switch (maintened push button)to start, for example a pump or conveyor.. When a emergency stop is present, i want make off the selector switch. I using unlatch to do that. But when i want to restart the pump, i must pressing 2 time the selector switch to activate the maintenen push button.

How desactivate a selector switch and press only one time to activate after a emergency???
 
Change it to a momentary and do the seal-in logic in the PLC.

Make sure you use a distinct Display Tag. (Or is it called Indicator Tag for a PB? I forget...) Don't use the same one as the Write Tag.

The operators will never see the difference...To them, it will behave correctly.

Then, your seal-in logic in the PLC can be "broken" by the e-stop monitor input and the indicator will change states to match the pump running condition.
 
can you give me a example to seal-in. With my method, if i using the same momentany push button to activate and desactivate a bit, and if my scan time is long, it's doesn't any time... it's why a using maintened button
 
This is a latch in the program or 'seal'

Use this in the program not the Panelview, then your stop drops the logic


sealin.gif
 
GIT..He is trying to use the same push button to start and stop the output..

I dont know about the regular PV but when i have to do this on the PV+ i create two momentary buttons, the using the visability i make the active button visable and the inactive one invisbale..if the motor is running the the "Start" button is invisable and the "STOP" button becomes visable and vis versa..i am sure there are many other ways to do this..
 
Yes, you can use a single button to both start and stop the pump. You need a flip flop.


You can do this a variety of ways and there are tons of posts on the subject. The way I do it is not the preferred, universal method, and I don't have RSLogix here to show you, but others can help out here.
 

Similar Topics

Hi all, I'm in the process of upgrading a PanelView1200 HMI program to be developed in FactroyTalk View Studio. The filetype for PanelView 1200...
Replies
7
Views
280
Hello, anyone had a similar experience? A customer has an old panelview600, it is faulted, but is communicating and they desperately need to...
Replies
8
Views
3,748
Hi guys, I need to maintain some old equipment. How can I get a copy of PanelBuilder? Thanks!
Replies
2
Views
1,993
Hello gentlemen, A few days ago I was tasked with converting an old panelview 1400e to a panelview plus 7 application. Everything went well except...
Replies
1
Views
1,311
I have a PanelView Micro 300 that failed and as you know there no longer made. My A/B rep, (sales lady) said the replacement is a 2711C-T3M and...
Replies
2
Views
2,787
Back
Top Bottom