We are developing an aircraft with three G1000 screens (2xPFD, 1xMFD) and we
can hear the audio of the warnings three times instead of one. Is there a way
to make them heard only once?
Hello Alex, It should be handled automatically by these instruments. - Can
you confirm you applied different IDs to your 3 G1000? - If so, can you try
with only a 1xPFD + 1xMFD and tell us if these alarms are still duplicated?
Regards, Sylvain
In my panel.xml there are no IDs assigned. In Panel.cfg the PFDs have Index=1,
so it’s shared by both PFDs. If I assign Index=2 to the other PFD, the sim
CTDs. Here are the cfg snips:
1. [VCockpit01]
2. size_mm=1024,768
3. pixel_size=1024,768
4. texture=$PFD,$PFD2
5. background_color=42,42,40
6.
7. htmlgauge00=NavSystems/AS1000/PFD/AS1000_PFD.html?Index=1, 0,0,1024,768
8.
9. [VCockpit02]
10. size_mm=1024,768
11. pixel_size=1024,768
12. texture=$MFD
13. background_color=42,42,40
14.
15. htmlgauge00=NavSystems/AS1000/MFD/AS1000_MFD.html, 0,0,1024,768
The IDs I am talking about are defined in your cockpit model xml file.
I see you’re using a single PFD
instrument displayed on 2 textures. Your second PFD is just a copy of the
first one. You only declare a single PFD in your panel.xml, right? Regards,
Sylvain
panelxml_part.xmlNo, I’m showing
two PFDs and one MFDpanelxml_part.xml in the XML, but I don’t have the PFD_ID
and ID tags in it. Where are those documented? Regarding the sound, I only see
one warning of each type, so I don’t know why they play three times. Can I
specify which display does it? I have attached the sound warnings and screens
section of the XML file.
“No, I’m showing two PFDs and one MFD” Your VCockpit01 section specifies
you’re instantiating a single PFD but showing it on 2 textures. The ID tags
must be specified in your cockpit model xml file, not in your panel xml. At
the moment, the proper way to instantiate generic asobo avionics is not
documented. The Da62 sample is demonstrating how it’s done though. Can you
provide me with your full package ? It will be easier to debug. Regards,
Sylvain
How do I send it privately?
Below your comment submit button, you can adjust the visibility of it:
“Viewable by moderators” is the way to go