Czakó Szabolcs Sándor Posted October 14, 2014 Report Share Posted October 14, 2014 Hi! Can you write to me in some steps how could I use the mouse wheel/scroll as a freq changer (VOR, RADIO) ? I have 4.937 version from the our Loved FsUIPC! THX! Link to comment Share on other sites More sharing options...
Pete Dowson Posted October 14, 2014 Report Share Posted October 14, 2014 If you are using the mouse it is far easier simply to do it on screen with the mouse point and buttons. Writing a program to do ir with a single mouse wheel would first involve selecting which radio then part of which frequency you want to increment or decrement. Once you know all those things it's simply sending the appropriate control. But doing all that with a single mouse wheel is very compicated. Not sure how you'd do it without buttons etc too. If you are using a mouse, why not use it in the way MS intended, on the radio stack on screen? Pete Link to comment Share on other sites More sharing options...
Czakó Szabolcs Sándor Posted October 14, 2014 Author Report Share Posted October 14, 2014 (edited) Yes, but I think about a such solution where you can use 2 mouses for example... The first is the base for the screen, the second is just being rotary for the COM1, etc....So, I could to skip a newer arduino. You managed the FSUIPC with an option in which the elevator trimmers able to work as mouse-wheel controlled. Is it impossible with the freq-changer? Szab Edited October 14, 2014 by Czakó Szabolcs Sándor Link to comment Share on other sites More sharing options...
Pete Dowson Posted October 14, 2014 Report Share Posted October 14, 2014 You managed the FSUIPC with an option in which the elevator trimmers able to work as mouse-wheel controlled. Is it impossible with the freq-changer? You can program almost anything if you really wish to. It isn't easy, and the first job would be to work out how you distinguish between two mice -- mostly Windows treats them all the same, just like multiple keyboards. You'd need to delve into DirectInput and HID device interfaces to distinguish between them, but how you stop Windows and FS treating them the same is a bigger problem, needing some sort of low level privileged driver interception I should think. Pete Link to comment Share on other sites More sharing options...
ark1320 Posted October 14, 2014 Report Share Posted October 14, 2014 Szab, In the User Contributions subforum there is a set of Lua scripts called NpC (Numpad Control) that let you set radio frequiences, headings, courses, autopilot settings, etc by entering digits directly with the keyboard numberpad. NpC works for a/c that use the default FSX Offsets for such parameters. Perhaps NpC might meet your needs, at least temporarily until you get your mouse system working. Al Link to comment Share on other sites More sharing options...
Czakó Szabolcs Sándor Posted October 15, 2014 Author Report Share Posted October 15, 2014 (edited) Szab, In the User Contributions subforum there is a set of Lua scripts called NpC (Numpad Control) that let you set radio frequiences, headings, courses, autopilot settings, etc by entering digits directly with the keyboard numberpad. NpC works for a/c that use the default FSX Offsets for such parameters. Perhaps NpC might meet your needs, at least temporarily until you get your mouse system working. Al Sorry, There is 'no way' cause I am a cockpit-builder. The NumPad isn't too reality-mode, therefore searching for alternate solutions instead of arduino's method. The point is this: the rotary (as I wish here: mouse - wheel) can make an illusion that reached by its scroll-effect. Anyway, Thank you Sir! Edited October 15, 2014 by Czakó Szabolcs Sándor Link to comment Share on other sites More sharing options...
Pete Dowson Posted October 15, 2014 Report Share Posted October 15, 2014 Sorry, There is 'no way' cause I am a cockpit-builder. The NumPad isn't too reality-mode, therefore searching for alternate solutions instead of arduino's method. The point is this: the rotary (as I wish here: mouse - wheel) can make an illusion that reached by its scroll-effect. Can't you make the rotary look like a pair of buttons instead, like most all rotaries -- i.e. they pulse one button turned one way and another turned the other. Then it's just a matter of assignments to INC/DEC controls. I use Leo Bodnar boards which allow this, along with analogue inputs and lots of plain buttons. I think they are cheaper than Arduino too. Regards Pete Link to comment Share on other sites More sharing options...
Czakó Szabolcs Sándor Posted October 16, 2014 Author Report Share Posted October 16, 2014 ThX a lot Sir! Link to comment Share on other sites More sharing options...
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