-
This is so frustrating, panning problems now
blush, thank you. Obviously been staring at this for too long :(Pete
-
This is so frustrating, panning problems now
Trying to get some simple panning to work, up/down is fine, left/right fails :(Setup is simconnect.MapClientEventToSimEvent(EVENT_IDS.EVENT_PAN_RIGHT, "PAN_RIGHT");simconnect.MapClientEventToSimEvent(EVENT_IDS.EVENT_PAN_UP, "PAN_UP");sending event issimconnect.TransmitClientEvent(0, EVENT_IDS.EVENT_PAN_RIGHT, 0, GROUP.ID_PRIORITY_DEFAULT, SIMCONNECT_EVENT_FLAG.GROUPID_IS_PRIORITY);simconnect.TransmitClientEvent(0, EVENT_IDS.EVENT_PAN_UP, 0, GROUP.ID_PRIORITY_STANDARD, SIMCONNECT_EVENT_FLAG.GROUPID_IS_PRIORITY);I've tried using CameraSetRelative6DOF() but that doesn't work consistently between views, left/right works ok but up/down doesn't work in spot view.So does PAN_LEFT/PAN_RIGHT work anybody know?TIA Pete
-
Can't set TRIM values
>Not in my copy it doesn't. Maybe you aren't using the updated>documentation in the SP1 SDK release?You're dead right, too many PCT and getting myself confused.>Which Sim Var? I've not looked at any examples. The values>joysticks return depend on their drivers and the Windows>calibration. I don't use Simconnect to read joysticks.The joystick example uses ClientEvents to read joystick:0:XAxis and the other axis. I was only running it as I wanted to see the values. I'm reading the joystick from C# and plan to inject that into FSX but getting the range right is a good starting point ;)Off to look at your support forumCheers PeteEdit: Corrected my reading stupidity!
-
Can't set TRIM values
Thanks Pete.Did you tell MS this? Says settable in the documentation!One thing I have discovered is the Joystick example in the SDK actually returns +-32K not 16K as stated in the docs. Do you know which is the real range?Ta Pete
-
Can't set TRIM values
Hope someone can help me, I'm trying to set ELEVATOR TRIM PCT and AILERON TRIM PCT. I'm using something like to set it up and then writing 0.0f in the simconnect.SetDataOnSimObject() call but I get an expection 20, invalid data.C# I'm afraid, has anyone got anything I can try, spot my silly error?TIA PeteP.S. I have AILERON POSITION working as a percent using this technique.
picnic
Members
-
Joined
-
Last visited