studio 5000/factory talk studio

RY_Guthrie

Member
Join Date
Nov 2011
Location
Las vegas, NV
Posts
263
I have a face plate for studio for Dynamix vibration system, the tags in the HMI all have a #1 at the front of all the tags. I believe its a pointer? But I cannot find any documentation on how to use it. See attached screen shots for clarification. Can anyone point me to an explanation on what this is used for. Thanks for any help!

hmi tag add on inst def.jpg
 
When the display is called, it will be called either with a set of explicitly specified parameters, or a parameter file. Take a couple of steps back and try to work out what calls the display up (if it's FTView ME, it'll be a GoTo Display button of some sort).

Open the configuration dialog for that control, and you'll see that it specifies not only the display to open, but also a parameter file or just a simple list of parameters. If it's a parameter file, open it up and you'll see something like:
Code:
#1=SomeTag
#2=SomeOtherTag
#3=Retro_Encabulator
That tells you that when this display is called, every instance of #1 will be replaced with SomeTag, every instance of #2 will be replaced with SomeOtherTag, and so on.

If they've not specified a parameter file, but just listed the parameters directly, then the first listed parameter is #1, the second is #2, and so on. All separated by commas.

The reason this is (generally) done is so that you can create one generic display to show multiple instances of an object. E.g. you can build a valve control popup, and pass the specific valve UDT or AOI to the display as parameter #1. Then you just map the open button to #1.OpenPB, and at runtime it'll evaluate as The_Valve_I_Clicked_On.OpenPB (or whatever).
 

Similar Topics

Hello all, looking for ideas on getting some basic training done, I need to practice on maintenance timers and bypass switches (with a Factory...
Replies
5
Views
1,313
Hello, How can I set Studio 5000 to use licenses from Local Folder, not network folder? I'm using Studio 5000 30.00. Computer has all licenses...
Replies
8
Views
4,895
Hello, I’m still a beginner at plc programming. I am trying to use a 3 position selector switch in factory talk studio to simulate a Reset, manual...
Replies
5
Views
3,469
Hi guys, I am having following problems in Factory talk view studio (Studio 5000 ) I am using Codesys.OPC.DA server and Application.sdb file for...
Replies
0
Views
3,327
Hi! I am struck at this point to import 1000 tags from RSLogix5000 to Factory Talk View Studio. When I choose the factory talk view CSV file I...
Replies
9
Views
21,953
Back
Top Bottom