Bell UH-1

Everything in connection with developing aircraft for FlightGear
User avatar
IAHM-COL
Posts: 6450
Joined: Sat Sep 12, 2015 3:43 pm
Location: Homey, NV (KXTA) - U.S.A
Contact:

Re: Bell UH-1

Postby IAHM-COL » Mon Nov 23, 2020 6:01 pm

@bomber

This modification of the -set.xml works for me
, and I think it could be generic enough to set for any Joystick (not specific of the X52 or mine)

Want to try it out?

Code: Select all

   <input include="keyboard-T4T.xml">         
     <joysticks>   
       <js>
         <axis>
      <desc type="string">Aileron</desc>
      <binding>
        <command type="string">property-scale</command>
        <property type="string">/controls/flight/aileron</property>
        <factor type="double">1</factor>
        <offset type="double">0</offset>
        <power type="double">1</power>
      </binding>
         </axis>
         <axis n="1">
      <desc type="string">Elevator</desc>
      <binding>
        <command type="string">property-scale</command>
        <property type="string">/controls/flight/elevator</property>
        <factor type="double">-1</factor>
        <offset type="double">0</offset>
        <power type="double">1</power>
      </binding>
         </axis>
         <axis n="2">
      <desc>Throttle</desc>
      <binding>
        <command>property-scale</command>
        <property>fdm/jsbsim/fcs/thrust-cmd</property>
      </binding>
         </axis>      
       </js>
     </joysticks>      
   </input>
 
https://raw.githubusercontent.com/IAHM-COL/gpg-pubkey/master/pubkey.asc

R.M.S.
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it?

bomber
Posts: 1379
Joined: Mon Nov 30, 2015 3:40 pm

Re: Bell UH-1

Postby bomber » Mon Nov 23, 2020 6:26 pm

That would work as a basis to start distribution.
"If anyone ever tells you anything about an aeroplane which is so bloody complicated you can't understand it, take it from me - it's all balls" - R J Mitchell

User avatar
IAHM-COL
Posts: 6450
Joined: Sat Sep 12, 2015 3:43 pm
Location: Homey, NV (KXTA) - U.S.A
Contact:

Re: Bell UH-1

Postby IAHM-COL » Mon Nov 23, 2020 6:35 pm

https://raw.githubusercontent.com/IAHM-COL/gpg-pubkey/master/pubkey.asc

R.M.S.
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it?

bomber
Posts: 1379
Joined: Mon Nov 30, 2015 3:40 pm

Re: Bell UH-1

Postby bomber » Mon Nov 23, 2020 6:57 pm

Ok....I also have some updates
"If anyone ever tells you anything about an aeroplane which is so bloody complicated you can't understand it, take it from me - it's all balls" - R J Mitchell

User avatar
IAHM-COL
Posts: 6450
Joined: Sat Sep 12, 2015 3:43 pm
Location: Homey, NV (KXTA) - U.S.A
Contact:

Re: Bell UH-1

Postby IAHM-COL » Mon Nov 23, 2020 7:01 pm

when you post them I can push
https://raw.githubusercontent.com/IAHM-COL/gpg-pubkey/master/pubkey.asc

R.M.S.
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it?

User avatar
IAHM-COL
Posts: 6450
Joined: Sat Sep 12, 2015 3:43 pm
Location: Homey, NV (KXTA) - U.S.A
Contact:

Re: Bell UH-1

Postby IAHM-COL » Mon Nov 23, 2020 7:36 pm

Flight test for the <JS> generic configuration.
It worked really well.

The Long Island Sound

Image
Image

http://www.jafva.com/flight/1687/
https://raw.githubusercontent.com/IAHM-COL/gpg-pubkey/master/pubkey.asc

R.M.S.
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it?

bomber
Posts: 1379
Joined: Mon Nov 30, 2015 3:40 pm

Re: Bell UH-1

Postby bomber » Mon Nov 23, 2020 7:57 pm

that is some impressive shadow
"If anyone ever tells you anything about an aeroplane which is so bloody complicated you can't understand it, take it from me - it's all balls" - R J Mitchell

bomber
Posts: 1379
Joined: Mon Nov 30, 2015 3:40 pm

Re: Bell UH-1

Postby bomber » Thu Nov 26, 2020 9:30 pm

Update

https://drive.google.com/file/d/1kqs0nY ... sp=sharing

This has got some good stuff....

Also I looked at your JS code... missing rudder and the collective part wouldn't work... I updated this too.

Read the help file to understand how the trim works..

And whilst in the Slide gunners position, if you're close to the ground the pilot flys like 'Mad dog Murdoc'... so watch it !

Once you've got it working watch this video
"If anyone ever tells you anything about an aeroplane which is so bloody complicated you can't understand it, take it from me - it's all balls" - R J Mitchell

User avatar
IAHM-COL
Posts: 6450
Joined: Sat Sep 12, 2015 3:43 pm
Location: Homey, NV (KXTA) - U.S.A
Contact:

Re: Bell UH-1

Postby IAHM-COL » Fri Nov 27, 2020 9:45 pm

@Bomber

I patched the repo:
https://github.com/FGMEMBERS-NONGPL/UH- ... 2cb010ab96

It works very very nicely

JS good out of the box.

http://www.jafva.com/flight/1698/
https://raw.githubusercontent.com/IAHM-COL/gpg-pubkey/master/pubkey.asc

R.M.S.
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it?

User avatar
IAHM-COL
Posts: 6450
Joined: Sat Sep 12, 2015 3:43 pm
Location: Homey, NV (KXTA) - U.S.A
Contact:

Re: Bell UH-1

Postby IAHM-COL » Fri Nov 27, 2020 10:07 pm

However I've got this

Code: Select all

Error:  3545.91 [ALRT]:nasal      Nasal runtime error: undefined symbol: uh1
Error:  3545.91 [ALRT]:nasal        at , line 1



No more info.
Possibly when I pressed Home Key?
https://raw.githubusercontent.com/IAHM-COL/gpg-pubkey/master/pubkey.asc

R.M.S.
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it?


Return to “Aircraft Development”

Who is online

Users browsing this forum: No registered users and 4 guests