Yesterday at 02:01 PM1 day I am trying to get the MCP working. I am stuck on a few knobs. AFCAS_SPD_KNOB_ROTATEI want to set this up as a quick turn, where a slow turn increases by 1 and a quick turn increases by 5 or 10. Not having any luck yet. This was what I tried for decrease and using ++ for increase(L:AFCAS_SPD_KNOB_ROTATE,·Number)·--·(L:AFCAS_SPD_KNOB_ROTATE,·Number)There is also an LVAR called AFCAS_SPD_KNOB_DEC and AFCAS_SPD_KNOB_INC but that has not worked either. The Altitude actually works with the standard sim setting, but HDG, SPD etc does not. AAL??? Mark "Crabby" Crabtree
Yesterday at 06:47 PM1 day Commercial Member 4 hours ago, Crabby said:There is also an LVAR called AFCAS_SPD_KNOB_DEC and AFCAS_SPD_KNOB_INCIs that really an LVar? How/where did you get this name from?In general, LVars are not really meant to be used for controlling things. Their original purpose is controlling animations and storing data. LVars are not events - on their own, they don't do anything.INC and DEC - that looks more like IEs/BVars to me. Check the event selection dialog in AAO, specifically the tab "MSFS IEs" Edited yesterday at 07:04 PM1 day by Lorby_SI LORBY-SI
Yesterday at 07:12 PM1 day Commercial Member Apparently you have to replicate the entire behavior code, just setting LVars is not enough(L:AFCAS_SPD_KNOB_ROTATE,·enum)·++··100·min·(>L:AFCAS_SPD_KNOB_ROTATE,·enum)· (L:AFCAS_SPD_KNOB_ROTATE,·enum)·100·==·if{·0·(>L:AFCAS_SPD_KNOB_ROTATE,·enum)·} 1·(>L:AFCAS_SPD_KNOB_INC,·bool)(L:AFCAS_SPD_KNOB_ROTATE,·enum)·--·0·max·(>L:AFCAS_SPD_KNOB_ROTATE,·enum) (L:AFCAS_SPD_KNOB_ROTATE,·enum)·0·==·if{·100·(>L:AFCAS_SPD_KNOB_ROTATE,·enum)·} 1·(>L:AFCAS_SPD_KNOB_DEC,·bool)Replace SPD with HDG for the other knob. Larger increments are not possible IMO. Edited yesterday at 07:13 PM1 day by Lorby_SI LORBY-SI
Create an account or sign in to comment