Jump to content
The simFlight Network Forums

Bodnar card analogue through FSUIPC to set heading


Recommended Posts

Good Evening all.

I have a couple of bodnar cards, and some real aircraft instruments to put in an Aerocommander 685 which I have acquired.

I have VORs and HSIs which I was planning to convert. In theory, Simple. In practise, Ummmmmm!

My dilemma.

The VOR for example has a synchro used to sent the dial info to the NavRadio. I was planning to replace the synchro with a high quality continuous rotation pot. It almost worked.

I don't have a continuous pot, but tested with a normal pot. I did the following:

Calibrated the pot GOOD

Allocated the axis in FSUIPC GOOD

Assigned the axis using DWORD and offset 07CC GOOD - Recognised

Started in FSX and turning the pot caused the Heading bug to rotate, but unfortunately would only go from 270 to 090 through north. Don't know why this is happening. Anyone be able to help?

Thanks in advance.

Rob.

Link to comment
Share on other sites

  • 2 weeks later...

Assigned the axis using DWORD and offset 07CC GOOD - Recognised

Started in FSX and turning the pot caused the Heading bug to rotate, but unfortunately would only go from 270 to 090 through north.

Offset 07CC represents the A/P heading value in a value which ranges from 0 for 0 degrees up to 65535 for 359.99999 ... degrees. A typical Bodnar axis sends values -16383 to +16383, which as an unsigned value would look like 49153 to 16383, giving your 270 to 90 result.

Try scaling the axis input by 2 (i.e. edit the axis assignment in the FSUIPC INI file to multiply the input by 2 -- details are in the Advanced User's guide).

Pete

Link to comment
Share on other sites

G'Day again Pete.

I tried editing the fsuipc4.ini file, but this only changed things slightly.

When scaling *2, the heading bug just went from 270 to 90 at partial rotation.

I tried .5 and all this did was reduce the changes from 180 degrees range to 90 degrees, rotated about the 0/360 north axis.

Any other thoughts?

Rob.

Link to comment
Share on other sites

When scaling *2, the heading bug just went from 270 to 90 at partial rotation.

I tried .5 and all this did was reduce the changes from 180 degrees range to 90 degrees, rotated about the 0/360 north axis.

Any other thoughts?

Not without more information about what is going on, no. Why not try logging offset 07CC and the axis itself so we can see what is coming in and going out.

Maybe the Bodnar connection isn't doing what I thought it would be. I also do not know what actual assignment you are making it -- which FSUIPC control are you using?

Pete

Link to comment
Share on other sites

Couldn't get to sleep last night trying to do the maths in my head.

I'll try a bit later, but I'm thinking that I will have to *4 then add 32768. Have to cook dinner, and look at it later or tomorrow.

As for the offset, I'm using the direct entry for the heading bug. It moves, so I know it's the correct one.

I'll post when I have some idea.

I feel like it's so close, but..........

Cheers,

Rob.

Link to comment
Share on other sites

I'll try a bit later, but I'm thinking that I will have to *4 then add 32768.

Doesn't sound right. Considering you got exactly half the range originally, *2 seems correct. Adding or subtracting something is irrelevant -- that just moves the '0' position. The value uses the complete range of a 16 bit word -- 0 to 65535. Adding or subtracting anything won't change that, you still need the complete range. Overflow off the top makes no difference.

As for the offset, I'm using the direct entry for the heading bug. It moves, so I know it's the correct one.

I know, 07CC. You told me that already. But how are you writing it? Are you assigning to an FSUIPC "Offset" control, and if so, which one?

I feel like it's so close, but..........

I'm sure it will be easy to work out what is going on with just a little logging. We need information, not guesswork.

Pete

Link to comment
Share on other sites

Good Morning Pete.

PETE-Please The next post appears a bit clearer to me as I used U16 which created some numbers I recognised. I have left this one as you may also gleem something from it.

I have done as you suggested and created a Log. This is with Axis unmodified in fsuipc.ini

It seems to be logging as what I am seeing. For the test I did a left to right rotation which is indicated at FLT64: 270 (Which displayed 270degrees on the bug, the rotation to East indicated at FLT64: 089 (Close enough for me), then to North indicated by FLT64: 359 (Again close enough for me)

There were various ways to log, so I selected the top one being S8. Do you want it in another format? Easy enough to do.

Thanks for your time on this.

Rob.

-------------------------

********* FSUIPC4, Version 4.80 by Pete Dowson *********

User Name="Robert Fonhof"

User Addr="rjfon1@hotmail.com"

FSUIPC4 Key is provided

WIDEFS7 not user registered, or expired

[Continuation log requested by user]

Running inside FSX on Windows 7

Module base=61000000

137109 System time = 04/04/2013 12:08:13, Simulator time = 08:18:33 (23:18Z)

147811 Monitor IPC:07CC (S8) = 16

147842 Monitor IPC:07CC (S8) = 0

147842 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 270

147936 Monitor IPC:07CC (S8) = 102

148014 Monitor IPC:07CC (S8) = -17

148060 Monitor IPC:07CC (S8) = 23

148060 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 287

148107 Monitor IPC:07CC (S8) = 6

148154 Monitor IPC:07CC (S8) = 91

148154 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 293

148185 Monitor IPC:07CC (S8) = 73

148232 Monitor IPC:07CC (S8) = 85

148232 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 300

148326 Monitor IPC:07CC (S8) = 119

148357 Monitor IPC:07CC (S8) = -68

148357 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 309

148404 Monitor IPC:07CC (S8) = 91

148435 Monitor IPC:07CC (S8) = 34

148435 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 318

148482 Monitor IPC:07CC (S8) = -72

148513 Monitor IPC:07CC (S8) = -119

148528 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 327

148575 Monitor IPC:07CC (S8) = 109

148606 Monitor IPC:07CC (S8) = -91

148606 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 337

148653 Monitor IPC:07CC (S8) = 96

148684 Monitor IPC:07CC (S8) = -97

148684 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 344

148731 Monitor IPC:07CC (S8) = -125

148778 Monitor IPC:07CC (S8) = 119

148778 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 348

148825 Monitor IPC:07CC (S8) = -27

148856 Monitor IPC:07CC (S8) = 6

148856 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 353

148950 Monitor IPC:07CC (S8) = 67

148996 Monitor IPC:07CC (S8) = 74

148996 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 359

149028 Monitor IPC:07CC (S8) = 72

149074 Monitor IPC:07CC (S8) = -114

149074 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 5

149121 Monitor IPC:07CC (S8) = -61

149152 Monitor IPC:07CC (S8) = -119

149152 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 12

149199 Monitor IPC:07CC (S8) = 110

149246 Monitor IPC:07CC (S8) = 57

149246 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 20

149324 Monitor IPC:07CC (S8) = 75

149371 Monitor IPC:07CC (S8) = -97

149371 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 29

149402 Monitor IPC:07CC (S8) = 26

149449 Monitor IPC:07CC (S8) = -28

149449 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 35

149496 Monitor IPC:07CC (S8) = 35

149542 Monitor IPC:07CC (S8) = -34

149542 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 42

149574 Monitor IPC:07CC (S8) = -38

149620 Monitor IPC:07CC (S8) = -40

149636 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 49

149714 Monitor IPC:07CC (S8) = 35

149745 Monitor IPC:07CC (S8) = -46

149745 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 56

149792 Monitor IPC:07CC (S8) = -82

149839 Monitor IPC:07CC (S8) = -125

149839 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 64

149886 Monitor IPC:07CC (S8) = 106

149932 Monitor IPC:07CC (S8) = 51

149932 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 72

149964 Monitor IPC:07CC (S8) = -14

150010 Monitor IPC:07CC (S8) = -102

150026 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 81

150057 Monitor IPC:07CC (S8) = -1

150104 Monitor IPC:07CC (S8) = 0

150104 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 90

151695 Monitor IPC:07CC (S8) = 11

151742 Monitor IPC:07CC (S8) = 74

151742 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 89

151773 Monitor IPC:07CC (S8) = 97

151820 Monitor IPC:07CC (S8) = -68

151836 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 84

151867 Monitor IPC:07CC (S8) = -78

151914 Monitor IPC:07CC (S8) = -63

151914 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 77

151960 Monitor IPC:07CC (S8) = 67

152007 Monitor IPC:07CC (S8) = 91

152007 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 68

152085 Monitor IPC:07CC (S8) = -56

152132 Monitor IPC:07CC (S8) = -85

152132 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 60

152163 Monitor IPC:07CC (S8) = 50

152210 Monitor IPC:07CC (S8) = 102

152210 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 54

152257 Monitor IPC:07CC (S8) = -51

152304 Monitor IPC:07CC (S8) = 34

152304 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 48

152350 Monitor IPC:07CC (S8) = -109

152397 Monitor IPC:07CC (S8) = 114

152397 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 40

152428 Monitor IPC:07CC (S8) = -68

152475 Monitor IPC:07CC (S8) = 119

152475 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 33

152553 Monitor IPC:07CC (S8) = -28

152616 Monitor IPC:07CC (S8) = 51

152616 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 27

152616 Monitor IPC:07CC (S8) = -56

152662 Monitor IPC:07CC (S8) = -17

152662 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 21

152756 Monitor IPC:07CC (S8) = -100

152787 Monitor IPC:07CC (S8) = -85

152787 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 15

152834 Monitor IPC:07CC (S8) = 67

152865 Monitor IPC:07CC (S8) = 28

152881 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 10

152928 Monitor IPC:07CC (S8) = -89

152959 Monitor IPC:07CC (S8) = -6

152959 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 7

153006 Monitor IPC:07CC (S8) = -31

153052 Monitor IPC:07CC (S8) = 34

153052 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 3

153130 Monitor IPC:07CC (S8) = -35

153177 Monitor IPC:07CC (S8) = -108

153177 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 358

153224 Monitor IPC:07CC (S8) = -39

153271 Monitor IPC:07CC (S8) = -68

153286 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 354

153318 Monitor IPC:07CC (S8) = -23

153364 Monitor IPC:07CC (S8) = 46

153364 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 349

153411 Monitor IPC:07CC (S8) = 88

153458 Monitor IPC:07CC (S8) = -97

153458 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 344

153489 Monitor IPC:07CC (S8) = 10

153552 Monitor IPC:07CC (S8) = 91

153552 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 338

153598 Monitor IPC:07CC (S8) = -64

153645 Monitor IPC:07CC (S8) = -51

153645 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 333

153676 Monitor IPC:07CC (S8) = -80

153723 Monitor IPC:07CC (S8) = -119

153723 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 327

153770 Monitor IPC:07CC (S8) = -52

153817 Monitor IPC:07CC (S8) = -80

153817 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 323

153848 Monitor IPC:07CC (S8) = 4

153895 Monitor IPC:07CC (S8) = 34

153895 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 318

153942 Monitor IPC:07CC (S8) = -55

153988 Monitor IPC:07CC (S8) = -108

153988 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 313

154082 Monitor IPC:07CC (S8) = 95

154113 Monitor IPC:07CC (S8) = 6

154113 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 308

154160 Monitor IPC:07CC (S8) = 21

154191 Monitor IPC:07CC (S8) = 46

154207 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 304

154238 Monitor IPC:07CC (S8) = -93

154285 Monitor IPC:07CC (S8) = -97

154285 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 299

154332 Monitor IPC:07CC (S8) = -6

154378 Monitor IPC:07CC (S8) = 17

154378 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 294

154410 Monitor IPC:07CC (S8) = -76

154456 Monitor IPC:07CC (S8) = -51

154472 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 288

154503 Monitor IPC:07CC (S8) = -12

154550 Monitor IPC:07CC (S8) = 63

154550 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 283

154628 Monitor IPC:07CC (S8) = 43

154675 Monitor IPC:07CC (S8) = -6

154675 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 277

154722 Monitor IPC:07CC (S8) = 32

154768 Monitor IPC:07CC (S8) = 34

154768 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 273

154800 Monitor IPC:07CC (S8) = 0

159854 Monitor IPC:07CC (S8) = -98

159885 Monitor IPC:07CC (S8) = -74

159885 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 271

159932 Monitor IPC:07CC (S8) = -67

159979 Monitor IPC:07CC (S8) = -40

159979 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 274

160010 Monitor IPC:07CC (S8) = 43

160057 Monitor IPC:07CC (S8) = -6

160072 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 277

160150 Monitor IPC:07CC (S8) = 35

160197 Monitor IPC:07CC (S8) = 28

160213 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 280

160213 Monitor IPC:07CC (S8) = 74

160244 Monitor IPC:07CC (S8) = 63

160244 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 283

160338 Monitor IPC:07CC (S8) = 34

160384 Monitor IPC:07CC (S8) = 97

160384 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 286

160416 Monitor IPC:07CC (S8) = 125

160462 Monitor IPC:07CC (S8) = -51

160462 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 288

160509 Monitor IPC:07CC (S8) = -68

160540 Monitor IPC:07CC (S8) = -17

160540 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 291

160603 Monitor IPC:07CC (S8) = 112

160634 Monitor IPC:07CC (S8) = -57

160634 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 295

160728 Monitor IPC:07CC (S8) = -26

160774 Monitor IPC:07CC (S8) = -23

160774 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 298

160806 Monitor IPC:07CC (S8) = -97

160852 Monitor IPC:07CC (S8) = 85

160852 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 300

160899 Monitor IPC:07CC (S8) = -58

160946 Monitor IPC:07CC (S8) = 119

160946 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 303

160977 Monitor IPC:07CC (S8) = -27

161024 Monitor IPC:07CC (S8) = -102

161024 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 306

161071 Monitor IPC:07CC (S8) = -121

161102 Monitor IPC:07CC (S8) = -68

161102 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 309

161164 Monitor IPC:07CC (S8) = -86

161196 Monitor IPC:07CC (S8) = 114

161196 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 310

161289 Monitor IPC:07CC (S8) = -35

161336 Monitor IPC:07CC (S8) = -34

161336 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 312

161367 Monitor IPC:07CC (S8) = -7

161414 Monitor IPC:07CC (S8) = 74

161414 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 314

161461 Monitor IPC:07CC (S8) = 75

161492 Monitor IPC:07CC (S8) = 0

161492 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 315

161554 Monitor IPC:07CC (S8) = -75

161586 Monitor IPC:07CC (S8) = 108

161586 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 317

161664 Monitor IPC:07CC (S8) = 126

161726 Monitor IPC:07CC (S8) = -114

161726 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 320

161757 Monitor IPC:07CC (S8) = -40

161804 Monitor IPC:07CC (S8) = -6

161804 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 322

161851 Monitor IPC:07CC (S8) = 27

161882 Monitor IPC:07CC (S8) = 102

161882 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 324

161944 Monitor IPC:07CC (S8) = 62

161976 Monitor IPC:07CC (S8) = 28

161976 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 325

162022 Monitor IPC:07CC (S8) = 58

162054 Monitor IPC:07CC (S8) = -119

162054 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 327

162116 Monitor IPC:07CC (S8) = 7

162147 Monitor IPC:07CC (S8) = 63

162147 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 328

162241 Monitor IPC:07CC (S8) = -21

162272 Monitor IPC:07CC (S8) = -11

162272 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 329

162319 Monitor IPC:07CC (S8) = -48

162366 Monitor IPC:07CC (S8) = -85

162366 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 330

162412 Monitor IPC:07CC (S8) = -92

162444 Monitor IPC:07CC (S8) = 97

162444 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 331

162506 Monitor IPC:07CC (S8) = -120

162537 Monitor IPC:07CC (S8) = -51

162537 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 333

162631 Monitor IPC:07CC (S8) = 101

162662 Monitor IPC:07CC (S8) = -125

162662 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 334

162709 Monitor IPC:07CC (S8) = 97

162756 Monitor IPC:07CC (S8) = 57

162756 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 335

162802 Monitor IPC:07CC (S8) = -69

162834 Monitor IPC:07CC (S8) = -91

162834 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 337

162880 Monitor IPC:07CC (S8) = -26

162927 Monitor IPC:07CC (S8) = 17

162927 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 339

163005 Monitor IPC:07CC (S8) = -6

163052 Monitor IPC:07CC (S8) = -57

163052 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 340

163052 Monitor IPC:07CC (S8) = -42

163099 Monitor IPC:07CC (S8) = 125

163099 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 341

163192 Monitor IPC:07CC (S8) = -85

163224 Monitor IPC:07CC (S8) = -23

163224 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 343

163270 Monitor IPC:07CC (S8) = 104

163317 Monitor IPC:07CC (S8) = -97

163317 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 344

163364 Monitor IPC:07CC (S8) = 5

163395 Monitor IPC:07CC (S8) = 85

163395 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 345

163442 Monitor IPC:07CC (S8) = -101

163567 Monitor IPC:07CC (S8) = 25

163614 Monitor IPC:07CC (S8) = 11

163614 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 346

163660 Monitor IPC:07CC (S8) = -121

163707 Monitor IPC:07CC (S8) = -63

163707 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 347

163738 Monitor IPC:07CC (S8) = -11

163832 Monitor IPC:07CC (S8) = 107

163879 Monitor IPC:07CC (S8) = 119

163879 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 348

163910 Monitor IPC:07CC (S8) = -54

164004 Monitor IPC:07CC (S8) = 88

164050 Monitor IPC:07CC (S8) = 46

164050 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 349

164128 Monitor IPC:07CC (S8) = -90

164175 Monitor IPC:07CC (S8) = -28

164175 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 350

164206 Monitor IPC:07CC (S8) = -27

164300 Monitor IPC:07CC (S8) = 60

164378 Monitor IPC:07CC (S8) = -78

164425 Monitor IPC:07CC (S8) = -102

164425 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 351

164518 Monitor IPC:07CC (S8) = 17

164550 Monitor IPC:07CC (S8) = 80

164550 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 352

164596 Monitor IPC:07CC (S8) = 127

164690 Monitor IPC:07CC (S8) = -11

164721 Monitor IPC:07CC (S8) = 6

164721 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 353

164768 Monitor IPC:07CC (S8) = 123

164815 Monitor IPC:07CC (S8) = -68

164815 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 354

164908 Monitor IPC:07CC (S8) = -70

164986 Monitor IPC:07CC (S8) = -39

165064 Monitor IPC:07CC (S8) = 1

165158 Monitor IPC:07CC (S8) = 48

165189 Monitor IPC:07CC (S8) = 114

165189 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 355

165283 Monitor IPC:07CC (S8) = 126

165361 Monitor IPC:07CC (S8) = -74

165439 Monitor IPC:07CC (S8) = -43

165486 Monitor IPC:07CC (S8) = 40

165486 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 356

165532 Monitor IPC:07CC (S8) = -27

165657 Monitor IPC:07CC (S8) = 28

165735 Monitor IPC:07CC (S8) = 115

165829 Monitor IPC:07CC (S8) = 122

165907 Monitor IPC:07CC (S8) = -78

165954 Monitor IPC:07CC (S8) = -34

165954 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 357

166047 Monitor IPC:07CC (S8) = -23

166125 Monitor IPC:07CC (S8) = 0

166219 Monitor IPC:07CC (S8) = 8

166390 Monitor IPC:07CC (S8) = 55

166468 Monitor IPC:07CC (S8) = -114

166515 Monitor IPC:07CC (S8) = -108

166515 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 358

166593 Monitor IPC:07CC (S8) = -75

166687 Monitor IPC:07CC (S8) = -43

166765 Monitor IPC:07CC (S8) = -12

166796 Monitor IPC:07CC (S8) = 74

166796 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 359

166858 Monitor IPC:07CC (S8) = -4

166968 Monitor IPC:07CC (S8) = 12

167061 Monitor IPC:07CC (S8) = 28

167139 Monitor IPC:07CC (S8) = 59

167436 Monitor IPC:07CC (S8) = 67

167529 Monitor IPC:07CC (S8) = 75

167638 Monitor IPC:07CC (S8) = 83

167732 Monitor IPC:07CC (S8) = 122

167810 Monitor IPC:07CC (S8) = -126

167904 Monitor IPC:07CC (S8) = 122

168075 Monitor IPC:07CC (S8) = -126

168153 Monitor IPC:07CC (S8) = -102

170244 Monitor IPC:07CC (S8) = -79

170290 Monitor IPC:07CC (S8) = 0

170290 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 360

170368 Monitor IPC:07CC (S8) = -126

170415 Monitor IPC:07CC (S8) = -74

170415 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 1

170462 Monitor IPC:07CC (S8) = -52

170540 Monitor IPC:07CC (S8) = -11

170759 Monitor IPC:07CC (S8) = -20

171133 Monitor IPC:07CC (S8) = -93

171211 Monitor IPC:07CC (S8) = -63

171258 Monitor IPC:07CC (S8) = 0

171258 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 360

171305 Monitor IPC:07CC (S8) = 75

171351 Monitor IPC:07CC (S8) = 74

171351 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 359

171383 Monitor IPC:07CC (S8) = 67

171507 Monitor IPC:07CC (S8) = 75

171601 Monitor IPC:07CC (S8) = 67

171679 Monitor IPC:07CC (S8) = 75

171897 Monitor IPC:07CC (S8) = 67

171975 Monitor IPC:07CC (S8) = 75

172053 Monitor IPC:07CC (S8) = 67

172147 Monitor IPC:07CC (S8) = 75

172350 Monitor IPC:07CC (S8) = 67

172428 Monitor IPC:07CC (S8) = 75

172646 Monitor IPC:07CC (S8) = 67

172911 Monitor IPC:07CC (S8) = 75

173036 Monitor IPC:07CC (S8) = 67

173208 Monitor IPC:07CC (S8) = 75

173286 Monitor IPC:07CC (S8) = 67

173411 Monitor IPC:07CC (S8) = 75

173660 Monitor IPC:07CC (S8) = 67

173785 Monitor IPC:07CC (S8) = 75

173957 Monitor IPC:07CC (S8) = 67

174081 Monitor IPC:07CC (S8) = 75

174253 Monitor IPC:07CC (S8) = 67

174331 Monitor IPC:07CC (S8) = 75

175127 Monitor IPC:07CC (S8) = 67

175220 Monitor IPC:07CC (S8) = 75

176156 Monitor IPC:07CC (S8) = 67

176234 Monitor IPC:07CC (S8) = 75

195157 Sim stopped: average frame rate for last 58 secs = 23.7 fps

201584 System time = 04/04/2013 12:09:17, Simulator time = 08:19:31 (23:19Z)

201584 *** FSUIPC log file being closed

Average frame rate for running time of 67 secs = 23.5 fps

G3D fix: Passes 22002, Null pointers 0, Bad pointers 0, Separate instances 0

Memory managed: 31 Allocs, 31 Freed

********* FSUIPC Log file closed ***********

Link to comment
Share on other sites

Hi again.

As stated above I used U16 which created some numbers that I recognised. What do you make of it? This is with an unmodified FSUIPC.ini. Scroll down to the Red ++++++++ with FSUIPC modified to ,*2,+16384 and see what it reads. I'm starting to get brainfade. What is starting to confuse me is that everything appears to be positive, from full leftmost rotation to rightmost.

ie:270 degrees =49152 (I agree with that one)

1 degree = 163 (I agree with that one)

90 degrees = 16384 (I thought It had to be 65536???)

It does the same with both modified and unmodified FSUIPC.ini

When you say what offset are you using to control, what do you mean? At this stage I thought I was assigning directly to 07CC under Axes, and using DWord format

Thanks, Rob.

********* FSUIPC4, Version 4.80 by Pete Dowson *********

User Name="Robert Fonhof"

User Addr="rjfon1@hotmail.com"

FSUIPC4 Key is provided

WIDEFS7 not user registered, or expired

Running inside FSX on Windows 7

Module base=61000000

436 System time = 04/04/2013 12:32:40

436 FLT path = "C:\Users\Robert\Documents\Flight Simulator X Files\"

483 Trying to connect to SimConnect Acc/SP2 Oct07 ...

561 FS path = "C:\Program Files\Microsoft Games\Microsoft Flight Simulator X\"

1372 LogOptions=10000000 0000000D

1404 Wind smoothing fix is fully installed

1404 G3D.DLL fix attempt installed ok

1404 SimConnect_Open succeeded: waiting to check version okay

1404 Trying to use SimConnect Acc/SP2 Oct07

3307 Running in "Microsoft Flight Simulator X", Version: 10.0.61472.0 (SimConnect: 10.0.61259.0)

3307 Initialising SimConnect data requests now

3307 FSUIPC Menu entry added

3338 C:\Users\Robert\Documents\Flight Simulator X Files\AAV Bay4.FLT

3338 C:\Users\Robert\Documents\Flight Simulator X Files\IFR Los Angeles Intl to San Francisco Intl.PLN

3338 C:\Program Files\Microsoft Games\Microsoft Flight Simulator X\SimObjects\Airplanes\Beech_King_Air_350\Beech_King_Air_350.AIR

3338 C:\Users\Robert\Documents\Flight Simulator X Files\IFR Los Angeles Intl to San Francisco Intl.PLN

3962 Monitor IPC:07CC (U16) = 0

52354 Monitor IPC:07CC (U16) = 8192

52354 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 45

52759 System time = 04/04/2013 12:33:32, Simulator time = 08:18:25 (23:18Z)

52775 Aircraft="Beech King Air 350 Paint1"

53258 Starting everything now ...

54413 Advanced Weather Interface Enabled

65973 Monitor IPC:07CC (U16) = 50215

66019 Monitor IPC:07CC (U16) = 50244

66019 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 276

66097 Monitor IPC:07CC (U16) = 50979

66129 Monitor IPC:07CC (U16) = 50972

66129 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 280

66191 Monitor IPC:07CC (U16) = 51412

66222 Monitor IPC:07CC (U16) = 51337

66222 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 282

66269 Monitor IPC:07CC (U16) = 51940

66300 Monitor IPC:07CC (U16) = 51883

66300 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 285

66394 Monitor IPC:07CC (U16) = 52554

66441 Monitor IPC:07CC (U16) = 52611

66441 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 289

66472 Monitor IPC:07CC (U16) = 53089

66519 Monitor IPC:07CC (U16) = 53157

66519 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 292

66565 Monitor IPC:07CC (U16) = 53490

66612 Monitor IPC:07CC (U16) = 53521

66612 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 294

66643 Monitor IPC:07CC (U16) = 53908

66690 Monitor IPC:07CC (U16) = 53885

66690 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 296

66768 Monitor IPC:07CC (U16) = 54364

66815 Monitor IPC:07CC (U16) = 54431

66815 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 299

66862 Monitor IPC:07CC (U16) = 54695

66893 Monitor IPC:07CC (U16) = 54613

66893 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 300

66940 Monitor IPC:07CC (U16) = 54868

66971 Monitor IPC:07CC (U16) = 54795

66971 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 301

67033 Monitor IPC:07CC (U16) = 55120

67065 Monitor IPC:07CC (U16) = 55159

67065 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 303

67143 Monitor IPC:07CC (U16) = 55427

67189 Monitor IPC:07CC (U16) = 55342

67189 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 304

67236 Monitor IPC:07CC (U16) = 55821

67283 Monitor IPC:07CC (U16) = 55888

67299 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 307

67330 Monitor IPC:07CC (U16) = 56120

67377 Monitor IPC:07CC (U16) = 56070

67377 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 308

67423 Monitor IPC:07CC (U16) = 56529

67470 Monitor IPC:07CC (U16) = 56616

67470 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 311

67517 Monitor IPC:07CC (U16) = 56978

67548 Monitor IPC:07CC (U16) = 56980

67548 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 313

67595 Monitor IPC:07CC (U16) = 57702

67642 Monitor IPC:07CC (U16) = 57708

67642 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 317

67689 Monitor IPC:07CC (U16) = 58498

67720 Monitor IPC:07CC (U16) = 58436

67720 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 321

67813 Monitor IPC:07CC (U16) = 59537

67860 Monitor IPC:07CC (U16) = 59529

67860 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 327

67907 Monitor IPC:07CC (U16) = 60364

67938 Monitor IPC:07CC (U16) = 60439

67938 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 332

67985 Monitor IPC:07CC (U16) = 61127

68032 Monitor IPC:07CC (U16) = 61167

68032 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 336

68079 Monitor IPC:07CC (U16) = 61836

68110 Monitor IPC:07CC (U16) = 61895

68110 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 340

68172 Monitor IPC:07CC (U16) = 62733

68203 Monitor IPC:07CC (U16) = 62805

68203 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 345

68297 Monitor IPC:07CC (U16) = 63418

68344 Monitor IPC:07CC (U16) = 63351

68344 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 348

68375 Monitor IPC:07CC (U16) = 64190

68422 Monitor IPC:07CC (U16) = 64262

68422 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 353

68469 Monitor IPC:07CC (U16) = 64701

68500 Monitor IPC:07CC (U16) = 64626

68500 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 355

68562 Monitor IPC:07CC (U16) = 65221

68593 Monitor IPC:07CC (U16) = 65172

68593 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 358

68640 Monitor IPC:07CC (U16) = 163

68671 Monitor IPC:07CC (U16) = 182

68687 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 1

68765 Monitor IPC:07CC (U16) = 783

68812 Monitor IPC:07CC (U16) = 728

68812 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 4

68859 Monitor IPC:07CC (U16) = 1378

68890 Monitor IPC:07CC (U16) = 1456

68890 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 8

68937 Monitor IPC:07CC (U16) = 2096

68983 Monitor IPC:07CC (U16) = 2185

68983 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 12

69030 Monitor IPC:07CC (U16) = 2748

69061 Monitor IPC:07CC (U16) = 2731

69077 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 15

69108 Monitor IPC:07CC (U16) = 3311

69155 Monitor IPC:07CC (U16) = 3277

69155 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 18

69202 Monitor IPC:07CC (U16) = 4135

69249 Monitor IPC:07CC (U16) = 4187

69249 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 23

69280 Monitor IPC:07CC (U16) = 4901

69342 Monitor IPC:07CC (U16) = 4915

69342 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 27

69373 Monitor IPC:07CC (U16) = 5431

69420 Monitor IPC:07CC (U16) = 5461

69420 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 30

69467 Monitor IPC:07CC (U16) = 5839

69498 Monitor IPC:07CC (U16) = 5825

69498 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 32

69561 Monitor IPC:07CC (U16) = 6288

69592 Monitor IPC:07CC (U16) = 6372

69592 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 35

69685 Monitor IPC:07CC (U16) = 6973

69732 Monitor IPC:07CC (U16) = 6918

69732 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 38

69763 Monitor IPC:07CC (U16) = 7446

69810 Monitor IPC:07CC (U16) = 7464

69810 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 41

69857 Monitor IPC:07CC (U16) = 7992

69888 Monitor IPC:07CC (U16) = 8010

69888 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 44

69951 Monitor IPC:07CC (U16) = 8457

69982 Monitor IPC:07CC (U16) = 8374

69982 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 46

70075 Monitor IPC:07CC (U16) = 9052

70122 Monitor IPC:07CC (U16) = 9102

70122 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 50

70153 Monitor IPC:07CC (U16) = 9672

70200 Monitor IPC:07CC (U16) = 9648

70200 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 53

70247 Monitor IPC:07CC (U16) = 10406

70278 Monitor IPC:07CC (U16) = 10377

70278 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 57

70341 Monitor IPC:07CC (U16) = 10977

70372 Monitor IPC:07CC (U16) = 10923

70372 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 60

70419 Monitor IPC:07CC (U16) = 11825

70450 Monitor IPC:07CC (U16) = 11833

70465 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 65

70512 Monitor IPC:07CC (U16) = 12502

70543 Monitor IPC:07CC (U16) = 12561

70543 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 69

70637 Monitor IPC:07CC (U16) = 13187

70668 Monitor IPC:07CC (U16) = 13107

70668 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 72

70731 Monitor IPC:07CC (U16) = 13839

70762 Monitor IPC:07CC (U16) = 13835

70762 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 76

70809 Monitor IPC:07CC (U16) = 14231

70840 Monitor IPC:07CC (U16) = 14199

70840 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 78

70902 Monitor IPC:07CC (U16) = 14744

70933 Monitor IPC:07CC (U16) = 14746

70933 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 81

71027 Monitor IPC:07CC (U16) = 15274

71058 Monitor IPC:07CC (U16) = 15292

71058 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 84

71121 Monitor IPC:07CC (U16) = 15772

71152 Monitor IPC:07CC (U16) = 15838

71152 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 87

71199 Monitor IPC:07CC (U16) = 16302

71230 Monitor IPC:07CC (U16) = 16384

71230 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 90

71292 Monitor IPC:07CC (U16) = 16383

86393 Monitor IPC:07CC (U16) = 16000

86424 Monitor IPC:07CC (U16) = 16020

86424 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 88

86471 Monitor IPC:07CC (U16) = 14687

86518 Monitor IPC:07CC (U16) = 14746

86518 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 81

86549 Monitor IPC:07CC (U16) = 13586

86596 Monitor IPC:07CC (U16) = 13653

86611 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 75

86643 Monitor IPC:07CC (U16) = 12224

86689 Monitor IPC:07CC (U16) = 12197

86689 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 67

86736 Monitor IPC:07CC (U16) = 10928

86783 Monitor IPC:07CC (U16) = 10923

86783 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 60

86861 Monitor IPC:07CC (U16) = 9607

86908 Monitor IPC:07CC (U16) = 9648

86908 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 53

86939 Monitor IPC:07CC (U16) = 8514

86986 Monitor IPC:07CC (U16) = 8556

86986 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 47

87033 Monitor IPC:07CC (U16) = 7421

87079 Monitor IPC:07CC (U16) = 7464

87079 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 41

87142 Monitor IPC:07CC (U16) = 6182

87173 Monitor IPC:07CC (U16) = 6190

87173 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 34

87220 Monitor IPC:07CC (U16) = 4991

87267 Monitor IPC:07CC (U16) = 4915

87267 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 27

87313 Monitor IPC:07CC (U16) = 4045

87345 Monitor IPC:07CC (U16) = 4005

87360 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 22

87438 Monitor IPC:07CC (U16) = 2846

87469 Monitor IPC:07CC (U16) = 2913

87469 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 16

87532 Monitor IPC:07CC (U16) = 1786

87563 Monitor IPC:07CC (U16) = 1820

87563 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 10

87610 Monitor IPC:07CC (U16) = 546

87703 Monitor IPC:07CC (U16) = 65001

87735 Monitor IPC:07CC (U16) = 64990

87735 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 357

87781 Monitor IPC:07CC (U16) = 63757

87828 Monitor IPC:07CC (U16) = 63716

87828 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 350

87922 Monitor IPC:07CC (U16) = 62607

87953 Monitor IPC:07CC (U16) = 62623

87953 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 344

88000 Monitor IPC:07CC (U16) = 61174

88031 Monitor IPC:07CC (U16) = 61167

88047 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 336

88093 Monitor IPC:07CC (U16) = 59946

88125 Monitor IPC:07CC (U16) = 59893

88125 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 329

88171 Monitor IPC:07CC (U16) = 58631

88218 Monitor IPC:07CC (U16) = 58618

88218 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 322

88249 Monitor IPC:07CC (U16) = 57340

88296 Monitor IPC:07CC (U16) = 57344

88296 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 315

88390 Monitor IPC:07CC (U16) = 55970

88421 Monitor IPC:07CC (U16) = 55888

88421 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 307

88483 Monitor IPC:07CC (U16) = 54782

88515 Monitor IPC:07CC (U16) = 54795

88515 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 301

88561 Monitor IPC:07CC (U16) = 53514

88608 Monitor IPC:07CC (U16) = 53521

88608 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 294

88639 Monitor IPC:07CC (U16) = 52365

88686 Monitor IPC:07CC (U16) = 52429

88686 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 288

88733 Monitor IPC:07CC (U16) = 51011

88780 Monitor IPC:07CC (U16) = 50972

88780 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 280

88873 Monitor IPC:07CC (U16) = 49530

88905 Monitor IPC:07CC (U16) = 49516

88905 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 272

88951 Monitor IPC:07CC (U16) = 49152

95098 Sim stopped: average frame rate for last 43 secs = 23.4 fps

100605 System time = 04/04/2013 12:34:20, Simulator time = 08:19:07 (23:19Z)

100605 *** FSUIPC log file being closed

Average frame rate for running time of 43 secs = 23.4 fps

G3D fix: Passes 21670, Null pointers 0, Bad pointers 0, Separate instances 0

Memory managed: 21 Allocs, 21 Freed

********* FSUIPC Log file closed ***********

+++++++++++++++++++++++++++++++++++++++++++++++++

+++++++++++++++++++++++++++++++++++++++++++++++++

+++++++++++++++++++++++++++++++++++++++++++++++++

Here is the log with ,*2,+16384

********* FSUIPC4, Version 4.80 by Pete Dowson *********

User Name="Robert Fonhof"

User Addr="rjfon1@hotmail.com"

FSUIPC4 Key is provided

WIDEFS7 not user registered, or expired

Running inside FSX on Windows 7

Module base=0A730000

218 System time = 04/04/2013 12:43:01

218 FLT path = "C:\Users\Robert\Documents\Flight Simulator X Files\"

249 Trying to connect to SimConnect Acc/SP2 Oct07 ...

359 FS path = "C:\Program Files\Microsoft Games\Microsoft Flight Simulator X\"

1170 LogOptions=10000000 0000000D

1185 Wind smoothing fix is fully installed

1185 G3D.DLL fix attempt installed ok

1185 SimConnect_Open succeeded: waiting to check version okay

1185 Trying to use SimConnect Acc/SP2 Oct07

3073 Running in "Microsoft Flight Simulator X", Version: 10.0.61472.0 (SimConnect: 10.0.61259.0)

3073 Initialising SimConnect data requests now

3073 FSUIPC Menu entry added

3120 C:\Users\Robert\Documents\Flight Simulator X Files\AAV Bay4.FLT

3120 C:\Users\Robert\Documents\Flight Simulator X Files\IFR Los Angeles Intl to San Francisco Intl.PLN

3120 C:\Program Files\Microsoft Games\Microsoft Flight Simulator X\SimObjects\Airplanes\Beech_King_Air_350\Beech_King_Air_350.AIR

3120 C:\Users\Robert\Documents\Flight Simulator X Files\IFR Los Angeles Intl to San Francisco Intl.PLN

3588 Monitor IPC:07CC (U16) = 0

222005 Monitor IPC:07CC (U16) = 8192

222005 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 45

222083 System time = 04/04/2013 12:46:43, Simulator time = 08:18:25 (23:18Z)

222098 Aircraft="Beech King Air 350 Paint1"

226451 Starting everything now ...

227637 Advanced Weather Interface Enabled

235390 Monitor IPC:07CC (U16) = 49374

235437 Monitor IPC:07CC (U16) = 49334

235437 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 271

235483 Monitor IPC:07CC (U16) = 50492

235530 Monitor IPC:07CC (U16) = 50426

235530 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 277

235608 Monitor IPC:07CC (U16) = 51892

235639 Monitor IPC:07CC (U16) = 51883

235639 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 285

235686 Monitor IPC:07CC (U16) = 52790

235733 Monitor IPC:07CC (U16) = 52793

235733 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 290

235780 Monitor IPC:07CC (U16) = 53404

235811 Monitor IPC:07CC (U16) = 53339

235811 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 293

235858 Monitor IPC:07CC (U16) = 54066

235905 Monitor IPC:07CC (U16) = 54067

235905 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 297

235983 Monitor IPC:07CC (U16) = 55372

236029 Monitor IPC:07CC (U16) = 55342

236029 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 304

236076 Monitor IPC:07CC (U16) = 56648

236123 Monitor IPC:07CC (U16) = 56616

236123 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 311

236170 Monitor IPC:07CC (U16) = 58080

236201 Monitor IPC:07CC (U16) = 58072

236201 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 319

236248 Monitor IPC:07CC (U16) = 59530

236279 Monitor IPC:07CC (U16) = 59529

236295 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 327

236326 Monitor IPC:07CC (U16) = 60868

236373 Monitor IPC:07CC (U16) = 60803

236373 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 334

236466 Monitor IPC:07CC (U16) = 62128

236497 Monitor IPC:07CC (U16) = 62077

236497 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 341

236544 Monitor IPC:07CC (U16) = 63230

236591 Monitor IPC:07CC (U16) = 63169

236591 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 347

236622 Monitor IPC:07CC (U16) = 64096

236669 Monitor IPC:07CC (U16) = 64080

236669 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 352

236716 Monitor IPC:07CC (U16) = 65056

236747 Monitor IPC:07CC (U16) = 64990

236747 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 357

236809 Monitor IPC:07CC (U16) = 480

236841 Monitor IPC:07CC (U16) = 546

236841 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 3

236934 Monitor IPC:07CC (U16) = 1898

236981 Monitor IPC:07CC (U16) = 1820

236981 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 10

237012 Monitor IPC:07CC (U16) = 3252

237059 Monitor IPC:07CC (U16) = 3277

237059 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 18

237106 Monitor IPC:07CC (U16) = 5314

237137 Monitor IPC:07CC (U16) = 5279

237137 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 29

237199 Monitor IPC:07CC (U16) = 7204

237231 Monitor IPC:07CC (U16) = 7282

237231 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 40

237324 Monitor IPC:07CC (U16) = 9000

237371 Monitor IPC:07CC (U16) = 8920

237371 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 49

237402 Monitor IPC:07CC (U16) = 10416

237449 Monitor IPC:07CC (U16) = 10377

237449 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 57

237496 Monitor IPC:07CC (U16) = 12006

237527 Monitor IPC:07CC (U16) = 12015

237527 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 66

237589 Monitor IPC:07CC (U16) = 13472

237636 Monitor IPC:07CC (U16) = 13471

237636 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 74

237683 Monitor IPC:07CC (U16) = 14936

237730 Monitor IPC:07CC (U16) = 14928

237730 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 82

237761 Monitor IPC:07CC (U16) = 16116

237808 Monitor IPC:07CC (U16) = 16202

237808 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 89

237855 Monitor IPC:07CC (U16) = 16383

237901 Monitor IPC:07CC (U16) = 16384

237901 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 90

237948 Monitor IPC:07CC (U16) = 16383

240772 Monitor IPC:07CC (U16) = 15958

240819 Monitor IPC:07CC (U16) = 16020

240819 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 88

240865 Monitor IPC:07CC (U16) = 13770

240912 Monitor IPC:07CC (U16) = 13835

240912 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 76

240959 Monitor IPC:07CC (U16) = 12132

240990 Monitor IPC:07CC (U16) = 12197

240990 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 67

241068 Monitor IPC:07CC (U16) = 10416

241131 Monitor IPC:07CC (U16) = 10377

241131 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 57

241162 Monitor IPC:07CC (U16) = 8652

241209 Monitor IPC:07CC (U16) = 8738

241209 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 48

241255 Monitor IPC:07CC (U16) = 6810

241302 Monitor IPC:07CC (U16) = 6736

241302 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 37

241349 Monitor IPC:07CC (U16) = 5126

241380 Monitor IPC:07CC (U16) = 5097

241380 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 28

241427 Monitor IPC:07CC (U16) = 3142

241458 Monitor IPC:07CC (U16) = 3095

241458 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 17

241521 Monitor IPC:07CC (U16) = 1410

241552 Monitor IPC:07CC (U16) = 1456

241552 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 8

241645 Monitor IPC:07CC (U16) = 64962

241692 Monitor IPC:07CC (U16) = 64990

241692 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 357

241723 Monitor IPC:07CC (U16) = 63010

241770 Monitor IPC:07CC (U16) = 62987

241770 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 346

241817 Monitor IPC:07CC (U16) = 60694

241848 Monitor IPC:07CC (U16) = 60621

241848 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 333

241911 Monitor IPC:07CC (U16) = 58112

241942 Monitor IPC:07CC (U16) = 58072

241942 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 319

242035 Monitor IPC:07CC (U16) = 55152

242082 Monitor IPC:07CC (U16) = 55159

242082 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 303

242113 Monitor IPC:07CC (U16) = 52570

242160 Monitor IPC:07CC (U16) = 52611

242160 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 289

242207 Monitor IPC:07CC (U16) = 50208

242238 Monitor IPC:07CC (U16) = 50244

242238 SimRead: 07CC="AUTOPILOT HEADING LOCK DIR"

FLT64: 276

242301 Monitor IPC:07CC (U16) = 49152

250413 Sim stopped: average frame rate for last 28 secs = 22.2 fps

256029 System time = 04/04/2013 12:47:17, Simulator time = 08:18:53 (23:18Z)

256029 *** FSUIPC log file being closed

Average frame rate for running time of 28 secs = 22.2 fps

G3D fix: Passes 21670, Null pointers 0, Bad pointers 0, Separate instances 0

Memory managed: 13 Allocs, 13 Freed

********* FSUIPC Log file closed ***********

Link to comment
Share on other sites

Good Morning Pete.

PETE-Please The next post appears a bit clearer to me as I used U16 which created some numbers I recognised. I have left this one as you may also gleem something from it.

No, there's nothing useful there because you didn't enable the axis logging. It was the input values for the axis which are needed.

But, on second thoughts, when assigning to an Offset control it may not go through the logging for axes ... I'll check that now. If so there's some sepcial debug logging which we can enable instead.

There were various ways to log, so I selected the top one being S8. Do you want it in another format? Easy enough to do.

S8 means "signed 8-bit", which is onviously completely wrong for an Unsigned 16-bit value! So the logging is not of any use for that reason too. U16 is unsigned 16-bit, same as Unsigned Word (UW).

I'll now look at the subsequent posting ...

Pete

Link to comment
Share on other sites

As stated above I used U16 which created some numbers that I recognised. What do you make of it? This is with an unmodified FSUIPC.ini.

You still haven't told me what you assigned the axis to!!! That is the MAIN information missing all the way through this.

Scroll down to the Red ++++++++ with FSUIPC modified to ,*2,+16384 and see what it reads.

There's no point at all in adding 16384. That merely moves the 0 position. You can adjust that afterwards if you need to.

I'm starting to get brainfade. What is starting to confuse me is that everything appears to be positive, from full leftmost rotation to rightmost.

The value IS positive, why should it be negative? If you want to regard it as -180 to +179 instead of 0 - 359 as most folks would prefer, then you can easily interpret it that way. A 16-bit value in the computer represents 65536 values, and can be interpreted almost anyway you like, from 0-65535 or -32768 to +32767, or even some fixed point decimal value with some bits being fractions. If you log as U16 it is shown Unsigned (U=Unsigned), if you log it as S16 it is shown as signed (S=Signed)!

90 degrees = 16384 (I thought It had to be 65536???)

Wh? To start with, 65536 doesn't fit into 16-bits. It is 0. 0 = 0 degrees. 90 is a 1/4 of 360, and as the whole 360 is divided into 65536 parts, and 16384 happens to be 1/4 of 65536, it is surely obvious that 90 is represented by 16384?

When you say what offset are you using to control, what do you mean? At this stage I thought I was assigning directly to 07CC under Axes, and using DWord format

I was NOT asking what "offset" (I KNOW it is 7CC), I was askking which Offfset CONTROL you were using! The one you select from the dropdown list. There are many!

********* FSUIPC4, Version 4.80 by Pete Dowson *********

Sorry, I had not realized you were using such an old, unsupported version of FSUIPC. Please update before going any further.

Pete

Link to comment
Share on other sites

Thanks Pete.

As for the version I have, I thought I bought it about 4 months ago when I bought the Friendly Panels Kingair.

As for the control, I used AP Heading bug. Is this the wrong one? I will update my fsuipc tomorrow.

Thanks.

Link to comment
Share on other sites

Thanks Pete.

As for the version I have, I thought I bought it about 4 months ago when I bought the Friendly Panels Kingair.

As for the control, I used AP Heading bug. Is this the wrong one? I will update my fsuipc tomorrow.

Thanks.

Link to comment
Share on other sites

As for the version I have, I thought I bought it about 4 months ago when I bought the Friendly Panels Kingair.

You do not by a specific version, other than FSUIPC3 or FSUIPC4. Version 4.80 is now 14 months old and was superseded in July last year and has not been available anywhere official since then.

As for the control, I used AP Heading bug. Is this the wrong one?

Not an Offset control? What was all that about 07CC and DWORD, earlier then? I'm confused.

There's no control "AP Heading Bug". Did you mean "Ap panel heading set"? I can't make that work at all with an axis assignment. "Heading bug set" works, but for that you need values 0-359 only.

Until you tell me exactly what you've done I'm afraid there's no way for me to help. If you don't understand or can't find it, show me the [axes] section of the INI so I can see what you've done.

Regards

Pete

Link to comment
Share on other sites

I've been experimenting, and found one way of doing it with the previous versions of FSUIPC4 (before 4.867, just uploaded to Download Links subforum), and the way I originally thought you were using but made to work by a change in FSUIPC 4.867.

The way which will work in any case is to assign to "Heading bug set" then add the scaling thus:

*0.0109863,+180

The multiplier is actually derived from 360/32768 which converts the 32768 range to the 360 range needed for this control. the +180 makes it 0-359 instead of -180 to +179, which the control doesn't accept.

The second way, using offset 07CC as I thought you were doing, will not work correctly unless you update to 4.867, just now available in the Download Links subforum. The reason a change was needed to FSUIPC is that the post-scaled values were being limited still to the range -16384 to +16383, because that's the standard axis range. In 4.867 i've relaxed that restriction altogether for axes assigned to offsets.

So, with this version you can assign to Offset Word Set, then add this scaling:

*2,+32768

The entries for both methods in my INI file are:

4=CY,256,F,66042,0,0,0,*0.0109864,+180

5=CZ,256,F,x020007CC,0,0,0,*2,+32768

and they both work fine provided your input from the axis consistently provides -16384 to +16383.

Regards

Pete

Link to comment
Share on other sites

Pete, you are a LEGEND.

It works like a charm using the first method the way you stated.

I had previously tried with a +180, and the multiplier I was using was calculated through 360/65536 which didnt work.

And that's how the master of FSUIPC works. I can't thank you enough for your efforts. This will come in handy with my cockpit build and instrument conversions, that being my VOR and ADF.

Thank you, and hopefully I can leave you alone.

Rob

PS:I will updat my FSUIPC as you suggested.

Link to comment
Share on other sites

  • 3 weeks later...

Hi Pete and all.

Just found a new problem.

Source of continuous rotation potentiometers.

'Continuous rotation is a very selective word meaning 'Almost Continuous'

The rotation of the pot is continuous, agreed, but the best electrical rotation I've found is 340degrees, which means I'd have a very big gap.

Any ideas of wherer I could get a true360degree rotation pot?

Bearing in mind that the original gist of this thread was relating to Pete Dowson's interface, I may have to start a new thread.

Thanks in advance,

Rob.

Link to comment
Share on other sites

The rotation of the pot is continuous, agreed, but the best electrical rotation I've found is 340degrees, which means I'd have a very big gap.

Any ideas of wherer I could get a true360degree rotation pot?

Sorry, I've really no idea when it comes to sourcing hardware. You could try googling it I suppose. In the UK I always used to get stuff from Maplins, but they wouldn't be any good for specialist needs. Maybe Contad? www.conrad-uk.com. Do you have anything in Australia?

Pete

Link to comment
Share on other sites

Pots are no good for heading selection dials or anything similar, you need rotary encoders with fast and slow turn detection. Imagine even if you could get a pot that turned 360 degrees, it useless, think of the situation where you are on a heading of 350 degrees and you want to make a right turn to a heading of 10 degrees but the pot will only turn right as far as 360 before hitting its end stop. That means you have to turn the pot left 350 degrees instead and the aircraft will turn left too. Pots simply are not suitable.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.