April 27, 20197 yr Hi,I am trying to make an Automatic door handling for aerosoft airbus a320 for FSX. Although, i have placed the GSX_door.xml in SimObjects\Airplanes\Aerosoft Airbus A320_A321 Base\Panel_Fallback\AB_Systems\GSX_Doors.xml. I also added this line gauge10=../SimObjects/Airplanes/Aerosoft Airbus A320_A321 Base/Panel_Fallback/AB_Systems!GSX_Doors, 0,0,1,1 to panel.cfg at the bottom of [VCockpit02] section: I also made changes to aircraft door custom door checks (pics attached).But, things are not working. attached files.ATTACHMENTS.GSX DOOR.XML FILEPANEL.CFG OF AEROSOFT AIRBUS A320CFMGSX.CFG OF AEROSOFT AIRBUS A320CFMPICTURES For attachment see https://drive.google.com/drive/folders/1El0fKtkRUVwk0pzlXeVgnNtuwsX8Dnwo?usp=sharing Can any1 here help me with his?. Below is the reply which i received from gsx forums -----------------------------QUOTE------------------------ I cannot possibly help you troubleshooting your own gauge, but at least a couple of things are clearly wrong in your FSX.CFG1) The XML expressions are missing the parenthesis so, for example, this L:AB_DOOR_PAX_RIGHT_FWD, numbershould 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.
Archived
This topic is now archived and is closed to further replies.