436-0100-01-10, Rev. 200 Duo User Guide
Information on this page is subject to change without notice
Instruction body format:
Struct {
Uint8_t u8 TempUnit ; // temperature unit, 0- ° C, 1 ° F
BOOL bSpotMeter; // measurement points enabled, 0- closed, 1- opening
Uiss8_t u8 Emissivity ; // emissivity, range 50 to 100
Int8_t s8 AirTemp; // Atmospheric temperature, range from -50 to 127
U8 uint8_t SkyCond; // sky conditions, see SKY_CONDITION defined
U8 uint8_t Humidity viewer ; // humidity range of 0 to 100
Uint16_t u16 SubjectDistance ; // target distance, range 0 ~ 2000 meter
};
SKY_CONDITION Definition:
Typedef enum {
CLEAR_SKIES = 0,
SCATTERED_SKIES = 25,
CLOUDY_SKIES = 75,
} SKY_CONDITION;
CRC Description :
In CSP-TCP applications, the CRC is ignored