
12
7.2.1
:*IDN?
First the length of the result is send back. After that the result, in this case
the version information of the Atlas engine, is send back. Example:
Write
:*IDN?
ASCII
CRLF
Read
Atlas_core
ASCII
CRLF
7.2.2
:*RST?
The settings of the Atlas engine are reset to the original settings of the
selected project. Example:
Write
:*RST?
ASCII CRLF
Read
Not Applicable
7.2.3
:SYSTem:INIT
Initialises all vabiables. Example:
Write
:SYSTem:INIT
ASCII CRLF
Read
Not Applicable
7.2.4
:SYSTem:EXIT
Initialises all vabiables. Example:
Write
:SYSTem:EXIT
ASCII CRLF
Read
Not Applicable
7.2.5
:SYSTem:CLOSe
Initialises all vabiables. Example:
Write
:SYSTem:CLOSe
ASCII CRLF
Read
Not Applicable
7.2.6
:SYSTem:VERSion?
Returns version number of engine. Example:
Write
:SYSTem:VERSion?
ASCII
CRLF
Read
1.01
ASCII
CRLF
The result can be seen in table below:
Device
Description
0
8MP RGB + spectrometer
1
8MP RGB + spectr flicker unit
2
For future use
7.2.7
:SYSTem:ERRor?
The last occurred error is send back. Example:
Write
:SYSTem:ERRor?
ASCII
CRLF
Read
3
ASCII
CRLF
An overview of the error list can be found in the Error handling chapter.
7.2.8
:SYSTem:ERRor:NEXT?
A previous occurred error can be retrieved. Example:
Write
:SYSTem:ERRor:NEXT?
ASCII
CRLF
Read
5
ASCII
CRLF
An overview of the error list can be found in the Error handling chapter.