Hi,
1 Now ive managed to get the max windspeed from a day in rtmc pro from a one minte table (shown below, its called ToroHourly, but its a one minute table...), id like to have the winddirection from that max gust today in rtmc pro in a rtmc pro formula..
StartRelativeToNewest(1440*nsecPerMin, ordercollected);
MaxRunOverTime("Server:CR1000.ToroHourly.WindSpd_ms_Max",Timestamp("Server:CR1000.ToroHourly.WindSpd_ms_Max"),1440*nsecPerMin)
2 im going to code the max average windspeed too, but how do i show the average winddirection from that max average windspeed in rtmc code?
3 And id like to have the time it happened in hours minutes seconds.
Ive managed to get that working partly but im missing the seconds (with code below).
Its showing: 18-10-2017 06:10:00
StartRelativeToNewest(1440*nsecPerMin, ordercollected);Timestamp
(MaxRunOverTime("Server:CR1000.ToroHourly.WindSpd_ms_Max",Timestamp("Server:CR1000.ToroHourly.WindSpd_ms_Max"),1440*nsecPerMin))
There is a timestamp in seconds in the one minute table, but i dont know how to use it in a rtmc code
(WindSpd_ms_TMx)
Someone if possible shine a light on this please.
Someone have a look please:)