Sample .VGL file
%Sample file for Modern Layout
% 26/01/05
%define the size of the output frame
Def=Frame
width=720
height=576
EndDef
%display the video over the whole frame
Def=video
CameraName="Camera 1"
Width=720
Height=576
TopCoord=0
LeftCoord=0
EndDef
%this is the dashboard graphic
Def=Bitmap
Width=400
Height=195
TopCoord=381
LeftCoord=320
Alpha=-1
FileName="Configuration\DashboardLayouts\ModernWithAlpha.bmp"
EndDef
% THIS IS THE DIGITAL METER
Def=DigitalDisplay
Input="Time [s]"
CenterX=440
CenterY=520
Colour=255
DecPlaces=1
Font=Digital Readout
Size=12
EndDef
% THIS IS THE RPM METER
Def=AnalogueDial
Input="Engine Speed [rpm]"
CenterX=624
CenterY=476
PointerLength=58
PointerWidth=3
MinAngle=-144
MaxAngle=+144
Min=0
Max=10000
EndDef
% THIS IS THE SPEEDOMETER
Def=AnalogueDial
Input="GPS Speed [mph]"
CenterX=415
CenterY=476
PointerLength=63
PointerWidth=3
Colour=255
MinAngle=-135
MaxAngle=+117
Min=0
Max=260
EndDef
% THIS IS THE LEFT G BAR
Def=Bargraph
Input="Accel Lateral [g]"
StartX=515
StartY=524
EndX=485
EndY=524
BarWidth=8
Colour=255
Min=0
Max=-2
EndDef
% THIS IS THE RIGHT G BAR
Def=Bargraph
Input="Accel Lateral [g]"
StartX=525
StartY=524
EndX=605
EndY=524
BarWidth=8
Colour=255
Min=0
Max=2
EndDef
% THIS IS THE TOP G BAR
Def=Bargraph
Input="Accel Longitudinal [g]"
StartX=519
StartY=519
EndX=519
EndY=489
BarWidth=8
Colour=255
Min=0
Max=2
EndDef
% THIS IS THE BOTTOM G BAR
Def=Bargraph
Input="Accel Longitudinal [g]"
StartX=519
StartY=529
EndX=519
EndY=559
BarWidth=8
Colour=255
Min=0
Max=-2
EndDef