Panel View Plus Maintained PB Reset

sa747sp

Member
Join Date
May 2009
Location
Lancashire
Posts
2
In the AB Panelview plus system the maintained PB I have programmed will stay in the last state until told to do otherwise. I need the PB to return to the off state when either the PLC reboots or any motor being controlled trips out.

I have state 0 for off and state 1 for on and an error state.

Can anyone tell me how this is done, I have seen the comments on the "value£ tag but still struggling.

PLC is AB Compact logix
Software is RS5000

Many thanks

Frank
 
Never tried it, but you may be able to use an unlatch in your program (OTL) to unlatch the value tag. You could use the F:FS tag (I think that is the first scan bit) as well as any other condition to put it back to the zero state.

Again, I'm just guessing here. Something to try until someone smarter than me comes a long (any second now).
 
Another option might be to use a momentary button and do all the logic in the PLC. I almost always use momentary buttons.
 
I normally set the Maintained PB to 'Next State Based On: CURRENT STATE' then use an OTU in your code to unlatch on the first pass or trip.
Typically, i would normally reserve several words for maintained PB's and then have the ability to unlatch several PB's when (say) e-stop or a manual to auto mode change, by just using either MOV/COP/FLL...

Hope this helps!

Rob
 
Use the expression properties of the push button

Hi there
Well under the connection tab of the push button you can write the following Exprn:
If YOUR_TAG==1 then 1 Else 0

So when the YOUR_TAG becomes 0 the push button will display "State 0"
 

Similar Topics

Am asking if we can upgrade sd ram and cf card of panel view plus ab by a normal sd ram and cf card but Allen Bradley to save cost because in ab...
Replies
9
Views
303
Good morning, I have a question, I would like to know if I can send an Excel file to an email from my panel view and see how it is possible to...
Replies
1
Views
174
I want to run a factory talk view ME project in a Panel View Plus 7 Performance HMI. The project was developed in a 'Windows 7 Professional 64 bit...
Replies
5
Views
351
I purchased a used PanelView Plus 1000 to learn get familiar with the software. Seems to be a pretty popular HMI. I can ping the HMI but I cannot...
Replies
6
Views
908
Hello, hope yall are doing well. I have a HMI program where I need to add a "GoToDisplay" button, so when this button is pressed, it goes to a...
Replies
5
Views
918
Back
Top Bottom