FT View SE 5.10 Display WallClockTime

The Plc Kid

Member
Join Date
Feb 2009
Location
Macon, Georgia
Posts
3,233
I have a FT view SE 5.10 project where we take the percentage of motor on time for the last hour and display it on the screen.

This is not a running average/ percentage just every hour we look at total run time and calculate the percentage and display it.

Now the process manager wants to display the time that reading was taken from the PLC RTC. I have a GSV onstruction for WallClock Time going to a 7 element array called Date_Time but what objest can I use to display that in FT view and have it look correct. Can't use the computers clock as this is more of a time stamp that I am loking for.

Tried to do multiple tags in a single numer display but it did not like that. Any ideas?
 
How about Concatenate into a String? I have never tried it but I think it could work.
 
You could insert a small Alarm List on your Display and let it timestamp it for you. Set an Alarm bit when the reading is taken and Reset it off of time to allow Alarm Screen to see trigger. You would have to filter the Alarm Screens to show only the information you need.
 
Create a text object with text that says something like "reading taken at: "
Then use the insert variable option to select the tag in your array with the hour. Then put a ":" and then insert variable again this time pointing to the minute tag. Repeat if you wants seconds or microseconds.

OG
 

Similar Topics

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
128
Hello all, I was modifying an HMI in factory talk and went to change a go to display button using the ... to select from a list as I had done...
Replies
4
Views
162
Hello brothers We are contacting you because an error like [display change is currently controlled remotely] occurred while using the equipment we...
Replies
2
Views
210
I'm working on a system with three Panelview 7's connected in a DLR. The system started having miscellaneous DLR faults and they were supposedly...
Replies
1
Views
486
Hello all. Many years ago I programmed an Omron PLC and HMI and I was able to control which display was being shown on the HMI from the PLC. Is...
Replies
5
Views
334
Back
Top Bottom