Page 1 of 1

FS9 FSUIPC created macros

Posted: 06 Mar 2015, 15:30
by emhmk1
Hi,
First of all, what a great application this is.

My issue, which i am sure has been mentioned before is user generated macros within FSUIPC, how do i call these functions.

for example i have the PMDG MD-11 and wanted a second keyboard to reduce mouse use so in FSUIPC i created some macros

Code: Select all

[Macros]
Module="PMDG_MD11.GAU"
1=timer=RX190e00*X8b00
How do i call this in HIDMacros?

do i assume it's something like?

Code: Select all

HIDMacros.SetFSUIPCstring "RX190e00*X8b00"
or am i way off?

Thanks for any help
Chris

Re: FS9 FSUIPC created macros

Posted: 27 Mar 2015, 12:13
by Mumrose
You're nearly there.
Suppose the name of your FSUIPC aircraft profile was 747, then try this:

HIDMacros.SetFSUIPCString &H0D70,40, "747:timer"

Re: FS9 FSUIPC created macros

Posted: 30 Mar 2015, 21:00
by emhmk1
Mumrose wrote:You're nearly there.
Suppose the name of your FSUIPC aircraft profile was 747, then try this:

HIDMacros.SetFSUIPCString &H0D70,40, "747:timer"

Thanks Mumrose. Managed to get it working as per your post. Pretty simple when you look at it :roll:


Image