Jump to content
The simFlight Network Forums

dartzman

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by dartzman

  1. Thanks for that Peter I wil have a play with your information tonight Aussie time Kevin
  2. Sorry, will try to explain better When I add 1 (One) switch code it works. Whatever PAR and Switch Input I use it changes the right switch on the NPSimpanel But when I add all four switches to complete the code for the Panel , I actuate one of the switches and it works but when I actuate another switch it turns the first switch on and Off. It is like the first actuation of a Switch via its PAR seems to lock or hold that value of the input code, it doesnt reset after actuation. (Does that make sense) I presume it is something I have written wrong in my coding.... (Have to remember I am a compete novice at this)
  3. Thanks for the reply Peter I came across some code that works.... ALl I do is change the PAR and the switch number to the required one it changes the required switch. I just have to brush up on my Skills with SIOC so I can have more than one switch working.. At the moment when I add the script 4 times to the code and change the PAR and Switch values required for each switch the first actuation of a switch seems override the rest and the PAR remains the same . So if anyone out there can supply me the code below for 4 switches (10,11,12,13) with 4 different PAR (0,1,2,3,4) I would totally apprieciate it Var 1 name FS_CONTROL Link FSUIPC_OUT Offset $3110 Length 4 Var 2 name FS_PAR Link FSUIPC_OUT Offset $3114 Length 4 Var 3 Link IOCARD_SW Input 12 Type I { &FS_PAR = 1 &FS_CONTROL = 66712 &FS_CONTROL = DELAY 0 10 }
  4. GDay Peter. I am a newbie to FSUIPC and have been studying the forums closely to help me get off the ground I am using FSX, with the Premier Aircraft CRJ200 and I have the NPSimpanel for the 700 installed in the crj200 panel.cfg - All works Well I am running SIOC and mastercards from Opencockpits My question there are 4 X buttons on the NPSimpanel overhead for Hydraulic Switches When Logging the switch movement I get the following code 433932 *** EVENT: Cntrl= 66712 (0x00010498), Param= 0 (0x00000000) HYDRAULIC_SWITCH_TOGGLE 451997 *** EVENT: Cntrl= 66712 (0x00010498), Param= 1 (0x00000001) HYDRAULIC_SWITCH_TOGGLE 456147 *** EVENT: Cntrl= 66712 (0x00010498), Param= 2 (0x00000002) HYDRAULIC_SWITCH_TOGGLE 462621 *** EVENT: Cntrl= 66712 (0x00010498), Param= 3 (0x00000003) HYDRAULIC_SWITCH_TOGGLE From the information above how do I find the offsets so I can then compile them into my SIOC script I have tried one offset I found for Hydraulic switch ($341E) however when I use that and actuate my Hardware switches the switches in NPsimpanel don't move like all the others I have programmed Thanks in Advance Kevin
  5. First of all thanks for a great product Peter.... thats 2 good things that come out of stoke on trent, FSUIPC and Phil Taylor I am building a CRJ700/200 Cockpit I am using the Bodnar USB board to control some of the switches When setting up the Landing lights on the CRJ it has 3 switches Left - Nose - Right I can only see Landing lights in FSUIPC Is there a way of seperating the 3 lights for individual switches? Sorry for this newbie question DartzMan
×
×
  • 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.