Tinsukou Posted March 7, 2011 Report Posted March 7, 2011 (edited) Hi, I can't get airport weather (wind speed etc..) with using offset CC08 My code... Dim wxicao As Offset(Of String) = New Offset(Of String)(&HCC08, 5) Dim wxwindkt As Offset(Of Short) = New Offset(Of Short)(&HCCFE) Private Sub Button1_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click wxicao.Value = textbox1.text 'ex)RJTT FSUIPCConnection.Process() TextBox2.Text = wxwindkt.Value End Sub How can I get airports weather?? Please give me sample.. Edited March 7, 2011 by Tinsukou
Paul Henty Posted March 8, 2011 Report Posted March 8, 2011 Hello Tinsukou, Using the New Weather Interface in FSUIPC is much more complicated than reading normal offsets, especially with a language like VB.NET. An example would take anyone many hours to write and test. I do plan to put an easy method of reading and writing weather in my DLL (like I have done with AI Traffic) but I don't know when I will have time to do this. Sorry I can't help with this at the moment. Paul
Tinsukou Posted March 10, 2011 Author Report Posted March 10, 2011 Thank you Paul. I also research the weather.. thank you very much!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now