Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

Winddirection from max windspeed


Makada Oct 18, 2017 05:14 AM

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)


Makada Oct 19, 2017 12:48 PM

Someone if possible shine a light on this please.


Makada Oct 21, 2017 04:05 AM

Someone have a look please:)

Log in or register to post/reply in the forum.