passing parameter in rsview se

volga

Member
Join Date
Mar 2007
Location
surat, gujarat
Posts
11
hi
how can i pass pump 'run stop trip' hmi tags to multiple pump objects in graphic. i hv 26 pump in 1 graphic and for each pump i have to define 5 animation so how can i pass parameters to pumps. how to run parameter file at startup of particular page.
 
Just create a parameter file for each pump, when you open the display. The actual command would be "Display MyPumpGrapic /PMyParameterFileName"

If your tags are well organized, it's very easy...
Say you have folders in the HMI Tag folder like this:
Pumps/Pump1/Run_PB
Pumps/Pump1/Stop_PB
Pumps/Pump1/Trip_ST
Pumps/Pump2/Run_PB
Pumps/Pump2/Stop_PB
Pumps/Pump2/Trip_ST
etc...

In the graphic display for the start button, make the tag connection "Pumps/#1/Run_PB", the stop button should be "Pumps/#1/Stop_PB" etc.

Now, the parameter file for pump 1 just needs one definition line:
#1=Pump1

THe parameter file for pump 2 would just be the same, just:
#1=Pump2
 

Similar Topics

I inherited a project in which a ME application displays process measurements (temp, pressure, flow, etc) on a PanelView Plus display. The data...
Replies
4
Views
493
Hi guys. Sorry for the dumb question but I am still new. I have learned to pass Parameters using an HMI tag so far. Can I write directly to the...
Replies
1
Views
919
Hi guys, A dumb question, but is it possible to pass values to tags using parameter files in Ftview SE ver 11? TIA
Replies
2
Views
1,453
Is there anyway to pass a parameter file without using a Go To Screen button in FactoryTalk View ME? I am currently using multiple Go-To buttons...
Replies
0
Views
1,626
Hello I am trying to have one screen that has one trend, that I can have an operator select what tag to trend. IE I am trending a bit shift, a...
Replies
0
Views
1,162
Back
Top Bottom