Jump to content
The simFlight Network Forums

Send as normal axis


Nach

Recommended Posts

Yes, EVENTS as described in the picture you sent! Same as "controls", not offsets as both John and I have already told you! Offsets are data repositories. Events or controls are instigators of actions in the Sim -- those actions you assign to in the Sim or in FSUIPC.

You can assign them in FSUIPC as <custom controls>.  Enter them as x110B0 and x110B1 (i.e drop the fist 0).

Please do read the replies you get here properly.  Otherwise we cannot help.

Pete

 

Link to comment
Share on other sites

i am not sure why you are showing us documentation from another product...

As Pete has said, they look like control numbers, and not offsets.  I don't know what they mean by 'must be sent to the simulator as a normal axis' though.

You can see if thats the case by assigning a button or key (in FSUIPC) to the <custom Control> menu item (in the FSUIPC assignments dialog, giving the control number that you want to use. Why don't you first try this to see if they work?

Then, of you want to send them from your vb.net application, which is presumably an FSUIPC client (otherwise  why ask here!), you can use the general control offset at 0x3110.

I see Pete has also replied....
 

Link to comment
Share on other sites

Hi Nach,

You can just the the helper method below. This uses offset 0x3110 behind the scenes but is easier to use:

FSUIPCConnection.SendControlToFS(c,p)

where c is the control number and p is the parameter value you want to write to that control. If the control doesn't need a parameter just pass 0.

Paul

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.