_Lobo_ Posted January 2, 2022 Posted January 2, 2022 I'm currently successfully exporting the two A10 MFDs to a second monitor. I'd like to export the DISS-15 to my second monitor. Any help appreciated. Here is my monitor lua. _ = function(p) return p; end; name = _('MI8 Doppler'); Description = 'MI8 Doppler' Viewports = { Center = { x = 0; y = 0; width = 3440; height = 1440; viewDx = 0; viewDy = 0; aspect = 3440 / 1440; } } LEFT_MFCD = { x = 3440; y = 1440 - 600; width = 600; height = 600; } RIGHT_MFCD = { x = 4806 - 600; y = 1440 - 600; width = 600; height = 600; } UIMainView = Viewports.Center GU_MAIN_VIEWPORT = Viewports.Center 1
PHMAC Posted January 2, 2022 Posted January 2, 2022 The A10 mfd’s are viewports..they are quite easy to export. AFAIK the Mi-8 doesn’t have any viewports so exporting the entire DISS-15 panel is not possible. However, I think you can export the values from the DISS-15 data windows to an external monitor…but not the entire panel. You could look into Helios and use the Capt.Zeen Mi-8 profile. You would need to modify the profile to only show the DISS-15 panel at the correct coordinates on your MFD monitor. I don’t think it is going to be easy….nevertheless an interesting idea. 1
Recommended Posts