QUOTE(lotuseater @ Feb 13 2007, 09:20 PM) [snapback]49712[/snapback]
Thank You for your replies.
I have been able to attach the 'seconds' value in the Global Connections setup to a tag in the PLC.
I currently have a single Machine Edition project with several different Main Screens. A different initial graphic is chosen in the Startup options for each runtime file.
Is there a way to attach the "seconds" value to several different PLC tags so that it does not have to be changed to a different tag for each runtime file? Otherwise, I would need to change it for each different Startup configuration.
I'm not sure why you want to be loading so many different runtimes but asking operators to load different PV setups is usually a bad idea. One of the global variables controls which screens are selected. You can use this to directly drive screen changes from the PLC, if that helps.
For instance, the cranes in my plant switch between an informational screen (time, system status, current recipe) and a scale screen (add X amount of ingredient Y) depending on whether the cranes are loading a batch or not. The crane operator does not have to push a button at all because the appropriate information is always right in front of them. I also use the same trick in a system that has a "maintenance mode". In maintenance mode, all the normal controls vanish. The whole screen is just an array of momentary contacts to jog the various pieces of equipment. All normal operator functions are suspended...perfect for a mechanic/electrician test screen and 100% useless if an operator tries to use it to bypass an interlock (all sequencing is also reset at the same time). Since the screen changes are controlled by the PLC itself, there is no way for an operator to get to the maintenance screen without the key for the control box.