Thanks for answering!
I am rather new to simulation but I have 10 years of gliding experience.
No real powered flight experience though.

Anyway the xml file I use contains this for the hat:

        <!-- The next two axes are the view hat -->

        <axis>
                <desc>Lat-Hat</desc>
                <number>
                        <unix>4</unix>
                        <mac>4</mac>
                        <windows>6</windows>
                </number>
                <binding>
                        <command>property-scale</command>
                        <property>/sim/current-view/axes/lat</property>
                </binding>
        </axis>

        <axis>
                <desc>Long-Hat</desc>
                <number>
                        <unix>5</unix>
                        <mac>5</mac>
                        <windows>7</windows>
                </number>
                <binding>
                        <command>property-scale</command>
                        <property>/sim/current-view/axes/long</property>
                </binding>
        </axis>

As you can see there is no <low> or <high> setting here. In fact 
it seems like there is only one setting for right-left (Long-Hat?) 
and forward-backward (Lat-Hat?).

Questions:
1) Is there some place where users exchange flightgear joystick 
definition files so I could get one already customized for my 
not so uncommon joystick?

2) Is there some way to enable the "force feedback" feature?


Best regards,

BosseB

PS:
Sorry for top-posting!
I tried using the news interface via Gmane so I could use my Free 
Agent newsreader, but unfortunately all posts I made from Gmane 
just bounced.
So I am stuck with my email program, which for other reasons is 
Microsoft Outlook 2003, which gives me no help in posting 
correctly. :-(
DS



-----Original Message-----
From: Melchior FRANZ [mailto:mfr...@aon.at] 
Sent: Saturday, February 07, 2009 1:44 PM
To: flightgear-users@lists.sourceforge.net
Subject: Re: [Flightgear-users] Logitech Force 3D Pro USB,hat switch
reversed....

* Bo Berglund -- Saturday 07 February 2009:
> But the hat switch is very strange, if I hit it to the left
> it shows the left hand view and hit to the right it shows
> the righthand view. But pushing it forward shows the rearward
> view and to start looking forward I have to pull the hat
> backwards. Not really intuitive...  

Not intuitive, and certainly not how the author had planned it.
Remember: you aren't the only fgfs user. And apparently it
worked for everyone but you so far. That the axis is reported
backwards on *your* machine isn't really our fault.



> How can I change this?

Just find the axis definition and swap the <low> and <high>
contents (assuming it's a digital hat).



> One would expect the doc to at least not mislead such things. :-(

True. I'm sure the (unpaid) documentation maintainers/writers would
accept your patches. (You are aware that we aren't a company,
aren't you?  :-)



> Anyways I would also like to know how to set the trim using
> joystick buttons. 

There are lots of examples in all the joystick drivers, for example:

  <binding>
      <command>nasal</command>
      <script>controls.aileronTrim(0.75)</script>
  </binding>

Likewise for rudder and elevator.

m.


------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Flightgear-users mailing list
Flightgear-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-users

Reply via email to