Windows Server Program
ComTec GmbH 4-8
exec program ; Executes a Windows program or .PIF file.
; Example: exec notepad test.ctl
; opens the notepad editor and loads test.ctl.
deleteallrois ; Deletes all ROIs in the active Display of MCDWIN or the active
; multichannel analyzer if MCDWIN is not running.
deleteallrois MC_A ; Similar to the deleteallrois command, but using the argument allows to
; specify which spectrum should be treated independently of
; which child window is activated in MCDWIN
fitrois ; Makes a single peak Gaussian fit for all ROIs and dumps the result
; into a logfile. This is performed by the MCDWIN program and
; therefore can be made only if this application is running.
fitrois MC_A ; Similar to the fitrois command, but using the argument allows to
; specify which spectrum should be evaluated independently of
; which child window is activated in MCDWIN.
autocal ; Makes a single peak Gaussian fit for all ROIs in the active Display of
; MCDWIN, for which a peak value was entered and uses the result for
; a calibration. This is performed by the MCDWIN program and
; therefore can be made only if this application is running.
autocal MC_A ; Similar to the autocal command, but using the argument allows to
; specify which spectrum should be evaluated independently of
; which child window is activated in MCDWIN.
The following commands make sense only when using the serial line or TCP/IP control:
MC_A? ; Sends the status of MC_A via the serial port and make MC_A
; actual.
? ; Send the status of the actual multichannel analyzer
RROI(0,1) ; Sends the sum, mean value and max positive and negative
; deviation from mean of rectangular ROI #1 in spectra #0
ADC? ; Sends the AXAS Status
sendfile filename ; Sends the ASCII file with name ‘filename’ via the serial line.
The execution of a control file can be finished from the Server or MCDWIN with any Halt
command.