Passing variables through two screens on a PanelView

testsubject

Member
Join Date
Feb 2004
Location
Chicago, Il
Posts
839
I am wondering if it is possible to pass a parameter through two screens.

What I have done so far.
I created a global GoTo button BTTN1 with 5 parameters (#1-5) and the GoTo Display is Screen2. There are objects on Screen2 that reference #1-5.
I created a second global GoTo button BTTN2 with {#1} and {#2} in the parameter list only and the GoTo Display is Screen3. There are objects on Screen3 that reference #1-2.
I added BTTN1 to screen1 and assigned values to the parameters.
I added BTTN2 to screen2.

When BTTN1 is pressed it goes to Screen2 and I can see the values I entered for the parameters of BTTN1 on this screen.
When I press BTTN2 these values for #1  are not passed through to Screen3.

What am I doing wrong?
 

Similar Topics

Hello I am writing a small code, I have two problems populating the arrays? I am getting an error Non-existing identifier. I also need help to...
Replies
12
Views
5,936
Hi All, I'd like to know the best way to go about passing more than 8 variable to a super genie. I'd like to create a genie that will need to...
Replies
5
Views
8,475
I'm using FactoryTalk ME version 13. I'm aware how to pass a parameter file once, but I was wondering if it is possible to do it twice...
Replies
4
Views
157
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
496
My first real attempt at utilising the AOI function in Compactlogix. The issue I'm having is, I have an array of INT[400], but in my AOI I'm only...
Replies
1
Views
461
Back
Top Bottom