- Messages
- 12
- Country

Hi,
I'm looking for a way to get the outside ground temperature nearby the current aircraft position by using FSUIPC. My current approach is:
I tried several other offsets as well, but the temperature isn't changing when slewing the aircraft to a different position. Would be nice, if somebody could post a hint?
Many thanks
Markus
I'm looking for a way to get the outside ground temperature nearby the current aircraft position by using FSUIPC. My current approach is:
Code:
[SIZE="2"]Dim GroundTemperatureFSX As Offset(Of Short) = New FSUIPC.Offset(Of Short)(&HF42)
FSUIPCConnection.Process()
GroundTemperature = GroundTemperatureFSX.Value / 256[/SIZE]
I tried several other offsets as well, but the temperature isn't changing when slewing the aircraft to a different position. Would be nice, if somebody could post a hint?
Many thanks
Markus