FTView global object - text vs String

cjjeeper

Member
Join Date
Aug 2018
Location
Nowhere
Posts
71
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 I have a rectangle and on it I put the string and then I group them to create my global object.

If I use Objects -> Numeric and String -> String Display I can set the set the properties to something like this {[BOP]HMI_TAGs[#3]}. I can group with the rectangle paste into a graphic and right click -> tag substitution and replace #3 with my array dimension number and it works. But I cannot format the string. I want to change the Font and Font size. Cannot figure out how to do that on a String Display.

If I use Drawing -> Text. I can insert a variable and put my tag in /*S:0 {[BOP]HMI_TAGs[#3]}*/ with no errors. When I group it with the rectangle and then paste it into a graphic as a global object I don't get any thing under right click ->tag substitution. If I test the graphic the parameter popup will come up and require a value for parameter #3.

So in one case I cannot format the String but the tag subsitution works with String Display in the other case I can format the text but I cannot populate the tag subsitution prior to runtime because for some reason it is not seeing the parameter in the text variable.

anyone run into this and have a solution?
 
Nope. Not seeing it...
Yep, you are right.

Right-click and make sure Property Panel is exposed by clicking it. The Property Panel then appears on the far right, assuming you have it Docked. Font and other properties accessible there.
 
Yep, you are right.

Right-click and make sure Property Panel is exposed by clicking it. The Property Panel then appears on the far right, assuming you have it Docked. Font and other properties accessible there.
You da man. Thanks.

I had closed the property panel and was using the object explorer to drill down to it.
 

Similar Topics

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,879
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,372
Hi, I have come across a Global Object using the following string for animation: {/#1::[#2]#3.XX} I think this is being used to make populating...
Replies
3
Views
3,195
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,386
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...
Replies
3
Views
1,402
Back
Top Bottom