FS9 FSUIPC created macros

How can be this controlled in that simulator? Can HIDmacros be used with this application?
Post Reply
emhmk1
Posts: 2
Joined: 06 Mar 2015, 15:18

FS9 FSUIPC created macros

Post by emhmk1 » 06 Mar 2015, 15:30

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

Mumrose
Posts: 7
Joined: 02 Nov 2014, 11:59

Re: FS9 FSUIPC created macros

Post by Mumrose » 27 Mar 2015, 12:13

You're nearly there.
Suppose the name of your FSUIPC aircraft profile was 747, then try this:

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

emhmk1
Posts: 2
Joined: 06 Mar 2015, 15:18

Re: FS9 FSUIPC created macros

Post by emhmk1 » 30 Mar 2015, 21:00

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

Post Reply