Appendix
A
GigE Network Configuration
A-16
Getting Started with Visionscape GigE Cameras
How to Modify the dm.config File to Change Camera and
System Assignments
Explaining and Modifying the dm.config file
The first time you plug a Microscan GigE camera into a PC and start
FrontRunner, a new file is created. This file is called
dm.config
and it can
be found in the
C:\Vscape\DM
directory. DM stands for Device Manager,
and this file is intended to manage all GigE devices attached to the PC.
Assuming you have a single GigE camera, the dm.config file will look
similar to that shown below:
<?xml version="1.0" encoding="utf-8"?>
<DMConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Settings>
<servicePort>8899</servicePort>
<serviceBase>http://localhost</serviceBase>
<path>DM</path>
<enableLogging>true</enableLogging>
<engineExePath>C:\dev\EngineSolution\EngineProcess\bin\Debug\Vision
scape.EngineProcess.exe</engineExePath>
</Settings>
<Devices>
<Device name="GigEVision1" devClass="GigE">
<Assignments>
<Assignment type="ACQ" uid="94d2afa3-95bb-4e6d-83bd-
098e5ed439d2" />
</Assignments>
</Device>
<Device name="SoftSys1" devClass="Software" />
</Devices>
<Resources>
<Resource uid="94d2afa3-95bb-4e6d-83bd-098e5ed439d2"
type="GigE_Camera" MACAddress="00-06-BE-00-09-4A">
<gige>
<CameraID>TL=>GevTL , INT=>FD::MAC->00-1B-21-0A-0C-
72::National Instruments GigE Vision Adapter - Packet Scheduler
Miniport , DEV=>::MAC->00-06-BE-00-09-4A::Baumer
Optronic::VISIONSCAPE CMG20</CameraID>
<IPAddress>192.168.254.3</IPAddress>
<MACAddress>00-06-BE-00-09-4A</MACAddress>
<VendorName>Microscan</VendorName>
<ResolutionX>1624</ResolutionX>
<ResolutionY>1236</ResolutionY>
<ModelName>VISIONSCAPE CMG20</ModelName>
</gige>
</Resource>
</Resources>
</DMConfig