Pass variable

davetcw

Member
Join Date
Dec 2014
Location
Gilbert, AZ
Posts
8
I'm hoping someone can help me with this. I have a display using a parameter file. I want to be able to click on a button and have it bring up a popup display that displays the tag value associated with a placeholder. However, the placeholder needs to passed to the display from the first display so I can use the same display to come up when I click on different buttons, if this makes sense. Or if you have a better idea. :confused:
 
I'm hoping someone can help me with this. I have a display using a parameter file. I want to be able to click on a button and have it bring up a popup display that displays the tag value associated with a placeholder. However, the placeholder needs to passed to the display from the first display so I can use the same display to come up when I click on different buttons, if this makes sense. Or if you have a better idea. :confused:

We are good, but not mind readers. What equipment are you talking about? Brand, Model Numbers, Revision as applicable...
 
I've just spent a bunch of time figuring the same thing out.
I wasn't able to pass parameters through a second level of parameter files, but I was able to use a parameter file to the first level, and then a parameter list to get to the second level passing through the tags from the first level parameter file
Example:
ParameterFile1:
#1=tag1
#2=tag2

Parameter list from intermediate screen to second screen:
{#1},{#2},tag3,tag4,etc
 

Similar Topics

I looked into this a little bit a while back but now have an application where it would make life soooo much more simple if this is possible...
Replies
9
Views
3,907
Hello, I am still new to PLC programming and I just got this job two year out of school so I don’t remember much. I was given a task were I have...
Replies
1
Views
168
So I'm having issues with a certain rung and one of my coworkers mentioned it may not allow the signal past the latch coil. For example in the...
Replies
27
Views
3,746
I’m a bit stuck on HMI (KTP-1200) programming… See the picture attached. The PASS or FAIL box should only appear when the toggle switch is...
Replies
7
Views
1,070
I've been given a line that has several sysmac c200Hx PLCs. The First station Im trying to wrap my head around has a NS8 HMI. I'm using Cx-one...
Replies
2
Views
747
Back
Top Bottom