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 gusts...


Mavada Aug 17, 2011 11:21 AM

Hi all,

How do i get the winddirection from a gust?
So, i want to show 10 min. gust, but also from which direction...

DataTable(Table1,True,-1)
DataInterval(0,10,Min,10)


WindVector (1,Windskm,Windr,IEEE4,False,0,0,1)
FieldNames ("Windskm,Windr")
Maximum(1,Windskn,IEEE4,False,True)
FieldNames ("MaxWindskm")


aps Aug 17, 2011 11:23 AM

Use the SampleMaxMin instruction - further details in the help system.

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