panelview + objects

stu

Member
Join Date
Aug 2005
Location
England
Posts
783
hi i have a panelview + 700 which has a maintaned button which i would like to change to a latched button is there an easy way to change the instruction??
thanks stu
 
hi i have a panelview + 700 which has a maintaned button which i would like to change to a latched button is there an easy way to change the instruction??
thanks stu
Write down your button´s connection and then instead of using a maintained button use a latched one, after changing button write back connection to the new button.
Depending on your application, you must use factorytalk view or rsview me, before doing so please make a backup up of your application just in case.
 
i have changed the program that will need the button to unlatch.thanks stu

Just in thought, you probably don't want an actual 'Latched' button, but rather an 'Indicator' button.

A 'Latched' button is not guaranteed (in my experience) to change it's state if it's corresponding tag in the PLC changes, especially if there are any other HMI's on the network.

Also, they have been known to get 'Stuck' in any event.

Generally, it's better to use a momentary 'Indicator' button, with two tags. One tag is the momentary action that gets sent to the PLC when it is depressed, which can be used or ignored in logic based on the system state, and the other tag is the 'Indicator' tag that will change the visible state of the object on the screen. That is on scan 100% of the time, and always responsive.
 
I just had to deal with a similar issue in a PV+ 1000. I used a multistate button to set a bit in the processor. Basically it was acting as a toggle, press on, press off. That function worked fine. However in my program I had a condition that would reset the bit when needed. However the button on the panelview would not change. All I had to do was add the same bit to the indicator tag. Now the button changes to reflect the actual state of the bit.
 
Just in thought, you probably don't want an actual 'Latched' button, but rather an 'Indicator' button.

A 'Latched' button is not guaranteed (in my experience) to change it's state if it's corresponding tag in the PLC changes, especially if there are any other HMI's on the network.

Also, they have been known to get 'Stuck' in any event.

Generally, it's better to use a momentary 'Indicator' button, with two tags. One tag is the momentary action that gets sent to the PLC when it is depressed, which can be used or ignored in logic based on the system state, and the other tag is the 'Indicator' tag that will change the visible state of the object on the screen. That is on scan 100% of the time, and always responsive.

I agree, which is why i asked what the reason was for....
 

Similar Topics

Hello everyone. I am currently working on a project using a Panelview Plus 1500. A large amount of the inputs for the project are controlled with...
Replies
14
Views
3,635
I have been working on this for a while now and I can't seem to get it. I was finally able to view the 1500 on the PanelView under the serial...
Replies
1
Views
82
Hi Everyone, Currently we have three plants running with Controllogix PLCs (L72, L73, L74). In each of these plants we have 2 FTView SE...
Replies
0
Views
55
Hey all, i have a panelview screen (image attached), with 4 items on it. Program 1, Program 2, ...3, ...4. The PLC i am using is a compactlogix...
Replies
5
Views
171
Hello All! Ok, we got a Work cell from a Integrator that is sending saved scanning data from the PLC to HMI (Panel View Plus) when I look at this...
Replies
3
Views
81
Back
Top Bottom