Parameter text on a FactoryTalk Global Object

Join Date
Aug 2007
Location
Saint Augustine, FL
Posts
178
I'm having issues inserting a 'variable' into a global object item.

In the "GLobal Object Parameter Definitions" window, I have #2 | Label

One of the members is a Text widget, and I'd like it to display #2's value. Unfortunately, the closest I seem to get is "s ... s", i think because the parameter has to be some PLC tag.

Is it at all possible to create a Global Object with some sort of label that you can set?
 
For what it's worth, when dealing fighting with FTView, I found it simply easier to actually put most of my text in the PLC as strings. Precisely for the reason you mention, displays loaded with parameter placeholders don't like constant text in strings.

VBA is a potential work around, but it's easier to put the strings in the PLC and be done with it.
 
"integrated architecture" indeed. I have yet to find an HMI that is truly advanced and well integrated. They all have issues.

PLC strings it is.

Actually, with the Logix 5000 processors, I found added benefit to using PLC stings... 90% of my code is modular and reusable, in a single program, or across several. I make up a UDT, and a graphic for a widget, say a setpoint... MOP Up and down buttons, slow and fast, with a keypad option on some, min/max limits, description text and units.

All of the data (including description text and units) is part of the UDT. It does simplify things a bit.
 
Yeah. I've finally gotten everyone to the point of upgrading from SLC500 on this most recent project, so this is everyone else's first go at UDTs (and my first in .. 2 years?). So, popping string names in the UDT may, in fact, be BETTER than what i was originally attempting.

--
I don't suppose there's a way to access the "description" of an element in a UDT, is there? It'd be great to be able to make an element such as "KW", and be able to use the "Kilowatts" description as an HMI label.
 
Last edited:

Similar Topics

Hi all I am hoping to insert text into a text display based on the value of a Place Holder Tag in a parameter file and after trying a few...
Replies
17
Views
17,843
Hello all, I am currently trying to program a PowerFlex 525, version 7.0. We had a power outage recently and when the power was restored, the...
Replies
10
Views
177
Greetings, I am working on a project and I would like to scale %AI to -10.0 to 10.0 VDC. The module Input data is stored as a 16 bit Integer and...
Replies
4
Views
71
Hi All, This is my first PowerFlex 755 drive setup and I am having an issue with when I start the drive it runs at my minimum speed 5Hz, but...
Replies
10
Views
429
Hi Everyone, I am trying to add a constant value (such as a string) into the parameter file. I put the string in " " but it does not work. would...
Replies
2
Views
187
Back
Top Bottom