Hi,
In rtmc pro ive got the following expresssion shown below.
The thing is, the time it is displaying is always like so:
25-10-2017 07:30:59
25-10-2017 07:22:59
The seconds are always 59 and i dont want it to show the date, just the time.
StartRelativeToNewest(nSecPerDay, OrderCollected);
Timestamp(MaxRunOverTimeWithReset("Server:CR1000.ToroHourly.WindSpd_ms_Max",Timestamp("Server:CR1000.ToroHourly.WindSpd_ms_Max"),Reset_Daily))
Look at the help for the FormatTime expression. I believe you can do what you want with FormatTime.
Thanks for the reply,
ive watched the examples and came up with this, but its still showing without seconds in the time, always :00...
FormatTime(Timestamp("Server:CR1000.ToroHourly.WindSpd_ms_Max"),$"%X on %a, %b %d, %Y (day %j of the year)")
I think it really is something simpel with signes and/or numbers, but i can figure it out.