Thanks, I understood and created separate files.
And again a question from the audience. I continue to understand the issue of assigning various commands and came to HVAR.
To control the EICAS Boeing FBW screens, I created a separate MCRO file with the following content:
[Macros]
1 = H: A320_Neo_EICAS_2_ECAM_CHANGE_PAGE_ENG = Set, 1
2 = H: A320_Neo_EICAS_2_ECAM_CHANGE_PAGE_BLEED = Set, 1
3 = H: A320_Neo_EICAS_2_ECAM_CHANGE_PAGE_PRESS = Set, 1
Etc.
Everything works fine. Now it remains to set up the autopilot. Using Model Behavior, I found one of the HVARs I needed:
H: A320_Neo_FCU_VS_HOLD
But something strange happens: the line
1 = H: A320_Neo_FCU_VS_HOLD = Set, 1
does not work. The console writes: "No HVAR found with name ..."
Then I tried Set, Toggle, Cycle. Added this HVAR to existing MCRO files and created a separate one. However, this command works if I execute it through Mobiflight and its * .cip and * .evt files.
Why are EICAS HVARS triggered and AP HVARS not triggered?