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")
Use the SampleMaxMin instruction - further details in the help system.