PV+, Easy convert momentary PB's to maintained

ejessen

Member
Join Date
Jan 2004
Location
Copenhagen
Posts
63
I've got this PV700+ project designed with a lot of momentary push buttons that needs to be maintained push buttons.

I'm looking for an easy way to convert each push button without deleting it and insert a new one (and thereby have to enter connection tags and state properties).

Any clever suggestions?
 
Unfortunately, I have yet to find a way to do this, but have tried. I would create all the maintained buttons you want and then right click on the screen and open the property panel. The property panel allows you to change any attribute you want on one or multiple buttons. So once you create your buttons then select them all and use the property panel to change all the attributes that all the buttons share. This is not the exactly what you are looking for, I know, but it should help.
 
If you export your screens you can open them as XML or Text files. But to Change would require Removing two properties from the Momentary Button and Adding an Additional Property For the Maintained Button.

The Momentary Button has
buttonAction="normallyOpen"
holdTime="250"
these two properties are not a maintained property

The Maintain Button has
nextStateBasedOn="currentState"

All other properties of buttons are the same.

So you could Search the 2 properties and replace with a Blank to remove and then Search touch="true" and replace with
touch="true" nextStateBasedOn="currentState" to insert.

Then reimport screens.

Just make a Backup Copy first of the original. Just in case.

PS: Also search and replace Momentary and replace with Maintained
 
Last edited:

Similar Topics

Hi, just wondering is there any quick way of converting a panelview plus 700 to a panelview plus 1000 application in RSView. Will I need to...
Replies
2
Views
2,232
See picture. I want to add a rung (magenta) into the existing code. Can't figure out how to do this. I select a -||- , right? When I drag/drop...
Replies
21
Views
1,773
Hi All, On my site, the standard template for storing recipes in the PLC is to create a tag called PartRecipe which is an 2D array - for example...
Replies
4
Views
1,460
I would like to do change a kinetix drive, so i believe i just have to put the IP address in the new kinetix and just connect right? Do I need to...
Replies
1
Views
1,192
Hey all, I am trying to check in logix designer in emulator and I need to check the hmi alarms by toggling bits to activate an alarm . But...
Replies
4
Views
2,061
Back
Top Bottom