Welcome to Cockpitbuilders.com. Please login or sign up.

May 07, 2024, 12:30:04 PM

Login with username, password and session length

PROUDLY ENDORSING


Fly Elise-ng
371 Guests, 0 Users
Members
Stats
  • Total Posts: 59,641
  • Total Topics: 7,853
  • Online today: 398
  • Online ever: 831
  • (May 03, 2024, 12:39:25 PM)
Users Online
Users: 0
Guests: 371
Total: 371

COUNTDOWN TO WF2022


WORLDFLIGHT TEAM USA

Will Depart in...

Recent

Welcome

Sioc throttle code

Started by bindook, August 29, 2013, 04:45:09 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

bindook

Hi guy's,
              I need some help getting my throttles working properly. At the moment the throttles are idling at 42 N1  which is to high.
How do I get them down back to 21 N1 ?

I have read the tutorial for it but cant workout how you get the number 2 for this line

IF V0015 <= 2

At idle throttle 1 is at 73 & throttle 2 is at 51

Below is the current code i'm using;
   
// Engine 1 Throttle lever
//-------------------------------------------------------------------------------------------------------

Var 0015, Link IOCARD_ANALOGIC, Input 03, PosL 27, PosC 139, PosR 252 // Throttle 1

//Var 0015, Link IOCARD_ANALOGIC, Input 01, PosL 30, PosC 106, PosR 236 // Throttle 1
{
   IF V0015 <= 2
   {
      V0081 = -4096 // Idle
   }
   ELSE
   {
      L0 = v0015 * 64.25 // 16384 / 215
      IF L0 > 16384
      {
         L0 = 16384
      }
      V0081 = L0
   }
}
Var 0081, Link FSUIPC_OUT, Offset $088c, Length 2 // Engine 1 Throttle lever, –4096 to +16384 = 20480 range

//-------------------------------------------------------------------------------------------------------
// Engine 2 Throttle lever
//-------------------------------------------------------------------------------------------------------

Var 0016, Link IOCARD_ANALOGIC, Input 04, PosL 5, PosC 119, PosR 234 // Throttle 2
//Var 0016, Link IOCARD_ANALOGIC, Input 02, PosL 0, PosC 177, PosR 255 // Throttle 2
{
   IF V0016 <= 2
   {
      V0082 = -4096 // Idle
   }
   ELSE
   {
      L0 = V0016   // - 40  off-set
      L1 = L0 * 69.42 // 77.28  16384 / 212
      IF L1 > 16384
      {
         L1 = 16384
      }
      V0082 = L1
   }
}
Var 0082, Link FSUIPC_OUT, Offset $0924, Length 2 // Engine 2 Throttle lever, –4096 to +16384


Thanks
Michael
FSX, Jeehell, Fly-Elise

Aerosim Solutions

Hi Michael, I reckon you should bin that SIOC and fit a BU0836X card to solve all your issues. I have a spare card at home if you want to try it out. I use them on all my interfaced products with Leo Bodnar's approval. Set up will take you at least two minutes!!!
Cheers Gwyn
Boeing 737NG using Prepar3D v4.5, Prosim737, FDS SYS cards, FDS CDUs, CP Flight MCP Pro & EFIS Pro & Aerosim Solutions hardware of course!<br />Check out my website here -<br />http://www.aerosimsolutions.com.au

bindook


  Got it going Gwyn, played around with the code & she idles properly now.

Thanks for the offer but will stick with sioc  as its all working for now.

Michael
FSX, Jeehell, Fly-Elise

Aerosim Solutions

Fair enough, I'll have to come and have a look soon...
Boeing 737NG using Prepar3D v4.5, Prosim737, FDS SYS cards, FDS CDUs, CP Flight MCP Pro & EFIS Pro & Aerosim Solutions hardware of course!<br />Check out my website here -<br />http://www.aerosimsolutions.com.au

jackpilot

I may be wrong somewhere but seems to me a TQ can be very simply calibrated with FSUIPC and a simple joystick card  (including reversers,spoilers, flaps, parking brake and FCOs) withourt any programing! :2cw:


Jack

fordgt40

Jack

Correct, but if you want throttle levers working under A/T, automatic spoilers and trim wheels moving in direct response to actual trim then I believe that you need some programming control

Regards

David

jackpilot



Jack

fordgt40


bindook

Gwyn ,
            yr welcome to pop over but will have to put that visit on hold, just bought a house in the vines . Move in on the end of November.
FSX, Jeehell, Fly-Elise

Like the Website ?
Support Cockpitbuilders.com and Click Below to Donate