SchneiH2 Posted October 7, 2015 Report Posted October 7, 2015 Hi everybodyI am working on a 3D cockpit and came accross this new manipulator for XPlane 10.10 + (I am using version 10.30?). However, I have difficulties to make it work. I would like to use it for a AP knob to set the climb rate in 100 ft digits (e.g. 0, 100, 200.....). As DataRef I use 'sim/cockpit2/autopilot/vvi_dial_fpm'. For the animation I use 2 keyframes with the following values for the DataRef itself: 0 and 100. For the manipulator I am using the following values: dx = 0.3, Step = 100, Exp = 0, v1 = 0, v2 = 4000.However, when using this buttom it simply switches the DatRef between two values - 0 and 4000. Can anybody help on this problem?Thank you very much!SHJ Quote
Goran_M Posted October 7, 2015 Report Posted October 7, 2015 (edited) Your dx value is far, far too low. Like, ridiculously low.Your values are not snapping from 0 to 4000. They are going in 100 ft increments. They're just going too fast for you to see. The dx value is the distance travelled, in pixels, across the screen, for the values to go from 0 to 4000. In this case, 33% the distance of 1 pixel. You're going from 0 to 4000 in LESS THAN 1 PIXEL.The drag needs to be the pixel distance. So for a high resolution screen, say 4096 pixels across, a good number would be about 2500 for the dx value, depending on the speed you're looking for. This would allow you to go from 0 to 4000 by dragging across about half the screen. The lower the number, the faster the values change due to the shorter distance required for the drag travel. Want it to go slower, INCREASE the dx value.Also, change your exp to at least 1. This will make it a linear drag, regardless of drag speed.Hope this made sense. It's getting late and I've been unwrapping and texturing for the last 16 hours. Edited October 7, 2015 by Goran_M 1 Quote
SchneiH2 Posted October 8, 2015 Author Report Posted October 8, 2015 HiThank you very much for the comprehensive response. I will try it out and hopefully solve the problem this way.Again, many thanks!Best regardsSHJ Quote
SchneiH2 Posted October 9, 2015 Author Report Posted October 9, 2015 Just to close the topic - this was exactly the solution.Thanks again and best regardsSHJ Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.