FTView ME and Global Parameters

JeremyM

Lifetime Supporting Member
Join Date
May 2014
Location
Dallas, Texas
Posts
1,233
Hi all,

I'm curious about using the Parameter Tags #1-10 under the Global Connections setup.

- is the expected tag type a STRING?
- if so, would I be able to create a PLC UDT with these 10 strings and dynamically update them in code as HMI navigation into nested equipment modules takes place?

(to reduce the screen counts/setup by 'dynamic' parameter list passing)?

a simple UDT on the PLC might be:
ParameterTag1: STRING (could be the Program/Unit name itself)
ParameterTag2: STRING (could be the selected equipment module)
ParameterTag3: STRING (could be a nested equipment module)
ParameterTag4: STRING (and so on...)
ParameterTag5: STRING
ParameterTag6: STRING
ParameterTag7: STRING
ParameterTag8: STRING
ParameterTag9: STRING
ParameterTag10: STRING

I should be home soon enough to test, just seeing if anyone else has tried this.
 
Last edited:
thinking I can better phrase this:

is it possible to use a PLC string value as the literal parameter substitution when navigating?
 
I haven't tried it, and personally I doubt it will work. But I'm always up for learning something new, so do post back when you get home and try it out!
 

Similar Topics

Hi, I'm working with Factory Talk Studio and VBA coding. So far, I have two questions. If someone could help me I would be really glad. First, I...
Replies
6
Views
17,353
I am creating a global object in FTView SE 13. I want to have a string read from the PLC and display (in this case the tagname). So lets say...
Replies
4
Views
147
Hi, all! Could anybody please explain why would a global object have the visibility option, yet it's instance will have the visibility grayed...
Replies
1
Views
1,871
Does anyone know of a way to create a global object in FTView SE that would allow me to configure some static text in the instances that can be...
Replies
1
Views
2,361
I am trying to figure out how to create a list of strings, as in a multi-state indicator or string display, where a different string appears based...
Replies
7
Views
3,584
Back
Top Bottom