VDGS gates at KBOS

Post Reply
Lucky67
Posts: 5

VDGS gates at KBOS

Post by Lucky67 » Fri May 08, 2020 12:52 pm

With the latest available KBOS update when the SODE (+ VDGS) add-on reads the xml file for KBOS these warnings are returned

[21:35:14.958] DEBUG SODE.XML : Building List from File 'C:\ProgramData\12bPilot\SODE\xml\FlyTampa_VDGS_KBOS.xml'
[21:35:14.959] WARN SODE.XML : [VDGS] SimObject 'VDGS GATE_A 13', Stop@27.000000: AcftType= AIRBUS_LARGE is not supported by SODE!
[21:35:14.959] WARN SODE.XML : [VDGS] SimObject 'VDGS GATE_A 13', Stop@31.000000: AcftType= BOEING_SMALL is not supported by SODE!
[21:35:14.960] WARN SODE.XML : [VDGS] SimObject 'VDGS GATE_B 21', Stop@24.000000: AcftType=ALL_REGIONAL is not supported by SODE!
[21:35:14.960] WARN SODE.XML : [VDGS] SimObject 'VDGS GATE_B 21', Stop@21.000000: AcftType=E145,CRJ9,CRJ7,CRJ2,E170 is not supported by SODE!
[21:35:14.962] WARN SODE.XML : [VDGS] SimObject 'VDGS GATE_E 12', Stop@34.000000: AcftType= B787 is not supported by SODE!

Is this something wrong within your xml file or that the SODE VDGS tool cannot read it as expected?
Last edited by Lucky67 on Sat May 09, 2020 6:56 am, edited 1 time in total.
george[flytampa]
Site Admin
Posts: 3868

Re: VDGS gates at KBOS

Post by george[flytampa] » Fri May 08, 2020 2:36 pm

Where are you reading that? Seems to be working fine here.
Do you have the SODE VDGS pack installed?
Lucky67
Posts: 5

Re: VDGS gates at KBOS

Post by Lucky67 » Fri May 08, 2020 5:02 pm

I've got the payware VDGS add-on as mentioned in my previous notes, otherwise I wouldn't have raised the question here.
And that one is an excerpt of the sode log file.
george[flytampa]
Site Admin
Posts: 3868

Re: VDGS gates at KBOS

Post by george[flytampa] » Fri May 08, 2020 5:11 pm

It might not like the space between = and the aircraft type. Try the attached.
Attachments
FlyTampa_VDGS_KBOS.zip
(6.04 KiB) Downloaded 237 times
Lucky67
Posts: 5

Re: VDGS gates at KBOS

Post by Lucky67 » Sat May 09, 2020 7:26 am

Much better now, tested gate A13 with the latest PMDG 747 and it works without warnings about A13 in the log file.
Only one warning still there.

[14:04:01.490] DEBUG SODE.XML : Building List from File 'C:\ProgramData\12bPilot\SODE\xml\FlyTampa_VDGS_KBOS.xml'
[14:04:01.491] WARN SODE.XML : [VDGS] SimObject 'VDGS GATE_B 21', Stop@21.000000: AcftType=E145,CRJ9,CRJ7,CRJ2,E170 is not supported by SODE!

Probably I should raise the same question to the SODE developer, to know what the VDGS add-on is supposed to find in these xml files.
BTW. the FlyTampa_KLAS_VDGS.xml is fine and does not return any warning.
Lucky67
Posts: 5

Re: VDGS gates at KBOS

Post by Lucky67 » Sat May 09, 2020 2:25 pm

Here we go.
12bPilot, the developer behind SODE, told me (find his response below) what is the correct syntax to be honored.
Actually it seems that entry within KBOS VDGS xml was the only one using commas.

<Stop Distance="21.0" AircraftTypes="E145,CRJ9,CRJ7,CRJ2,E170"/>

_____________________________________________
For the AircraftTypes entry in the xml file, the individual 4-letter aircraft types (or group names) need to be separated by a semi-colon ;

However, in the next SODE version the xml parser is a bit more tolerant and will internally correct even colons and commas as separators. But officially, the separator is the semi-colon.
Last edited by Lucky67 on Sun May 10, 2020 8:45 am, edited 1 time in total.
george[flytampa]
Site Admin
Posts: 3868

Re: VDGS gates at KBOS

Post by george[flytampa] » Sat May 09, 2020 2:53 pm

Thanks. I'll leave it till he add the commas. The ALL_REGIONAL tag should cover those aircraft for now.
Post Reply