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

Hi. I need to create several alarm servers in an application, but first I need to know if there is any impact on communication, or if more...
Replies
0
Views
46
Hello all, I'm having trouble opening an application. After clicking open I'm prompted to login and after putting in username & password it...
Replies
0
Views
82
Has anyone found information on using the variable message file? I keep looking for documentation on how to implement the message file name as a...
Replies
0
Views
69
I have two identical machines running similar HMI projects, the only difference is one is done in FactoryTalk View Version 10 and the other is...
Replies
5
Views
242
how to communicate FactoryTalk Optix and Mitsubishi Q Series. I want to know the details of that
Replies
0
Views
70
Back
Top Bottom