cmenge Posted December 4, 2009 Report Posted December 4, 2009 Hi Pete, In FSUIPC I'm seeing control words that allow increment and decrement of VOR OBS. There is a normal speed and a fast speed. Our problem is that the fast is way to fast and the normal is way to slow. We are using rotary encoders which send a momentary pulse. If I was using buttons this would be easier because by holding the button down for three seconds the rotation speed of the OBS would increase. Is there a way to create a custom rotation speed with FSUIPC? LUA Script? Thanks!
guenseli Posted December 6, 2009 Report Posted December 6, 2009 I have just the idea that you can code with LUA the "OBS fast" command and insert a little break after, so it would be get slower. And you make a second OBS fast with a n other pause (ipc.sleep(xxx)) with a different (higer) value that is faster then "OBS slow" Just an idea, don't know if its working, but thats the way I would try it. Maybe better programmers have better solutions here...
cmenge Posted December 7, 2009 Author Report Posted December 7, 2009 guenseli, I will give it a try and let you know how it works, thanks! C
AK Mongo Posted May 4, 2011 Report Posted May 4, 2011 guenseli, I will give it a try and let you know how it works, thanks! C I know this thread is old, but did you find a solution? Reid
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