mroschk Posted February 5, 2015 Report Posted February 5, 2015 Hello, via this SIOC Code i can set up the Tiller. The tiller is conncected to a OC servo Card via a potentiometer. Var 001, name tiller_pot, Link USB_ANALOGIC, Device 2, Input 1, posL 55, posC 128, posR 203 { &tiller_offset = &tiller_pot } Var 002, name tiller_offset, Link FSUIPC_OUT, Offset $3BC4, Length 2 Ok, but is that same possible for the Throttle Levers ? I tried different Offsets for Var 002, the Tiller Offset Var 5064, name FS_THRPOS, Link FSUIPC_INOUT, Offset $0924, Length 2 // FS Right Lever Position 0932 Var 5065, name FS_THRPOS1, Link FSUIPC_INOUT, Offset $0932, Length 2 // FS Right Lever Position 0932 Var 5066, name FS_THRN1, Link FSUIPC_INOUT, Offset $0930, Length 2 // FS Right Engine N1% , but without success. Thanks MR
Thomas Richter Posted February 5, 2015 Report Posted February 5, 2015 Hi, you can write values direct to the throttle lever via Offset 089A for Thr_1 and 0932 for Thr_2. You need to convert of course the value from your Min and Max values to 0 to 16384. If the axis include Reverser then from -4096 (full Reverse) to 16384.
Pete Dowson Posted February 6, 2015 Report Posted February 6, 2015 Hello, via this SIOC Code i can set up the Tiller. The tiller is conncected to a OC servo Card via a potentiometer. Var 001, name tiller_pot, Link USB_ANALOGIC, Device 2, Input 1, posL 55, posC 128, posR 203 { &tiller_offset = &tiller_pot } Var 002, name tiller_offset, Link FSUIPC_OUT, Offset $3BC4, Length 2 Ok, but is that same possible for the Throttle Levers ? I tried different Offsets for Var 002, the Tiller Offset Var 5064, name FS_THRPOS, Link FSUIPC_INOUT, Offset $0924, Length 2 // FS Right Lever Position 0932 Var 5065, name FS_THRPOS1, Link FSUIPC_INOUT, Offset $0932, Length 2 // FS Right Lever Position 0932 Var 5066, name FS_THRN1, Link FSUIPC_INOUT, Offset $0930, Length 2 // FS Right Engine N1% Sorry, I can't help with SIOC at all. Don't know anything about it. If you want the equivalent of the tiller offset 3BC4 but for throttles, why not use of of i's neighbours (offsets range from 3BA8 to 3BC6)? There's a whole list of assignable axes there -- the 6 labelled "quadrant axis N" are the 6 axes left to right on a PFC quadrant eg spoiler,throttles 1-4 and flaps. Is there a SIOC support forum anywhere? We don't seem to have many SIOC users visit this forum at all so it may be a long time before you get any help here. Maybe try the MyCockpits forums? Pete
mroschk Posted February 10, 2015 Author Report Posted February 10, 2015 Hi Pete, sorry for the late answer...and thanks for yours. I know about the tiller offset and need the visaversa for the 2 Lever Axis. SIOC is easy, makes no different if you know or not, the outcome of sioc is easy. I change my Lever Position which changes the Potentiometer and this movement changes the Offset. The question is what Offset i must use for the Lever left and right to make that the FSUIPC Axisassignment Tab can see these changes? Thanks MR
Pete Dowson Posted February 10, 2015 Report Posted February 10, 2015 The question is what Offset i must use for the Lever left and right to make that the FSUIPC Axisassignment Tab can see these changes? I told you already. Read this again please, repeated from my last reply! If you want the equivalent of the tiller offset 3BC4 but for throttles, why not use of of it's neighbours (offsets range from 3BA8 to 3BC6)? There's a whole list of assignable axes there -- the 6 labelled "quadrant axis N" are the 6 axes left to right on a PFC quadrant eg spoiler,throttles 1-4 and flaps. Pete
mroschk Posted February 10, 2015 Author Report Posted February 10, 2015 Oh sorry, i thought it was only a example, but it was the offset .. So thanks .. i will try it next time at home. MR
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now