
codatcri
Members-
Content Count
27 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout codatcri
-
Rank
Member
Profile Information
-
Gender
Male
-
Location
Italy
-
Hello, I don't understand why it doesn't work. if I pull back to OFF the left and right levers I get the following lines in the log file: 2432547 *** EVENT: Cntrl= 65955 (0x000101a3), Param= 0 (0x00000000) FUEL_SELECTOR_OFF left lever 2613141 *** EVENT: Cntrl= 66516 (0x000103d4), Param= 0 (0x00000000) FUEL_SELECTOR_2_OFF righr lever so i set the controls in the assignement button &switches window, getting back as expected the same lines 2721016 *** EVENT: Cntrl= 65955 (0x000101a3), Param= 0 (0x00000000) FUEL_SELEC
-
Thank you John, if you find somethig let us know!.
-
codatcri started following Cessna CJ14 Citation - Fuel transfer
-
Hello, can anyone tell me the offset for the fuel transfer (L to R & R to L)? I need to manage the transition by a momentary (ON)/(ON) lever button. These are the lines from the log file when I operate the switch with the mouse : 24331531 *** EVENT: Cntrl= 67072 (0x00010600), Param= 46 (0x0000002e) ELECTRICAL_CIRCUIT_TOGGLE [RIGHT TO LEFT TANK] 24333812 *** EVENT: Cntrl= 67072 (0x00010600), Param= 46 (0x0000002e) ELECTRICAL_CIRCUIT_TOGGLE [OFF] 24334828 *** EVENT: Cntrl= 67072 (0x00010600), Param= 45 (0x0000002d) ELECTRICAL_CIRCUIT_TOGGLE [LEFT TO RIGHT TA
-
Thank you john. In my case I don't have crashes during flight but just when i try to access the controll window with more than 10 devices connected. I'm bypassing this issue by disconnecting the devices, assign the keyboard control i need, connect the devices again and use Fsuipc to manage the buttons i have.
-
Hello, maybe same cause? I'm reconnecting my leo bodnar boards after a restyling of my cockpit.... till 9 ( plus hotas joystick, mouse, keyboard) everything is fine but when i try to connect the tenth board or another device (such as the hotas throttle or the rudder pedals) I have a crash to desktop and these lines in the fsuipc7 log file are shown: 74109 -------------------- Starting everything now ---------------------- 183047 Failed on SimConnect_CallDispatch for Message, return = 0xC000014B 183047 Failed on SimConnect_CallDispatch for Traffic Message, return = 0xC
-
thank you, now it's clear to me. Cristiano.
-
Hello, I noticed that when i pull or push the nutton on fs2020, in the log file compares anti_ICE_toggle_ENG1. is it normal?
-
Pushback Offsets Don't React To Values Being Written
codatcri replied to FPVSteve's topic in FSUIPC7 MSFS
Great! thank you Thomas. I learned another thing. For sure I'll use this function and i'll test all the other offset controls. Cristiano -
Pushback Offsets Don't React To Values Being Written
codatcri replied to FPVSteve's topic in FSUIPC7 MSFS
Steve how did you do that? I used the .exe that john attached, then in the button & switch assignement I selected: toggle pushback & param 0 for straight toggle pushback & param 3 for stop toggle pushback & param 1 for left but doesn't turn toggle pushback & param 2 for right but doesn't turn in each case when toggle it start but if i toggle again it stops. last question: how can i write an offset? I look in the manual but it's not clear to me (I'm definitely not an expert by now!) see the log: 18667 -
Hello, how can i assign a button of my cockpit in order to activate the buttons of the pfd &mfd, such as direct to or fpl or proc? I tried with the controls "gps flight plan button " or ""g1000 mfd flight plan button " but it doesn't work. anyone can help me , please?
-
OFFSET CONDITIONS WITH BEACON LIGHTS
codatcri replied to codatcri's topic in FSUIPC Support Pete Dowson Modules
john is there a simplier way to do it? I just want that where there is only the toggle control instead of a ON&OFF choice, to find a way to syncronize the status of my switch with the one of fs2020. -
OFFSET CONDITIONS WITH BEACON LIGHTS
codatcri replied to codatcri's topic in FSUIPC Support Pete Dowson Modules
... just solved!!!!! with 450=W0D0C&0002=0 PH,19,C66239,1 -{TOGGLE_BEACON_LIGHTS }- 451=W0D0C&0002!0 UH,19,C66239,1 -{TOGGLE_BEACON_LIGHTS }- -
OFFSET CONDITIONS WITH BEACON LIGHTS
codatcri replied to codatcri's topic in FSUIPC Support Pete Dowson Modules
I tried with both configurations (W and B), just the two lines but it doesn't work! 450=W0D0C&0002=0 PH,19,C66239,1 -{TOGGLE_BEACON_LIGHTS }- 451=W0D0C&0002=1 UH,19,C66239,1 -{TOGGLE_BEACON_LIGHTS }- starting conditions: - beacon on in fs2020 - beacon switch of my cockpit off --- then i operate the switch -- ON and OFF, here it's the log file in the opposite condition: - beacon off in fs2020 - beacon switch of my cockpit ON -- then i operate the switch -- OFF and ON, her -
I'm using a switch. What am i doing wrong (probably the mask declaration?) 449=B0D0C&1=1 PH,19,C1126,0 -{}- 450=B0D0C&1=0 PH,19,C66239,1 -{TOGGLE_BEACON_LIGHTS }- 451=B0D0C&1=0 UH,19,C1126,0 -{}- 452=B0D0C&1=1 UH,19,C66239,1 -{TOGGLE_BEACON_LIGHTS }- like this it doesn't works. the manual reports: Lights, a switch for each one (bits from lo to hi): 0 Navigation 1 Beacon 2 La
-
Didn't know, thanks again.