Jump to content

How do I export RWR and HDD from f-15 to 2nd monitor?


Recommended Posts

Hi,

 

So, I have the radar configured decent now, so I got room for ~2 more instruments on my 2nd monitor. I want the HDD (Heads-Down-Display) and RWR on my 2nd monitor. I have been researching for hours, but I dont understand how to!

 

I tryed Helios software, it just gave me a WerFault.exe error all the time, I tryed EasyMonitorconfigure software, but that aswell gave me nothing but errors..

 

Can anyone please tell me how to do, or like, write me a code?

 

Main monitor: BenQ 24'' 144Hz

2nd monitor: BenQ 21,5'' 60Hz

 

My code that im using at the moment is

_  = function(p) return p; end;
name 		= _('Camera + LMFCD automatic placement');
Description = 'Camera on primary display and Left MFCD on secondary'

if  displays and #displays > 1 then 
primary = 
{	
	x 		= displays[1].x - screen.x,
	y 		= displays[1].y - screen.y,
	width   = displays[1].width,
	height  = displays[1].height,
	aspect  = displays[1].width/displays[1].height;
	viewDx  = 0;
       viewDy  = 0;
}
secondary = 
{
	x 		= displays[2].x - screen.x,
	y 		= displays[2].y - screen.y,
	width   = 1024,
	height  = 1024,
}
else
primary = 
{	
	  x = screen.width / 2;
         y = 0;
         width  = screen.width / 2;
         height = screen.height;
         viewDx = 0;
         viewDy = 0;
         aspect = screen.aspect / 2;
}
secondary =
{
	 x = 0;
	 y = 0;
	 width = 1024 / 2;
	 height = 1024;
}
end

UIMainView = primary
LEFT_MFCD  = secondary
Viewports  = {UIMainView}

X-55 Rhino guide to configure the Mouse Nipple to work as TDC slew!

My rig

AMD FX-8320 @ 4.4GHz

8GB RAM

R9 270x 2GB

SSD

Win 8.1 Pro

Link to comment
Share on other sites

How did you export the RWR and HDD? I am using Capt Z's helios profile, but he left those two for future implementation.

Trackir4 using the latest Trackir 5 software, Win10 Pro [Creator Update] updated from Win7Pro Pro 64Bit, Intel® Core™ i5-2500 3.30 GHz 6M Intel Smart Cache LGA115 , GigaByte GA-Z68XP-UD4 Intel Z68 Chipset DDR3 16GB Ram, GTX MSI Gaming 1060 [6 GB] Video Card, Main Monitor 1 on left 1920x1080 Touchscreen Monitor 2 on right 1920x1080 .

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...