![Aeroqual IQM 60 Скачать руководство пользователя страница 36](http://html.mh-extra.com/html/aeroqual/iqm-60/iqm-60_user-manual_2862868036.webp)
IQM 60 V5 Pump Revision October 2010
36
26 Delete a file in SD card command, 4 bytes followed by 15 bytes with file name:
MONITOR, AQM_ID, DELETE_A_FILE, CHECKSUM
* DELETE_A_FILE - 1 byte command to delete a file in data logging card.
Followed by 16 bytes stream with file name:
MONITOR, AQM_ID, DELETE_A_FILE, FILE_NAME, CHECKSUM
* FILE_NAME - 12 bytes ASCII code of a full file name.
26A. Acknowledge reply command to confirm the file delete operation was successful.
SENSOR, AQM_ID, DELETE_A_FILE, CHECKSUM
27. Set sensor conversion factors for display gas reading in unit of mg/m3.
This is 4 bytes command, followed by 73 bytes:
MONITOR, AQM_ID, SET_CONVERSION_FACTOR, CHECKSUM
MONITOR, AQM_ID, SENSOR_1, FACTOR_1, SENSOR_2, FACTOR_2, SENSOR_3, FACTOR_3,
SENSOR_4, FACTOR_4, SENSOR_5, FACTOR_5,
SENSOR_6, FACTOR_6, SENSOR_7, FACTOR_7, SENSOR_8, FACTOR_8, SENSOR_9,
FACTOR_9, SENSOR_10, FACTOR_10,
SENSOR_11, FACTOR_11, SENSOR_12, FACTOR_12, SENSOR_13, FACTOR_13, SENSOR_14,
FACTOR_14, CHECKSUM
* SET_CONVERSION_FACTOR - 1 byte command to set sensor conversion factors, refer section 2 for
its value.
* SENSOR_1 ~ SENSOR_14 - 1 byte Specified sensor type has been used for the monitor.
* FACTOR_1 ~ FACTOR_14 - 4 bytes floating point values.
27A. Acknowledge reply command for setting sensor conversion factors, 4 bytes:
SENSOR, AQM_ID, SET_CONVERSION_FACTOR, CHECKSUM
* SET_CONVERSION_FACTOR - 1 byte command to set sensor conversion factors, refer section 2 for
its value.
28. Get sensor module version information command 4 bytes:
MONITOR, AQM_ID, GET_SENSOR_VERSION, SENSOR_CODE
* GET_SESNOR_VERSION - 1 byte command to get sensor module version info, refer section 2 for its
value.
* SENSOR_CODE - 1 byte specific sensor code
29. Sensor module version info reply command 15 bytes:
SENSOR, AQM_ID, GET_SENSOR_VERSION, SENSOR_CODE, VERSION_NUM, DISP_TYPE,
NAME_LENGTH, NAME_ASCII, CHECKSUM
* GET_SESNOR_VERSION - 1 byte command to get sensor module version info, refer section 2 for its
value.
* SENSOR_CODE - 1 byte specific sensor code
* VERSION_NUM - 1 byte sensor version number scaled up by 10, so its real number is
VERSION_NUM/10.
* NAME_LENGTH - 1 byte specifies the sensor's name valid ASCII code length.
* NAME_ASCII - 7 byes ASCII code of sensor name, its valid length is specified by NAME_LENGTH.
************** Aeroqual internal use only (since V5.0) ************************************************
28*. Download a specific sensor calibration parameters command, 4 bytes .