- Messages
- 1
- Country
i have an app using Symconnect in order to receive once per second data like Latitud, altitud, heading, speed, etc, I have tried to add a new variable, I am not receiving any error message, the trouble is that the value received is always zero when i have confirmation from flight panel and other applications that value should not be zero
this is the statement I have used to add the new variable:
my_simconnect.AddToDataDefinition(DEFINITIONS.Struct1, "VARIOMETER NETTO", "feet per second", SIMCONNECT_DATATYPE.FLOAT64, 0.0f, SimConnect.SIMCONNECT_UNUSED);
I would appreciate any advice or suggestions
thanks
Oscar
this is the statement I have used to add the new variable:
my_simconnect.AddToDataDefinition(DEFINITIONS.Struct1, "VARIOMETER NETTO", "feet per second", SIMCONNECT_DATATYPE.FLOAT64, 0.0f, SimConnect.SIMCONNECT_UNUSED);
I would appreciate any advice or suggestions
thanks
Oscar