Jump to content
The simFlight Network Forums

Recommended Posts

Posted

I am having trouble with multiple assignments to one button on my Honeycomb Bravo.  I read the posts and replies and used the process to add ";" after the index number.  Here is what I have programmed.

38=PF,142,CPPMDG_B737-7_ANTI_ICE_WINDOW_HEAT_FWD_R_OFF,0     -{Preset Control}-
39=PF,141,CPPMDG_B737-7_ANTI_ICE_WINDOW_HEAT_FWD_R_ON,0     -{Preset Control}-
38=PF,142,CPPMDG_B737-7_ANTI_ICE_WINDOW_HEAT_FWD_L_OFF,0     -{Preset Control}-
39=PF,141,CPPMDG_B737-7_ANTI_ICE_WINDOW_HEAT_FWD_L_ON,0     -{Preset Control}-

The issue is that only the first 2 lines are executed.  In the log it only captures the first 2 lines and nothing else.  I have also tried this with 6 controls on the one button but it only executes the first 2 in any case.

Can anyone assist???

Posted

@lamikela1 You posted this in a very old topic and in the main support forum - I have moved your post to the specific sub-forum for FSUIPC7.

11 hours ago, lamikela1 said:

Here is what I have programmed.

38=PF,142,CPPMDG_B737-7_ANTI_ICE_WINDOW_HEAT_FWD_R_OFF,0     -{Preset Control}-
39=PF,141,CPPMDG_B737-7_ANTI_ICE_WINDOW_HEAT_FWD_R_ON,0     -{Preset Control}-
38=PF,142,CPPMDG_B737-7_ANTI_ICE_WINDOW_HEAT_FWD_L_OFF,0     -{Preset Control}-
39=PF,141,CPPMDG_B737-7_ANTI_ICE_WINDOW_HEAT_FWD_L_ON,0     -{Preset Control}-

The issue is that only the first 2 lines are executed.  In the log it only captures the first 2 lines and nothing else.  I have also tried this with 6 controls on the one button but it only executes the first 2 in any case.

Can anyone assist???

That is incorrect as you have duplicate index numbers, so only one will be used. All index numbers MUST be unique, so try:

Quote

38=PF,142,CPPMDG_B737-7_ANTI_ICE_WINDOW_HEAT_FWD_R_OFF,0     -{Preset Control}-
39=PF,141,CPPMDG_B737-7_ANTI_ICE_WINDOW_HEAT_FWD_R_ON,0     -{Preset Control}-
40=PF,142,CPPMDG_B737-7_ANTI_ICE_WINDOW_HEAT_FWD_L_OFF,0     -{Preset Control}-
41=PF,141,CPPMDG_B737-7_ANTI_ICE_WINDOW_HEAT_FWD_L_ON,0     -{Preset Control}-

John

Posted

Excellent thanks its all working now.

32=PF,142,CPPMDG_B737-7_ANTI_ICE_WINDOW_HEAT_FWD_L_OFF,0     -{Preset Control}-
33=PF,141,CPPMDG_B737-7_ANTI_ICE_WINDOW_HEAT_FWD_L_ON,0     -{Preset Control}-
34=PF,142,CPPMDG_B737-7_ANTI_ICE_WINDOW_HEAT_FWD_R_OFF,0     -{Preset Control}-
35=PF,141,CPPMDG_B737-7_ANTI_ICE_WINDOW_HEAT_FWD_R_ON,0     -{Preset Control}-
36=PF,142,CPPMDG_B737-7_ANTI_ICE_WINDOW_HEAT_SIDE_L_OFF,0     -{Preset Control}-
37=PF,141,CPPMDG_B737-7_ANTI_ICE_WINDOW_HEAT_SIDE_L_ON,0     -{Preset Control}-
38=PF,142,CPPMDG_B737-7_ANTI_ICE_WINDOW_HEAT_SIDE_R_OFF,0     -{Preset Control}-
39=PF,141,CPPMDG_B737-7_ANTI_ICE_WINDOW_HEAT_SIDE_R_ON,0     -{Preset Control}-
40=PF,142,CPPMDG_B737-7_ANTI_ICE_PROBE_A_OFF,0     -{Preset Control}-
41=PF,141,CPPMDG_B737-7_ANTI_ICE_PROBE_A_ON,0     -{Preset Control}-
42=PF,142,CPPMDG_B737-7_ANTI_ICE_PROBE_B_OFF,0     -{Preset Control}-
43=PF,141,CPPMDG_B737-7_ANTI_ICE_PROBE_B_ON,0     -{Preset Control}-
 

Please sign in to comment

You will be able to leave a comment after signing in



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.