Not sure what has changed but it is all working correctly this morning. sorry about this.
I have another issue related to how the middle point of the combined throttle brake is handled.
The 166 has a combined throttle and brake range of 0 (max brake) to 1 (max throttle)
The notch values are as follows:
0, 0.08, 0.18, 0.25, 0.35, 0.45, 0.55, 0.65, 0.75, 0.85, 0.9, 1
In the 166 off or idle is actually -30% (according to the F4 hud). which is a value of 0.35 for the notch definition.
My Calibration for the DynBrake/Throttle is as follows:
Max DynBrake: 44
Min Dyn Brake: 114
Min Throttle: 171
Max Throttle: 216
I would like a way for "0.35" to be used as the notch between min Dyn Brake and Min Throttle (ie the middle of the lever movement) so that off in game corresponds to off on the RailDriver. The problem is not your software so much as the 166 does not use 0.5 as off but 0.35.
So to clarify further:
between raildriver values 114 and 171 I want 0.35 to be sent to the game.
Less than 114 I want the brake notches (i.e. notches less 0.35) to be used
Greater than 171 I want the throttle notches to be used (i.e. notches greater than 0.35)
A possible solution (not very elegant but....)
The current notch values are:
0, 0.08, 0.18, 0.25, 0.35, 0.45, 0.55, 0.65, 0.75, 0.85, 0.9, 1
If I were to enter:
0, 0.08, 0.18, 0.25, *0.35*, 0.45, 0.55, 0.65, 0.75, 0.85, 0.9, 1
Then maybe your software could look for the * character and then automatically assign that to the middle range on the RailDriver of 114 to 171.
Hope you don't mind all this input. I just happen to have picked a really difficult engine to start off with!
Jim
*Post Edited. Off (or brake release and no throttle) appears to be 0.35. I originally said it was 0.45. Ammended post to reflect this. What I want to achieve remains unchanged
The notches (I think) correspond as follows:
0 = Emergency
0.08 = Full service (step 3)
0.18 = Step 2 brake
0.25 = Step 1 brake
0.35 = Brakes released no throttle
0.45 = Throttle Notch 1
0.55 = Throttle Notch 2
0.65 = Throttle Notch 3
0.75 = Throttle Notch 4
0.85 = Throttle Notch 5
0.9 = Throttle Notch 6
1 = Throttle Notch 7 (full power)