September 29, 20205 yr Hi guys, I've just purchase the RXP GNS530 and i try to make it working with the LES Saab 340. It's ok to make appears the 2D GNS530 in the Saab but, since there's a stock GNS 530 inside the cockpit (3d), the screen of the RXP remains black. I've generate the file below. The only thing is I have is the black screen of the RXP behind the screen of the stock 530GNS. And it's not working. The RXP doesn't initiate. The GNS 530 is still functional. Do I have to modify the .ACF file too? Many Thanks Spoiler [GNS] ; comma separated list of gauges gauges = GNS_530_1 [GNS_530_1] ; comma separated list of render targets. drawto = WINDOW, PANELS, Garmin_530_screen ; is the master device if true. MasterDevice = true ; connects to: 'PFC_STACK','PFC_430','PFC_530' or any '#PID' (#D002 for PFC_430) ; no value connects to first found, 'OFF' disables connection. HardwareDevice = ; hardware selector number or -1 to disable. HardwareIdx = -1 PowerKnob = DEFAULT_OFF PowerSource = ALWAYS_ON UseSimGpsCmds = true [GNS_530_1.WINDOW] ; display window if true. visible = false ; show screen only gauge if true. nobezel = false ; display type: WINDOW,PANEL2D,PANEL3D,PANELS frame.type = WINDOW ; display position and dimension (left,top,width,height) frame.rect = 2143,1686,980,714 ; screen only border size (pixels). border.size = 0 ; screen only border color (#RGB or #RGBA). border.rgba = #000000 ; enable mouse clickspots if true, disable if false (use SHIFT to override) usemouse = true ; left mouse button on the screen toggles popup window if true. popleft = false ; right mouse button on the screen toggles popup window if true (requires XP11.1). popright = false ; VR mode position and dimension (left,top,width,height) (requires XP11.20) vrmode.rect = 0,178.5,245,178.5 ; display as popout window if true (requires XP11.1). undocked = false ; display mouse tooltips if true. tooltips = false ; freeze display position if true. locked = false ; auto hide in external view if true. autohide = false [GNS_530_1.PANELS] ; display window if true. visible = true ; show screen only gauge if true. nobezel = true ; display type: WINDOW,PANEL2D,PANEL3D,PANELS frame.type = PANELS ; display position and dimension (left,top,width,height) frame.rect = 590,400,425,398 ; screen only border size (pixels). border.size = 0 ; screen only border color (#RGB or #RGBA). border.rgba = #000000 ; enable mouse clickspots if true, disable if false (use SHIFT to override) usemouse = true ; left mouse button on the screen toggles popup window if true. popleft = false ; right mouse button on the screen toggles popup window if true (requires XP11.1). popright = true [GNS_530_1.Garmin_530_screen] visible = true nobezel = true frame.type = PANEL3D ; display position and dimension (left,top,width,height) frame.rect = 590,400,425,398 Edited September 29, 20205 yr by Cedric Hunter
October 12, 20205 yr On 9/29/2020 at 5:41 AM, Cedric Hunter said: [GNS_530_1] ; comma separated list of render targets. drawto = WINDOW, PANELS, Garmin_530_screen [GNS_530_1.PANELS] ; display window if true.visible = true ; display type: WINDOW,PANEL2D,PANEL3D,PANELSframe.type = PANELS ; display position and dimension (left,top,width,height)frame.rect = 590,400,425,398 [GNS_530_1.Garmin_530_screen]visible = true nobezel = trueframe.type = PANEL3D ; display position and dimension (left,top,width,height)frame.rect = 590,400,425,398 Hi, You're telling the GNS to display 2 views in the 3D cockpit at the same overlapping position. To get started one of the two is one too much. Otherwise one is set to render on all PANELS types, the other one on PANEL3D only. These correspond to the type of 3D drawing XPlane is telling the plugin to render to. You might want to try the 'catch-all' setting "PANELS" and only change it to PANEL3D if it is fine with the specific aircraft (NB: it causes no harm or loss of fps using PANELS instead of PANEL3D because this is mostly very specific to the model or for XP9/10).
Archived
This topic is now archived and is closed to further replies.