Factory Talk display historical data??

thats handy.

i suppose to display this time and date on a HMI like '09 Apr 2013 17:21' would require 5 different tags (maybe uing multistate symbols for the month) and some delicate placement of your screen objects?!??

would i be right in saying that if i was to record the tag "Start_time" from your example into a log file (tag type 'RTC') for today it would have a value of something like 2013491730125 for 2013/april/9th/17:30/1 second/25 milliseconds?

thanks for the help.
 
would i be right in saying that if i was to record the tag "Start_time" from your example into a log file (tag type 'RTC') for today it would have a value of something like 2013491730125 for 2013/april/9th/17:30/1 second/25 milliseconds?

thanks for the help.

No, if the log-file tags have the type "RTC", they would each have the same 7-DINT structure as defined.

A tag created from a UDT such as RTC doesn't have a "value", as the UDT structure is a collection of elements, in this case 7 individual DINT values, Year, Month, Day, etc.

There is a 64-bit binary "value" that you can get from GSV, called the "CurrentValue", but since this is just a rolling count of the number of microseconds since 0000hrs on January 1st, 1970, it'll be a hard job to display it as the current Date/Time.

The developers could have included a Date/Time in STRING format for display on a HMI, but since there are so many permutations of how this could be displayed, they obviously decided to leave it up to the system programmer to display the fields "piecemeal" as you described.
 

Similar Topics

I am trying to have my Alarm Summary page open when an alarm goes active (I am using ALMD blocks) this is the expression I am trying to use...
Replies
5
Views
1,241
Hi all, Currently i am working with FTView Studio V 9.0. I have created multiple displays and this particular screen takes a little more time in...
Replies
0
Views
1,189
Hey Everyone, I need some assistance from some good HMI programmers. I have been asked to make some changes to the HMI on one of our Packaging...
Replies
0
Views
953
This may come across as an ignorant question as I'm not yet familiar with Factory Talk View, but we have a small system that may be using an AB...
Replies
1
Views
1,320
Factory Talk SE 8.2 Vantage Point 7 Looking to display the historical data from a tag in an excel style format for the last 30 days. Was...
Replies
0
Views
1,209
Back
Top Bottom