Trace: » Configuration
Configuration
Anneth configuration data is stored in the file anneth.ini, which is located in the \Program Files\Anneth folder.
Anneth Settings
master
On systems with both an Ethernet interface and a direct fiber optic connection to a remote CameraLink frame grabber, the master parameter is used to specify which link is Master and which link is Slave. Both Ethernet and CameraLink data acquisition can run simultaneously. The Master link will control the instrument settings and receive instrument data; the Slave link will only receive instrument data. Use this setting to specify the Ethernet link as master:
master = ethernet
Use ths setting to specify the frame grabber link as master:
master = frameGrabber
You may find it necessary after a master mode switch to restart the embedded system.
localMode.enabled
Set to true to enable Local Capture Mode, false to disable Local Capture Mode.
localMode.scanLimit
Specifies the maximum number of scans per file in Local Capture Mode.
path.local
Specifies where the Local Capture Mode files are to be written. Note that to specify folders, the backslash character must be doubled. For example:
path.local = C:\\rawdata
This is because a single backslash gets interpreted as part of an escape sequence. So to specify multiple levels it would look like this:
path.local = C:\\folder\\subfolder
path.remote
This parameter is not currently used.
startup.delay
Specifies a delay (in seconds) at startup before Anneth will begin trying to acquire data from the instrument. This is sometimes necessary at boot-up to allow enough time for all drivers to be loaded and initialized.
Annotator Options
annotator.comm
Specifies the local RS232 port to which the Annotator comm link is connected.
annotator.tcp
annotator.fgcomm
This parameter is not used when in Ethernet Master mode. In frame grabber Master mode, this parameter specifies the local RS232 port that is mapped over the fiber connection to the remote Edgar master for Annotator control.
DFT200 Options
dft200.comm
Specifies the local RS232 port that is connected to the DFT200 FTS controller comm link.
dft200.tcp
Specifies the Ethernet TCP port to which Edgar is remotely connected for FTS control.
dft200.fgcomm
This parameter is not used when in Ethernet Master mode. In frame grabber Master mode, this parameter specifies the local RS232 port that is mapped over the fiber connection to the remote Edgar master for FTS control.
resolution.lo
Specifies the resolution in Local Capture Mode when the Resolution switch in is the Low Resolution position.
resolution.hi
Specifies the resolution in Local Capture Mode when the Resolution switch in is the High Resolution position.
sweepSpeed
Specifies the sweep speed in Local Capture Mode.
filterA
Specifies the Channel A filter in Local Capture Mode.
filterB
Specifies the Channel B filter in Local Capture Mode.
Aperture Options
aperture
Set to true if hardware aperture control is present, false otherwise.
aperture.comm
The local RS232 connection for the aperture motor controller comm port.
aperture.tcp
The Ethernet TCP port to which Edgar is remotely connected for aperture control.
Blackbody Options
blackbody
Set to true if a blackbody is connected, false otherwise.
blackbody.comm
The local RS232 connection for the blackbody controller comm port.
blackbody.tcp
The Ethernet TCP port to which Edgar is remotely connected for blackbody control.
Focus Options
focus
Set to true if a focus control is connected, false otherwise.
focus.comm
The local RS232 connection for the focus motor controller comm port.
focus.tcp
The Ethernet TCP port to which Edgar is remotely connected for focus control.
INS Options
ins
Set to true if an INS unit is connected, false otherwise.
ins.comm
The local RS232 connection for the INS comm port.
ins.tcp
The Ethernet TCP port to which Edgar is remotely connected for INS control.
Scene Mirror Options
sceneMirror
Set to true if a scene mirror controller is connected, false otherwise.
sceneMirror.comm
Specifies the Ethernet TCP port to which Edgar is remotely connected for scene mirror control.
sceneMirror.tcp
The Ethernet TCP port to which Edgar is remotely connected for scene mirror control.
UDP Options
udp.port
This parameter is not currently used.
control.tcp
This parameter is not currently used.
Timestamp Options
Timestamps are generated in hardware on the Annotator before transmission of data to the frame grabber. These settings only apply if the Anneth Local Capture Mode is used. Outside Local Capture Mode, timestamp settings are controlled by Edgar. Use this setting in anneth.ini to synchronize timestamps to IRIG-B:
timestamp.mode = IRIGB timestamp.autoSyncToNetTime = false
Use these settings to synchronize to system time:
timestamp.mode = Auto timestamp.autoSyncToNetTime = false
Use these settings to synchronize to a network time server:
timestamp.mode = Auto timestamp.autoSyncToNetTime = true timestamp.netTimeCommand = net time \\\\TIMESERVER /set /yes
Replace TIMESERVER with the network name of your time server.
timestamp.mode
Valid values for timestamp.mode are IRIGB and Auto. In IRIGB mode, the Annotator real time clock will be synchronized with an external IRIG-B signal. In Auto mode, the Annotator real time clock will be synchronized with either the embedded system time, or a network time server.
timestamp.autoSyncToNetTime
Set timestamp.autoSyncToNetTime to true to synchronize both Annotator and embedded system time to a network time server. Set to false to synchronize Annotator time to the embedded system time.
timestamp.netTimeCommand
This specifies the system command used to synchronized to your network time server.