Hi Roar
For my new Whisky Compass construction I will use Var 1822. When I have a look to the values shown on the IOCP console, I see 0 to 20625 for the range of 0 to 359 degrees. So I think with a divisor of 57.3 I will get my needed values. But I am curious and would like to know, how the values of the console are deduced. I think the original value in simconnect is in the flt64 format. Correct?
Thanks for informations
Urs
Whisky Compass
Re: Whisky Compass
value is a double
IOCP.sendVarData(1822, ((180 / 3.14159265359) * vFSX_trueheading));
IOCP.sendVarData(1822, ((180 / 3.14159265359) * vFSX_trueheading));