ark1320 Posted January 14, 2022 Report Posted January 14, 2022 The calibration entries for my brakes in my FSUIPC7.ini file look like the below. What does the /16 indicate? I don't see anything like that on any other of my axes. Is that a setting I have control over? LeftBrake=-16384,16383/16 RightBrake=-16384,16383/16 EDIT: Also, my Steering Tiller axis is: SteeringTiller=-16380,-1024,1024,16380/8 My understanding is that the input range from -1024 to +1024 defines a dead zone centered on 0. Is my understanding correct? And again, similar to the above, I don't know where the /8 came from. Thanks very much, Al
John Dowson Posted January 17, 2022 Report Posted January 17, 2022 On 1/14/2022 at 5:36 PM, ark1320 said: What does the /16 indicate? It is the delta value - inly value changes greater or equal to this are sent to the FS. On 1/14/2022 at 5:36 PM, ark1320 said: My understanding is that the input range from -1024 to +1024 defines a dead zone centered on 0. Is my understanding correct? Yes. John
ark1320 Posted January 18, 2022 Author Report Posted January 18, 2022 20 hours ago, John Dowson said: On 1/14/2022 at 5:36 PM, ark1320 said: What does the /16 indicate? It is the delta value - inly value changes greater or equal to this are sent to the FS. When I look at the Delta box value in the axes assignments tab, I see values like 256, not 16. And not all my axes in the FSUIPC7.ini file have a /n after them, but they all have a Delta value on the axes assignments tab when I do a rescan and move the axis. Do default delta values of 256 not show up in the ini file? After a rescan and the axis is moved, does the Delta box value reflect the currently assigned Delta value? Thanks, Al PS: Hope you had a good holiday!
John Dowson Posted January 18, 2022 Report Posted January 18, 2022 Sorry Al, I was mistaken. They are the bit-oriented calibration flags: 2^3 (8) = Filter 2^4 (16) = Reverse 2^5 (32) = No Reverse Zone The delta values are in the axis assignments, as you rightly say. 14 hours ago, ark1320 said: PS: Hope you had a good holiday! Yes, thanks, but far too short....! John 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now