Results 11 to 20 of 23
Thread: Steering tiller
-
02-19-2009, 10:50 AM #11
- Join Date
- Jan 2007
- Posts
- 496
Hi Phil,
I just posted this in your thread on my Forum, but i'll repeat it here in case you aren't looking there at present:
Originally Posted by philb737
Application program axis handling
When using FSUIPC version 3.30 or later, application programs or modules can access the raw PFC axis values at offsets 3BA8 onwards. One 16-bit word is allowed for each (although currently all PFC axes have a maximum range of 0 to 127, this may change in future). The axes are:
3BA8 0 Aileron
3BAA 1 Elevator
3BAC 2 Rudder
3BAE 3 Quadrant axis 5
3BB0 4 Quadrant axis 3
3BB2 5 Quadrant axis 1
3BB4 6 Left toe brake
3BB6 7 Quadrant axis 6
3BB8 8 Quadrant axis 4
3BBA 9 Quadrant axis 2
3BBC 10 Right toe brake
3BBE 11 Elevator trim
3BC0 12 Aileron trim
3BC2 13 Rudder trim
3BC4 14 Steering tiller
3BC6 15 not used
There are control flags (to disconnect these axes) at offset 3BC8. Each bit, 2^0 to 2^15 can be set to disconnect the equivalent numbered axis above. The cowl flap axes are not part of this facility.
So ... please try this: get your Phidgets software to send the Rudder value to 3BAC, and the Tiller value to 3BC4. Best to do both this way for better chance that the automatic switchover takes place based on airspeed and so on.
Let me know how you get on, please. If this is useful I might add the details to the regular offsets list.
Regards
Pete
-
Post Thanks / Like - 2 Thanks, 0 Likes, 0 Dislikes
-
02-19-2009, 11:27 AM #12
Thank you Pete!!! I will try your suggestion and post my findings as soon as I'm back home.
Cheers
PhilIF it's not Boeing I ain't going!!!!!!
-
02-19-2009, 08:06 PM #13
Hi Phil,
My rudder pedals slide in tracks and on the front of the left pedal there is a piece of trace wire attached. It goes under a guide pulley and up to the pulley on the pot, it's wrapped around a couple of times and then a fine spring keeps tension on the tail end. This little spring doesn't affect the rudder self centering. The result is true linear action on the pot and it works well. Wire trace drives on pot pulleys is common in some instrument enclosures that I work with - chart recorders etc. The "F.O." can still steer on the ground with pedals which is handy.
Gwyn
737NG using Prosim737, Immersive Calibration Pro, Aerosim Solutions motorized TQ & cockpit hardware, CP Flight MCP & FDS SYS1X, SYS2X & SYS4X, FDS PRO FMCs, AFDS units & Glarewings, Matrix Orbital ELEC display, Pokeys Landing & Cruise alt display, Buttkicker Gamers, 3 x BenqMW811ST projectors with a Matrox Th2Go
http://www.aerosimsolutions.com.au
Supporter of MyCockpit.org, please join me in donating!!!
-
02-19-2009, 09:44 PM #14
Very clever Gwyn!!!
Thank you again.
PhilIF it's not Boeing I ain't going!!!!!!
-
02-19-2009, 11:11 PM #15
- Join Date
- Jan 2007
- Location
- Texas
- Posts
- 582
You Aussies are such crafty buggers.
-
Post Thanks / Like - 1 Thanks, 0 Likes, 0 DislikesWestozy thanked for this post
-
05-15-2009, 09:45 AM #16
- Join Date
- Nov 2005
- Location
- Bombay, India VABB
- Posts
- 83
HI Peter -
My set up: FS9/Winxp
FSUIPC: 3.90
Phidgets 8/8/8 card for tiller and rudder with FS2P control
Project Magenta
I've assigned the tiller and rudder in FS2Phidgets as follows:
Rudder: 3BAC, Size 2, Range Of values (the default display in FS2P Variable Editor is -16383 > +16383)
Tiller: 3BC4, Size 2, Range Of Values ( ditto ditto )
With the above, I'm not getting any deflection in the FS rudder, using the tiller @<60kts, and using the rudder at >60kts or any speeds - I'm not sure if I've set up FS2P correctly, esp the Offset size and type -
The options in the FS2P variable editor are:
OFFSET
SIZE
FS VARIABLE RANGE (RAW FS VALUE, RANGE OF VALUES, DIGITAL, PART OF BITMAP,ETC)
Of course, with this, both axis's are not assignable/controlable vis the FSUIPC menu -
Has anyone got the switchover going using Phidgets? For the moment, I've gone back to "steering" with the rudder using Rudder Control - 0BBA
cheers,
Farrokh
-
05-15-2009, 12:01 PM #17
- Join Date
- Jan 2007
- Posts
- 496
The list of offsets I mentioned are only conventionally assigned to those functions. Have you gone into FSUIPC Axis Assignments and actually assigned those to the functions of tiller and rudder? Since you are using a full range of -16k to +16k you'll need to select "RAW" mode too I think -- as I said earlier, they are normally handling a range 0-127 only, which is multiplied up to get -16k to +16k. That would make your values overflow the 16-bits.
After assigning correctly you have to calibrate both axes in the Joystick Calibration tab.
Of course, with this, both axis's are not assignable/controlable vis the FSUIPC menu
Regards
Pete
-
05-15-2009, 12:34 PM #18
- Join Date
- Nov 2005
- Location
- Bombay, India VABB
- Posts
- 83
HI Peter = thanks for the reply -
From your earlier reply, I understood (or mis!) that I could also use the tiller/rudder switchover function using Phidgets - as you know, any input to FS vis Phidgets will not show up in the FSUIPC panel. Earlier, to get this working in my sim, I had assigned the tiller and rudder via FSUIPC using Leo Bodnar's board (which acts as a "joystick", hence can be caliberated in FSUIPC) - the rest of my fight controls are input via phidgets
I was attempting to get the tiller/rudder switchover going using phidgets, after reading the above -
I tried to assign Ofsets 3BAC and 3BC4 to the rudder and tiller resp. using the FS2P variable editor, but got no values changing in FS -
I've used the switchover with the tiller and rudder via FSUIPC and it works fine - I was hoping to get all my flight controls under one roof as it were
I hope this makes sense..
FS2P had a divider/multiplier function as well, I'll play with that and see if anything happens -
cheers!
fc
-
05-15-2009, 12:44 PM #19
- Join Date
- Jan 2007
- Posts
- 496
If Phidgets can write values to offsets, yes, you can, as I said.
- as you know, any input to FS vis Phidgets will not show up in the FSUIPC panel.
Earlier, to get this working in my sim, I had assigned the tiller and rudder via FSUIPC using Leo Bodnar's board (which acts as a "joystick", hence can be caliberated in FSUIPC) - the rest of my fight controls are input via phidgets
I tried to assign Ofsets 3BAC and 3BC4 to the rudder and tiller resp. using the FS2P variable editor, but got no values changing in FS -
I did ask you to check this -- please do re-read my last message, which you seem to have rather skipped over.
Regards
Pete
-
05-15-2009, 01:23 PM #20
- Join Date
- Nov 2005
- Location
- Bombay, India VABB
- Posts
- 83
Hi -
As i mentioned in my last reply, Ive been able to get the tiller/rudder switchover working using the FSUIPC controls. I've assigned and calibrated the 2 axis's and seen the authority transfer to the rudder as I reach 60kts. So no problem there - as long as I use a usb/joystick controller (Leo Bodnar's for eg) for these two inputs.
Windows does not see Phidgets as a joystick, and hence any controls connected to phidgets card will not show up in the FSUIPC calib/assignment windows. (there's the pity) - You can only calib and control Phidgets inputs using FS2P (or if you write your own interface!) - so far, I have not been able to use the 60kts transfer function if i use phidgets to connect my rudder and tiller - I have to stay with just the rudder.
In a nutshell, I'm trying to see if I can use the two offsets in Phidgets to get the switchover. As said, no problem with this using joystick/FSUIPC -
Phidgets has a powerful variable editor, and I'll see if I can get this going - and report any success
cheers and thanks!
Farrokh.
Similar Threads
-
FSUIPC Steering Tiller
By ADW in forum I/O Interfacing and HardwareReplies: 2Last Post: 12-23-2009, 03:48 PM -
First Officer Steering Tiller
By ian@737ng.co.uk in forum Cockpit Parts and Motion PlatformsReplies: 0Last Post: 12-04-2009, 03:11 AM -
737NG Steering Tiller
By ian@737ng.co.uk in forum Cockpit Parts and Motion PlatformsReplies: 15Last Post: 11-26-2009, 08:48 AM -
PnP 737NG steering tiller?
By ChrisKLAS in forum General Builder Questions All Aircraft TypesReplies: 6Last Post: 05-21-2009, 03:42 AM -
737 Steering Tiller (again)
By ian@737ng.co.uk in forum General Builder Questions All Aircraft TypesReplies: 1Last Post: 05-19-2008, 02:36 AM
Pretty Girls from your city for night
New Version of UPDNAV for Jeehell...