
John Dowson
Members-
Posts
12,970 -
Joined
-
Last visited
-
Days Won
267
Content Type
Profiles
Forums
Events
Gallery
Downloads
Everything posted by John Dowson
-
FSUIPC Axes occupied incorrectly!
John Dowson replied to Artwork1964's topic in FSUIPC Support Pete Dowson Modules
Are you sure this is FSUIPC, and not the FS? FSUIPC will not automatically assign an axis (or 'recognise as a throttle') on a new device. Maybe check the assignments in the sim (or disable controllers in the sim, which is recommended if you are assigning axis in FSUIPC). Note you can also delete any assignments directly in your FSUIPC ini file, but best to do this when the sim is not running. John -
FSUIPC Axes occupied incorrectly!
John Dowson replied to Artwork1964's topic in FSUIPC Support Pete Dowson Modules
uncheck your assignment (in the axis assignment tab) and save - this will remove the assignment. John -
FSUIPC Axes occupied incorrectly!
John Dowson replied to Artwork1964's topic in FSUIPC Support Pete Dowson Modules
Hi, first, you posted in the User Contributions forum - please post all support requests in the Support Forum. I have moved your post for you. I see Pete has just replied...as he says, just re-assign from FSUIPC assignments tab.... John -
To silence a warning sound
John Dowson replied to johnliem's topic in FSUIPC Support Pete Dowson Modules
Does it work when you activate the fire warn cut out switch in the UI? You are probably better off contacting the Project Magenta support., but you could try logging non-axis events, to check that the event/control sent when activating your switch is the same as the one sent when you activate in the UI (if that one works!). John -
Assign buttons FSLABS A3XX
John Dowson replied to Lars Jolls's topic in FSUIPC Support Pete Dowson Modules
How are you trying to do this? Are you using the macro file (provided in the first post in this topic) to access the A320 lvars? What is your actual problem - is the macro file loaded? Can you see the lvars in the FSUIPC assignment dropdown? Check the Advanced User guide, starting from section Gauge local variable access (L:vars), by macro. John -
Hi Booley, If you still have problems, forward or pm me your registration details (please don't post them publicly!) and I'll check them for you. John
-
No problem. Its worth taking a look at both the User Guide and the Advanced User Guide, both should be available in the FSUIPC Documents folder, located under the Modules folder, where FSUIPC is installed. John
-
Use the logging features (in FSUIPC's logging tab) - you can activate non-axis events to see what controls are being sent when you activate your button or switch, and then use that. John
-
Change sensitivity and more
John Dowson replied to Freccia's topic in FSUIPC Support Pete Dowson Modules
Your rudder axis is assigned to 'Send direct to FSUIPC Calibration', so you need to go to the Joystick Calibration tab and calibrate your rudder. There you can also add a slope to to the rudder calibration - please see the User Guide section starting 'The Easy Step-by-Step way to calibrate your controls'. Note that any axis sent to FSUIPC calibration must be calibrated in FSUIPC!. You can have multiple actions on one button by editing the FSUIPC ini file. You need to first program one of the actions on the button. If you program the second option on a different button (temporarily), you can then edit the ini to change the assignment on the second button to be on the first button number (and make sure the joystick numbers match). Please see the Advanced User guide for the description of the button definitions. I'm not sure how you use custom controls with the Maddog X, maybe someone else can help you there, but for the lvars you can use either lua scripts or macro files. Please see the Advanced User Guide, section starting Gauge local variable access (L:vars), by macro. Cheers, John -
Its now available again. John
-
It looks like its available again. John
-
still struggeling with event.sim(ANY, "")
John Dowson replied to mroschk's topic in FSUIPC Support Pete Dowson Modules
Hi Matthias, to start your lua automatically, it must be added to the [Auto] section of your ini file. See Automatic running of Macros and Lua plugins, on p40 of the Advanced Users manual. John -
Can FSUIPC Distinguish Between Two Keyboards?
John Dowson replied to ark1320's topic in FSUIPC Support Pete Dowson Modules
Ah, ok - thanks for the update. John -
Ah, ok. That makes sense. But presumably for only the first 32 buttons (0-31). The remaining buttons would only send via the virtual device. I don't think the repeat rate will be a problem using virtual buttons, but, as you say, just try and see. John
-
You have to program under the device the button press is received. Not sure what you mean by this, but I would expect a small delay if the button press is going via lua + virtual buttons. Probably not! You could look into tuning the ButtonRepeat rate if the delay is an issue, but this would affect all buttons. Best just to try and adjust for your needs if needed. John
-
Can FSUIPC Distinguish Between Two Keyboards?
John Dowson replied to ark1320's topic in FSUIPC Support Pete Dowson Modules
Sorry, I've not used this program and can't really help you with this - maybe try posting on the support forum over at http://www.hidmacros.eu/forum/. John -
You posted in the wrong forum - your post was moved here, which is the correct forum for all support requests. In this forum! John
-
These should be Vender = 0x294B Product = 0x1900
-
Can FSUIPC Distinguish Between Two Keyboards?
John Dowson replied to ark1320's topic in FSUIPC Support Pete Dowson Modules
Thats interesting! From there, this seems to be the software that you need: http://www.hidmacros.eu/whatisit.php John -
FS9 fsuipc 3.999 visibility
John Dowson replied to yanick's topic in FSUIPC Support Pete Dowson Modules
I already moved this for you! I have also removed your duplicate post, and the comment you added which just repeated your problem. This seems related to 'FS Global Weather' and not FSUIPC - have you tried their support? John -
If you are removing/adding USB devices, you should use the 'JoyLetters' facility - see section 'Keeping track of multiple control device' on p21 of the User Guide. If you use this facility, FSUIPC will recognise your devices when they are re-connected and preserve your assignments. Multiple ini files shouldn't be necessary, although there seem to be quite a few folks that use this method. Using JoyLetters and FSUIPC profiles (for different assignments for different aircraft) should be sufficient. Cheers, John
-
Can FSUIPC Distinguish Between Two Keyboards?
John Dowson replied to ark1320's topic in FSUIPC Support Pete Dowson Modules
A keypress is a keypress, regardless of the keyboard device it comes from. There is no way to distinguish which device the keypress comes from. You can have keypresses perform different actions depending upon an 'offset condition' which would allow multiple actions depending on this condition, which could be set/changed using a key or button press. See the Advanced User manual for details. John -
Is your lua running? You need to add it to the [Auto] section of your FSUIPC5.ini file - see page 40 of the Advanced User manual. John