PDA

View Full Version : View FSUIPC offset values



ChrisKLAS
09-27-2009, 01:41 PM
Hello all,

Probably a stupid question, I'm sure!

I'm just wondering if there's a way to view the value of a specific FSUIPC offset, in simple number format. Example, I want to see the output of:

5604 2 APUEGT .1

from PMSystems, so that I can then enter appropriate values in the software for a servo card.

Thank you!

TasKiNG
09-27-2009, 02:48 PM
Download the FSUIPC SDK from Here FSUIPC_SDK.zip (http://www.schiratti.com/files/dowson/FSUIPC_SDK.zip)

Inside the zip file you will find a program called FSInterrogate2std.exe.

Run this and you will be able to view and set values for the Offsets.

ChrisKLAS
09-27-2009, 03:25 PM
Thank you, Dave!!

Peter Dowson
09-27-2009, 08:01 PM
I'm just wondering if there's a way to view the value of a specific FSUIPC offset, in simple number format.

Easiest way: go to the Logging tab in FSUIPC options, right-hand side. Enter offset and type of number display, check FSdisplay/Advdisplay option to get it shown on screen in real-time. As in fact all described in the Logging section of the supplied FSUIPC documentation (not even the SDK needed).


Example, I want to see the output of:
5604 2 APUEGT .1

That's a single bit within a value, worth 2. For bit-oriented values you'd be best displaying in hexadecimal (an option you'll see), and remembering the values of the hex digits in bit values

0 = 0
1 = 1
2 = 2
3 = 1 + 2
4 = 4
5 = 1 + 4
6 = 2 + 4
7 = 1 + 2 + 4
8 = 8
9 = 1 + 8
A = 2 + 8
B = 1 + 2 + 8
C = 4 + 8
D = 1 + 4 + 8
E = 2 + 4 + 8
F = 1 + 2 + 4 + 8

Regards

Pete

jr2008
03-24-2010, 04:15 PM
How i can found the Offset for the BELOW G/S annunciator?