FactoryTalk: Numberic Display to show (s) for seconds

khelza

Member
Join Date
Sep 2015
Location
Ontario
Posts
67
I have a numeric display which currently displays a value (Specified by Connections>Value field)

However I want it to add an "s" or "sec" after the number to show that it's displaying time in seconds... any easy way to do this within the numeric input?
 
I use a multistate indicator with 2 states. Put a 0 (zero) for the connection. Use only state 0, with something like this: /*N:4 {[PLC]Tag[8,0]} NOFILL DP:1*/ sec. Now the formatting is done by the software, you just need to add the units at the end.
 
I use a multistate indicator with 2 states. Put a 0 (zero) for the connection. Use only state 0, with something like this: /*N:4 {[PLC]Tag[8,0]} NOFILL DP:1*/ sec. Now the formatting is done by the software, you just need to add the units at the end.
I do something similar but using a Text object.
 
Stay Away from the "Numeric Displays" at all costs in any flavor of FTView. They aren't flexible, and have very odd formatting issues a lot. Just use text with an embedded variable.
 
I like the multistate indicator because it gives you the nice 3D border. And since it's a multistate you could use another state to change the background to red in an alarm condition.
 
I'm with those guys^^

I never use the numeric or string display. Major PITA. I just use text with an embedded tag, or as jkerekes says, a multistate indicator if I want a border/frame/background/animation.
 
Stay Away from the "Numeric Displays" at all costs in any flavor of FTView. They aren't flexible, and have very odd formatting issues a lot. Just use text with an embedded variable.

Agreed, numeric displays are confined and have limited flexibility. Embedding variables into text objects works much better, but does require you to make a fixed background if you don't want the background color (width) expanding and contracting with the number of digits displayed during runtime.
 

Similar Topics

how to communicate FactoryTalk Optix and Mitsubishi Q Series. I want to know the details of that
Replies
0
Views
26
Hoping someone can give me some guidance or confirmation of what I need to do. We have a FactoryTalk SE program that I need to change the IP...
Replies
2
Views
43
We are a water/wastewater plant, collecting realtime and manually entered data. We have been using FactoryTalk Historian (OSI PI) for real time...
Replies
2
Views
80
Good morning! Let me start by saying, I am still learning about this type of HMI programming. I recently watched a video about recipes and how it...
Replies
0
Views
56
Hello, I'm using FactoryTalk View ME V10. I created a valve as a global object with multiple parameters and when the object is being used at the...
Replies
2
Views
113
Back
Top Bottom