I also made changes to aircraft door custom door checks (pics attached).But, things are not working. attached files.
I cannot possibly help you troubleshooting your own gauge, but at least a couple of things are clearly wrong in your FSX.CFG
1) The XML expressions are missing the parenthesis so, for example, this
L:AB_DOOR_PAX_RIGHT_FWD, number
should be like this:
(L:AB_DOOR_PAX_RIGHT_FWD, number)
As it is in the configuration that comes with GSX for the Aerosoft Airbus. In fact, our default config was like this:
(L:AB_DOOR_PAX_RIGHT_FWD, number) 90 >=
Which is basically the same, but it's done like this so loaders will raise only when the door is also almost completely open, to prevent clashing into it. But that's a minor thing.
2) You have custom XML expression only for the 2 service doors, while the configuration that comes with GSX have all 5 doors with custom XML variables, since the airplane use them for all doors.
These two are surely wrong, but please don't ask me to debug your gauge, since that long XML expression is basically unreadable. Not your fault, it's just that XML code shouldn't be used for logic, since it's not really a language, but if you do it anyway, it can be done, but it's almost impossible to understand.