PanelView Function Key to reset Counter

vmatz

Member
Join Date
Sep 2006
Location
Michigan
Posts
4
I have a Standard Panelview and Micrologix1200.
Here is my problem, I would like to reset a counter (C5:5/DN) everytime I press F2 on the Panelview. If I set the F@ key object to Bit and monetary I get two states 0 and 1.
That means I may have to press the key twice to get the bit to turn on. I have reset logic in my plc program. It is propbaly something simple, it usually is.

Thanks in advance.
 
state 0 is for button not being pressed. state 1 is for button being pressed. when button is pressed use bit b3;0/whatever to reset counter.
b3;0/whatever would make reset instruction for counter true.
 
vmatz said:
That means I may have to press the key twice to get the bit to turn on. I have reset logic in my plc program. It is propbaly something simple, it usually is.

Thanks in advance.


During the normal condition the when the momentry push button(normally open type) is not pressed the Bit valve will be Zero Pv will not write any value to plc. when the PB is pressed high value will be updated in the Bit to PV button hold time perion, Once the Pb is released then the low value will be updated
 
Change the button from a maintained or latched to a momentary. Also make sure that the F2 key is assigned to that button and that the zero state is when the button is not pressed (one when pressed). Then, in your logic, use the bit address that you defined for that button to reset the counter. If the button is assigned to b3/0 then:

-| |-------(res)-
b3/0 c5:5

 

Similar Topics

I am using FactoryTalk View Studio 8.00.00 to program an older PanelView Plus CE 700. It has both the touch screen and the keypad. I would like...
Replies
3
Views
3,856
SLC5/03 & PanelView 300 Message Display/Function Key Process Can anyone explain the display and Function Key program flow between the SLC5/03 &...
Replies
2
Views
8,899
I am trying to figure out how to make a new PanelView that the client has already purchased do what the client wants which it to function like...
Replies
1
Views
2,694
My first post. Hey guys, Ive used the visibilty function in panelview plus using factorytalk studio. But is there anything similar using...
Replies
0
Views
1,989
Hi, i'm using a PV+ 400 (Keypad Only) - Was wondering if there was a way to access any more 'Function' Keys? I can obviously use F1-8 no problem...
Replies
2
Views
2,790
Back
Top Bottom