73
8. JOB FILES
An MCS-32
.JOB
file consists of one or more lines of ASCII text representing a series of com-
mands that can automate most of the functions described earlier in this manual. This chapter
gives the details of the commands including required syntax. A
.JOB
file can be executed with
the Services/Start JOB... dialog, or by including the name of the
.JOB
file on the command line
when MCS-32 is first started (e.g.,
MCS32 -JDEMO.JOB
).
.JOB
files are used for the following types of functions:
1) Performing a repetitive task, such as running a sequence of experiments without user
intervention.
2) Defining initial conditions at startup (this is useful for preloading presets for a specific
experiment, although a settings [
.SET
] file can serve the same function; see Section 6.1.7).
MCS-32 can run repetitive loops. Furthermore, the current loop count can be included as a vari-
able in any string, including filenames, program parameters, and text. Data can thus be stored
with unique filenames and labeled with unique descriptions.
If an error occurs in running a
.JOB
file, file execution stops and control returns to MCS-32. An
error code appears in the Start JOB... dialog, as described in Section 6.4.1.
8.1. JOB Programming Example
A common operation that is ideal for a
.JOB
file is the collection of many consecutive sample
spectra without user intervention. This process can be described as follows:
1) Set the MCS parameters, such as dwell time
2) Start the acquisition
3) Wait for acquisition to stop
4) Integrate a spectrum peak
5) Record the peak area
6) Repeat this for the required number of samples
By looking at the list of steps above and the explanations below, the necessary commands can be
determined.
The first step in the process is to set the MCS parameters and clear the data:
SET_MCS 1
SET_DWELL_TIME 1e-6
SET_PASS_LENGTH 7500
Содержание Easy-MCS
Страница 10: ...x...
Страница 20: ...Easy MCS Multichannel Scaler and MCS 32 A73 B32 Software 931054C 1213 10 Intentionally blank...
Страница 24: ...Easy MCS Multichannel Scaler and MCS 32 A73 B32 Software 931054C 1213 14 Intentionally blank...
Страница 77: ...931054C 1213 7 KEYBOARD FUNCTIONS 67 Fig 59 MCS 32 Keyboard and Keypad Accelerators...
Страница 98: ...Easy MCS Multichannel Scaler and MCS 32 A73 B32 Software 931054C 1213 88 Intentionally blank...
Страница 100: ...Easy MCS Multichannel Scaler and MCS 32 A73 B32 Software 931054C 1213 90 Intentionally blank...
Страница 108: ...Easy MCS Multichannel Scaler and MCS 32 A73 B32 Software 931054C 1213 98 Intentionally blank...
Страница 110: ...Easy MCS Multichannel Scaler and MCS 32 A73 B32 Software 931054C 1213 100 Intentionally blank...
Страница 114: ...Easy MCS Multichannel Scaler and MCS 32 A73 B32 Software 931054C 1213 104 Intentionally blank...
Страница 130: ...Easy MCS Multichannel Scaler and MCS 32 A73 B32 Software 931054C 1213 120 Intentionally blank...