Search the archive:
YaBB - Yet another Bulletin Board
 
   
 
Page Index Toggle Pages: 1
Send Topic Print
Axis_Throttle_Set -vs- Throttle_Set (Read 847 times)
Sep 12th, 2004 at 2:31pm

Skittles   Offline
Colonel
N769JC: "Isn't simulating
stimulating?
JAQ: Westover Field, CA (O70)

Gender: male
Posts: 837
*****
 
Hello,

I figure this would probably be the best place to get this answered.

I've been looking through the list of available FS controls provided by Pete Dowson.

Here's what I'm looking at...

Code:
AXIS_THROTTLE_SET 

I know this gets assigned to a lever and what this does.

Code:
THROTTLE_CUT
THROTTLE_DECR
THROTTLE_INCR
THROTTLE_FULL 

I know these are for button assignments.

Code:
THROTTLE_SET 

But what is this for? I figure it's a button assignment.

I see this a lot throughout the list. Is there some significant task they perform?

Thanks,

Joe
 

What do computers and air conditioners have in common?...
They both will work perfectly, until you open windows.
IP Logged
 
Reply #1 - Sep 12th, 2004 at 5:54pm

JBaymore   Offline
Global Moderator
Under the curse of the
hombuilt cockpit!

Gender: male
Posts: 10261
*****
 
Joe,

I've been wondering the same thing.

Hopefully someone here can anwer it shortly.

If not...... Check Pete Dowson's site.  If not there.... try emailing him.

best,

...................john

 

... ...Intel i7 960 quad 3.2G LGA 1366, Asus P6X58D Premium, 750W Corsair, 6 gig 1600 DDR3, Spinpoint 1TB 7200 HD, Caviar 500G 7200 HD, GTX275 1280M,  Logitec Z640, Win7 Pro 64b, CH Products yoke, pedals + throttle quad, simpit
IP Logged
 
Reply #2 - Sep 12th, 2004 at 6:08pm

Skittles   Offline
Colonel
N769JC: "Isn't simulating
stimulating?
JAQ: Westover Field, CA (O70)

Gender: male
Posts: 837
*****
 
I didn't want to bother him with it. From reading his manual, my guess is it's a control which accepts variable input.

There is one part he speaks of where you can set the Aileron_Set to 0 to recenter them.
 

What do computers and air conditioners have in common?...
They both will work perfectly, until you open windows.
IP Logged
 
Reply #3 - Sep 12th, 2004 at 9:33pm

Skittles   Offline
Colonel
N769JC: "Isn't simulating
stimulating?
JAQ: Westover Field, CA (O70)

Gender: male
Posts: 837
*****
 
I asked Pete, here is his response...

Quote:
Code:
THROTTLE_SET 

But what is this for? I figure it's a button assignment.


No, I think all "_SET" controls are axes. The only difference here is that THROTTLE_SET is the original FS98/FS2000 control whilst the AXIS_THROTTLE_SET was introduced in FS2002 onwards. There's a lot of duplication with slight variations. Just look at all the ways of setting the ADF frequency for instance.

You can check my FS2000 and FS2002 lists (both also still available) to see some history. In fact the FS2000 one is worth having as there's much more explanation in there, most of it still valid.

Sometimes they forget to support an old ones, sometimes they add new ones to the list but don't get time to put the code in to implement them. So it's a bit of pot luck when you try things.

Where there are alternatives like this, the joysticks page in FSUIPC accepts them all but converts them to one -- though whether it's the newer or the older one depends on whatever side effects there may be, if any.

Quote:
My guess is, if I understand correctly, The AXIS controls are SET by the position of the lever. The buttons are SET by the variable assigned on the buttons page?


No, the parameter facility is there so you CAN apply fixed "SET" values for axis commands if you like. The example in my documentation, for setting STD pressure, for instance, uses an "axis" command with a fixed value.

Also, as I found out very recently, some of the button controls MAY take a parameter -- someone said something about some of the INC/DEC controls using the parameter as the increment (in place of 1 or -1) if it's non-zero. But I couldn't get that to work on ones I tried. Mind you, I haven't got that sort of patience!

Regards,

Pete
 

What do computers and air conditioners have in common?...
They both will work perfectly, until you open windows.
IP Logged
 
Page Index Toggle Pages: 1
Send Topic Print