Note: In the case of an error all these functions return the following sequence
of the characters: #6?;
A.8. FUNCTION #7 – SPECIAL CONTROL FUNCTIONS
Function #7 enables the user to perform special control functions. Some of them should be used with the
extreme care.
#7 function formats are defined as follows:
#7,CB;
This function clears the logger memory - all logger files will be deleted. The function returns #7,CB; This
function is not accepted while the instrument is in the RUN state.
#7,BF;
This function returns internal logger memory free space in the format:
#7,BF,ddddd; (ddddd - number of bytes in decimal format).
#7,BN;
This function returns the number of logger files created to the current time in the format: #7,BN,ddddd; (ddddd
- number of logger files in decimal format).
#7,RT;
This function returns current real time clock settings in the format:
#7,RT,hh,mm,ss,DD,MM,YYYY;
where hh:mm:ss denotes the time and DD/MM/YYYY gives the date.
#7,RT,hh,mm,ss,DD,MM,YYYY;
This function sets the current real time clock and returns the following sequence of characters: #7,RT;
#7,AS;
This function returns current real time and date settings for the AutoStart function in the format:
#7,AS,e,hh,mm,ss,DD; where e=1 if AutoStart function is switched ON or 0 if it is switched OFF, hh:mm:ss
gives the time and DD gives the day for the current date.
#7,AS,e,hh,mm,DD;
This function uses the given time and date settings for AutoStart function and returns the following sequence
of characters: #7,AS;
#7,DA;
This function deletes all files containing measurement results and instrument’s settings
from the internal flash memory. The function returns the following sequence of characters: #7,DA;