Export MFD

From EECH Central
Jump to: navigation, search

MFD data can be exported to secondary monitor or other device, that can run share screen software (tablet, smartphone, laptop).

Enable MFD export to secondary monitor

  1. open eech.ini
  2. set export_mfd equal to 1, it will enable MFD export on multimonitor system
  3. set export_mfd_adapter equal to export screen number (0 = first, 1 = second, ... usually 0 in case of secondary display)
  4. set port_mfd_screen_width as screen width amount (in pixels), preferably should be equal to monitor current resolution (will be 1024 if display resolution set to 1024x768)
  5. set export_mfd_screen_height as screen height amount (in pixels), equal to monitor current resolution (768 if display resolution set to 1024x768)
  6. export_mfd_left_pos position should contain coordinates of left MFD section (top left X, Y, bottom right X, Y) example - 0,0,512,512
  7. export_mfd_right_pos position should contain coordinates of right MFD section (top left X, Y, bottom right X, Y) example - 512,0,1024,512
  8. for version prior to 1.16.1 export_mfd_single_pos position should contain coordinates of single MFD section, Havoc, Hind and Black Shark only (top left X, Y, bottom right X, Y)

Disable MFD export

  1. open eech.ini
  2. set export_mfd equal to 0

For more information read MFD Export