#6,type,N,name
1
,name
2
;
This function changes the name of the user filter from name
1
to name
2
. The function answers
in the format: #6;
#6,type,@,chn,L;
This function returns the names of the user filters, assigned to the channel chn consecutive TOTAL
values, in the following format: #6,type,chn,3,name
1
,name
2
,name
3
;
#6,type,@,chn,pos,?;
This function returns the description record of the user filter assigned to the pos TOTAL value
of channel chn in the following format: #6,type,@,chn,pos,name,avd,cal; (the description record contains:
the name of the filter, its type and the calibration coefficient).
#6,type,@,chn,pos,*;
This function recovers the predefined filter for the pos TOTAL value of channel chn and answers in the
following format: #6,type,@,chn,pos,name,avd,cal;
#6,type,@,chn,pos,name,avd,cal;
This function sets the description record of the user filter assigned to the pos TOTAL value
of channel chn in the following format: #6,type,@,chn,pos,name,avd,cal;
The returned parameters: name, avd and cal are set in the description record after the execution of the
function. In case of an error, they can differ from the current parameters of the function.
#9 function enables the user to write-in the data file into the internal Flash-disc memory.
The data file formats are given in Appendix B.
#9 function formats are defined as follows:
#9,FILE_TYPE,FILE_LENGTH,DATA the setup file
where:
FILE_TYPE 2 – setup file, 4 – current setup, 6 – alarm configuration file
FILE_LENGTH length of the file in bytes,
DATA binary content of the file.