Hej Roar,
thank you for explanation and the link!
Yes, I wrote little codes in the past with FSUIPC offsets and UIPCX(using an offset table) for X-Plane with success, but actually it's one point to understand exactly how your EVENTS realy work and how to integrate it in SIOC scripts respectively to "play" with it. I know no need FSUIPC because you designed the special EVENTS! So I don't really understand whether I need these EVENTS for flaps only
2326 = CONTROL_STAND_FLAPS_LEVER_0
2327 = CONTROL_STAND_FLAPS_LEVER_1
2328 = CONTROL_STAND_FLAPS_LEVER_10
2329 = CONTROL_STAND_FLAPS_LEVER_15
2330 = CONTROL_STAND_FLAPS_LEVER_2
2331 = CONTROL_STAND_FLAPS_LEVER_25
2332 = CONTROL_STAND_FLAPS_LEVER_30
2333 = CONTROL_STAND_FLAPS_LEVER_40
2334 = CONTROL_STAND_FLAPS_LEVER_5
or in combination with 2325 = CONTROL_STAND_FLAPS_LEVER?
Or is EVENT 2325 = CONTROL_STAND_FLAPS_LEVER seperataly in relation to a suitable script what handels all 8 notchs then?
To implement switches was good to handel for me, but analog potentiometer (for flap lever) is the next step. In the past in X-Plane it was no problem for me with FSUIPC, but now it's a little other situation.
So I try to write a code with your EVENTS for flap lever and function step by step, but I got problems in the beginning.
E.g. if I tried to implement this line (s.below and an additional cutout script please in the attatchment)
Var 2351, name TH_flapslev, static, Link IOCARD_ANALOGIC, Device 14, Input 8, PosL 70, PosC 161, PosR 231 // Flaps Lever TQ OC
but after compilation the script with this line Oi4FS driver started with big delay and OVH and implemented switches from B737 OC TQ didn't work anymore. Compilation was ok!
I don't know realy why and SIOC manual didn't deliver an answer from my point of view.
På forhånd tak og god aften!
Rolf