The following are common configuration parameter instructions: For the usage of configuration parameters, please refer to the article introduction of "Function Usage">>>"Configuration Tool"!

Configure audio and video encoding parameters

<VariCfgSec Action="DEVICE_SET"><stMainStream ucFD_VideoMode="0"   ucFD_VEncFormat="0" ucFD_AEncFormat="0"  ucFD_VolumeIn="15" ucFD_VolumeOut="15" ucFD_ExternalAHD="0">
<stVideoPara>
<VChn_0 ucFD_ChnValid="1" uiFD_ValidResBitFlag="52" ucFD_Resolution="6" ucFD_Quality="0" ucFD_FrameRate="25" ucFD_Gop="25" uiFD_BitRate="4096" uiFD_DisableAudio="0" uiFD_DisableVideo="0" ></VChn_0>
<VChn_1 ucFD_ChnValid="1" uiFD_ValidResBitFlag="52" ucFD_Resolution="6" ucFD_Quality="0" ucFD_FrameRate="25" ucFD_Gop="25" uiFD_BitRate="4096" uiFD_DisableAudio="0" uiFD_DisableVideo="0" ></VChn_1> <VChn_2 ucFD_ChnValid="1" uiFD_ValidResBitFlag="52" ucFD_Resolution="6" ucFD_Quality="0" ucFD_FrameRate="25" ucFD_Gop="25" uiFD_BitRate="4096" uiFD_DisableAudio="0" uiFD_DisableVideo="0" ></VChn_2> <VChn_3 ucFD_ChnValid="1" uiFD_ValidResBitFlag="52" ucFD_Resolution="6" ucFD_Quality="0" ucFD_FrameRate="25" ucFD_Gop="25" uiFD_BitRate="4096" uiFD_DisableAudio="0" uiFD_DisableVideo="0" ></VChn_3>
</stVideoPara></stMainStream></VariCfgSec>

Parameter Notes: ucFD_VideoMode: Video format (0 PAL, 1 NTFS) ucFD_VEncFormat: Video encoding technology (1 HH265, 0 H264 encoding technology) ucFD_AEncFormat: Audio encoding format (0 G726, 1 G711A, 2 G711u, 3 PCM, 4 AAC) ucFD_VolumeIn: Video input volume (range 0-18 from small to large sound 0 mute) ucFD_VolumeOut: Video output volume (range 0-18 from small to large sound 0 mute) ucFD_ExternalAHD: 0 - Disable external camera expansion, 1 - Expand one channel, 2 - Expand two channels (M18 20 25HV models) VChn_0: Configure the first camera channel parameters (VChn_1 second channel, VChn_2 third channel, VChn_3 fourth channel); ucFD_Resolution: Image resolution (4=D1, 5=720P, 6=1080P); ucFD_FrameRate: Frame rate, default 25 frames; uiFD_BitRate: Bit rate; uiFD_DisableAudio: Audio encoding switch (0 on, 1 off) uiFD_DisableVideo: Video encoding switch (0 on, 1 off)

Configure sub-stream parameters

<VariCfgSec Action="DEVICE_SET"><stSubStream  ucFD_FrameRate="25" uiFD_BitRate="512" /></VariCfgSec>

Parameter Notes: ucFD_FrameRate: frame rate; uiFD_BitRate: bit rate;

Configure power-on mode

<VariCfgSec Action="DEVICE_SET"><stPower ucPowerMode="0"/></VariCfgSec>

Parameter Notes: ucPowerMode="0" 0 is ACC mode, 1 is timing mode

Configure timing power-on mode

<VariCfgSec Action="DEVICE_SET"><stPower ucPowerMode="1"  uiTimingPOnTime="43200" uiTimingPOffTime="46800" />

Parameter Notes: uiTimingPOnTime: scheduled on time, in seconds; uiTimingPOffTime: scheduled off time, in seconds

Configure the ACC delay function (checkbox)

<VariCfgSec Action="DEVICE_SET"><stPower ucPOnDelayEnable="1"/></VariCfgSec>

Parameter Notes: ucPOnDelayEnable=1: Enable the delay function, 0 Disable

Configure the ACC delay time

<VariCfgSec Action="DEVICE_SET"><stPower usPOffDelayTime="500"/></VariCfgSec>

Parameter Notes: usPOffDelayTime="500": Delay 500, in minutes

Configure the device UI language

<VariCfgSec Action="DEVICE_SET"><stDisplay strLanguage="US"/></VariCfgSec>

Parameter Notes: strLanguage="US": English; "CN" Chinese

Configure GPS mode

<VariCfgSec Action="DEVICE_SET"><stBaseInfo ucFD_GpsMode="2" /></VariCfgSec>

Parameter Notes: ucFD_GpsMode="0" GPSBD mode; "1" GPS mode; "2" Beidou (BD) mode

Configure AHD and IPC mode switching

<VariCfgSec Action="DEVICE_SET"><stIpc ucFD_PureNVR ="1" /></VariCfgSec>

Parameter Notes: ucFD_PureNVR="1" Enable NVR mode; "0" AHD mode;

Configure IPC parameters

<VariCfgSec Action="DEVICE_SET"><stIpc ucFD_Enable="1" ucFD_IPCNum="4" strFD_User="admin" strFD_Pass="Admin123"><stChnIpc><Chn_0 uiFD_IP="" /><Chn_1 uiFD_IP="" /><Chn_2 uiFD_IP="" /><Chn_3 uiFD_IP="" /></stChnIpc></stIpc></VariCfgSec>

Parameter Notes: ucFD_Enable="1" means to enable the IPC function, and 0 means to disable the IPC function; ucFD_IPCNum="4" means to enable 4 IPC channels; strFD_User="admin" Indicates that the user name admin is used to access the IPC; strFD_Pass="Admin123" indicates that the password Admin123 is used to access the IPC; Chn_0 uiFD_IP="" Fill in the corresponding IPC IP address here, indicating that the image of the first IPC channel is configured, and so on

Configure to check the UI IPC checkbox

<VariCfgSec Action="DEVICE_SET"><stRecord ucFD_EnableIPC="1"/></VariCfgSec>

Parameter Note: ucFD_EnableIPC="1": Enable; "0" Disable

Configure recording mode

<VariCfgSec Action="DEVICE_SET"><stRecord ucFD_RecordMode="0"/></VariCfgSec>

Parameter Notes: ucFD_RecordMode="0"Power-on recording"; 1"Alarm recording; "2"Timed recording; "3"Manual recording

Configure video encoding

<VariCfgSec Action="DEVICE_SET"><stMainStream ucFD_VEncFormat="0"/></VariCfgSec>

Parameter Notes: ucFD_VEncFormat="0"H.264 encoding; "1"H.265

Configure SD card usage

<VariCfgSec Action="DEVICE_SET"><stRecord ucFD_SDUsage="3"/></VariCfgSec>

Parameter Notes: ucFD_SDUsage="3" mirror recording; "0" no recording; "1" loop recording; "2" missing recording;

Configure timed snapshot

<VariCfgSec Action="DEVICE_SET"><stSnap ucFD_SaveDays="7" ucFD_MultiSnapEnable="0" uiFD_Interval="300" ucFD_SnapCount="1" /></VariCfgSec>

Parameter Notes: ucFD_SaveDays="7" number of days to save the captured images; ucFD_MultiSnapEnable="0" do not enable timed snapshot; "1" enable timed snapshot; uiFD_Interval="300" snapshot interval 300 seconds;

Configure Gsensor

<VariCfgSec Action="DEVICE_SET"><stOSD ucFD_GSensorEnable="1" /></VariCfgSec>

Parameter Notes: ucFD_GSensorEnable="1" turns on Gsensor; "0" turns it off;

Configure USB mode (old models)

<VariCfgSec Action="DEVICE_SET"><stRecord ucFD_UsbUsage="1" /></VariCfgSec>

Parameter Note: ucFD_UsbUsage="1" ADAS mode; "0" USB mode;

Configure to enable safety assistance function (old models)

<VariCfgSec Action="DEVICE_SET"><stNetWorkMode ucFD_EnableJSIASS="1"></VariCfgSec>

Configure to enable the helmet alarm upload function (old models)

<VariCfgSec Action="DEVICE_SET"><stNetWorkMode usFD_ExtFunBitFlag="1" ></VariCfgSec>

Configure to enable the face recognition function

<VariCfgSec Action="DEVICE_SET"><stIpc ucFD_Enable="1" usFD_FuncMode="1" ></VariCfgSec>

Parameter Notes: usFD_FuncMode="1" turns on face recognition; "0" turns it off;

Configure M91A to turn on the illegal area intrusion detection function

<VariCfgSec Action="DEVICE_SET"><stIpc ucFD_Enable="1" usFD_FuncMode="2" ></VariCfgSec>

Configure M91A face recognition alarm time

<VariCfgSec Action="DEVICE_SET"><stIpc><stFunTPeriod><TPeriod_0 ucFD_Valid="1" strFD_Wday="1111111" strFD_StartT="00:00:00" strFD_EndT="23:59:59" /></stFunTPeriod></stIpc></VariCfgSec>

This configuration parameter is always recognized and alarmed by default

Configure OSD overlay channel name

<VariCfgSec Action="DEVICE_SET"><stChnOSD><stChnOSDPara><VChn_0 strFD_ChnName="Indoor" /><VChn_1 strFD_ChnName="Outdoor" /><VChn_2 strFD_ChnName="Front" /><VChn_3 strFD_ChnName="Back" /><VChn_4 strFD_ChnName="Left" /><VChn_5 strFD_ChnName="Right" /><VChn_6 strFD_ChnName="Front right"  /><VChn_7 strFD_ChnName="Front left" /></stChnOSDPara></stChnOSD></VariCfgSec>

Parameter Notes: VChn_0 strFD_ChnName="Indoor": Change the name of the first channel to "Indoor"; VChn_1 the second channel and so on.

Configure sub-stream recording bit rate and frame rate

<VariCfgSec Action="DEVICE_SET"><stSubStream  ucFD_FrameRate="25" uiFD_BitRate="512" /></VariCfgSec>

Parameter Notes: ucFD_FrameRate="25": Frame rate is 25, ≤25; uiFD_BitRate="512": Bit rate is 512

Configure clearing recording

<VariCfgSec Action="DELETE_RECORD"><stDeleteReocrd DiskNo="1"></VariCfgSec>

Parameter Notes: DiskNo="0": the first disk position; "1" the second disk position, for example, M51HV hard disk + SD card machine, 0 clears the hard disk recording, 1 clears the SD card recording

Configure formatting storage

<VariCfgSec Action="DEVICE_SET"><stBaseInfo ucFD_DiskFormatFlag="3" /></VariCfgSec>

Parameter Notes: ucFD_DiskFormatFlag="3" format both the first and second disk positions; "1" format the first disk position; "2" format the second disk position; "4" format the third disk position, for example, M51HV hard disk + SD card machine, 1 format the hard disk, 2 format the SD card, 3 format the hard disk and SD card

Configure the channel to continue recording after ACC is closed

<VariCfgSec Action="DEVICE_SET"><stPower uiAccOffStopRecCh="15"/></VariCfgSec>

Parameter Notes: uiAccOffStopRecCh="15": Close channels 1-4; "0" opens all channels

Configure remote restart

<VariCfgSec Action="DEVICE_REBOOT"></VariCfgSec>

Configure EC20 module to support TTS broadcast

<VariCfgSec Action="DEVICE_SET"><stMobileGNet ucFD_EnableTTS="1"></VariCfgSec>

Configure control not to record when video is lost

<VariCfgSec Action="DEVICE_SET"><stRecord uiFD_VLossDisableRecord="1"/></VariCfgSec>

Configure the pre-allocated size of the hard disk video file

<VariCfgSec Action="DEVICE_SET"><stBaseInfo usFD_HDAllocateFileSize="512" /></VariCfgSec>

Parameter Notes: usFD_HDAllocateFileSize="512": Divide the .cv1 video file size into 512M. After sending this parameter, you also need to send the formatting parameter or remote control the formatting action in the menu. After completion, restart the device to automatically execute Parameter filling is recommended to follow the computer binary conversion rule, that is, calculate the size by the power of 2, for example: 2^6=64, 2^7=128, 2^9=512.

Configure the pre-allocated size of the SD card video file

<VariCfgSec Action="DEVICE_SET"><stBaseInfo usFD_PreAllocateFileSize="128"></stBaseInfo></VariCfgSec>

Parameter Notes: usFD_PreAllocateFileSize="128": The size of the .cv1 video file is 128M, and the minimum size is 64M. After sending this parameter, you also need to send the formatting parameter or remote control the formatting action in the menu. After completion, restart the device to automatically execute; Parameter filling is recommended to follow the computer binary conversion rule, that is, the power of 2 to calculate the size, for example: 2^6=64, 2^7=128, 2^9=512.

Configure the alarm capture image resolution

<VariCfgSec Action="DEVICE_SET"><stSnap ucFD_SnapSubResolution="0" /></VariCfgSec>

Parameter Notes: ucFD_SnapSubResolution="0" Default;"1"960H;"2"720p;"3"1080P

Configure video overlay time format

<VariCfgSec Action="DEVICE_SET"><stBaseInfo ucFD_DateStyle ="0"></VariCfgSec>

Parameter Note: ucFD_DateStyle ="0": Format YYYY/MM/DD (year/month/day);"1" DD/MM/YYYY;"2"/MM/DD/YYYY

Configure to enable chip temperature reporting platform

<VariCfgSec Action="DEVICE_SET"><stBaseInfo usFD_Customize="4096"></stBaseInfo></VariCfgSec>

Configure to manually enable or disable recording

<VariCfgSec Action="DEVICE_CTRL"><funRecord Enable="1"></VariCfgSec>

Parameter Notes: Enable="1" turns on recording; "0" turns off recording

Configure PAL+NTSC hybrid format

<VariCfgSec Action="DEVICE_SET"><stMainStream ucFD_HybirdPalNtsc="1" uiFD_VideoMode="3"></stMainStream></VariCfgSec>

Parameter Notes: When ucFD_HybirdPalNtsc="1", the camera supports NTSC and PAL hybrid connection, the original ucFD_VideoMode parameter is invalid, and the uiFD_VideoMode parameter is effective: uiFD_VideoMode=0 PAL format; =1 NTSC format; =3 CH1 2-channel NTSC format CH3 4..PAL format; =12 CH1 2 channels PAL format CH3 4 NTSC format; When ucFD_HybirdPalNtsc="0", the camera does not support NTSC and PAL mixing, the original ucFD_VideoMode parameters are effective, 0-PAL, 1-NTSC

Configure deleting audio files

<Control><CmdType>DelAudioFiles</CmdType><SN>11</SN><Param>call_mode.g711a</Param></Control>

Parameter Notes: call_mode.g711a Delete this "call_mode.g711a" audio file

Configure the length of the alarm recording before and after

<VariCfgSec Action="DEVICE_SET"><stRecord uiFD_PreRecordTime="5" uiFD_AlarmRecordTime="10" ><VariCfgSec>

Parameter Notes: uiFD_PreRecordTime="5": ​​Pre-recording time 5 seconds; uiFD_AlarmRecordTime="10": Delayed recording time 10 seconds

Configure GPS reporting interval

<VariCfgSec Action="DEVICE_SET"><stNetWorkMode  usFD_GPSInterval="5" /></VariCfgSec>

Parameter Note: usFD_GPSInterval="5" reporting interval 5 seconds

Configure registration CMSV7 platform

<VariCfgSec Action="DEVICE_SET"><stBaseInfo strFD_DeviceNo="111111"/> <stCMS ucFD_AddressType="0" uiFD_IP="" strFD_Domain="" usFD_Port="6608" /></VariCfgSec>

Parameter Notes: strFD_DeviceNo="111111":Device number; ucFD_AddressType="0":Connection type IP registration;"1"Domain name registration; uiFD_IP="":Registered IP address; strFD_Domain="hy.ent.cn":Registered domain name address; usFD_Port="6608":Registered port

Configure the capacity of the second partition

<VariCfgSec Action="DEVICE_SET"><stBaseInfo ucFD_DiskFormatFlag="3" usFD_SizeOf2ndPart="5" /></VariCfgSec>

Parameter Notes: ucFD_DiskFormatFlag="3"Format both the first and second disk positions;"1"Format the first disk position;"2"Format the second disk position;"4"Format the third disk position; usFD_SizeOf2ndPart="5" The second partition of the formatted disk is divided into 5G capacity

Configure the command to control the sensor out output high level

<Control><CmdType>OutputControl</CmdType><SN>11</SN><OutputIndex>0</OutputIndex><Status>OFF</Status></Control>

Parameter Note: ON output 12V high level; OFF turn off output

Configure IO alarm linkage

<VariCfgSec Action="DEVICE_SET"><stAlarmLinkage><stAlarmLinkageItem>
<AlarmLinkageItem_0  usAlarmRecordCh="1" usAlarmSendCh="1" usAlarmSnapCh="1" usViewChnNo="1" ></AlarmLinkageItem_0>
<AlarmLinkageItem_1  usAlarmRecordCh="1" usAlarmSendCh="1" usAlarmSnapCh="1" usViewChnNo="1" ></AlarmLinkageItem_1>
<AlarmLinkageItem_2  usAlarmRecordCh="1" usAlarmSendCh="1" usAlarmSnapCh="1" usViewChnNo="1" ></AlarmLinkageItem_2>
<AlarmLinkageItem_3  usAlarmRecordCh="1" usAlarmSendCh="1" usAlarmSnapCh="1" usViewChnNo="1" ></AlarmLinkageItem_3>
</stAlarmLinkageItem></stAlarmLinkage></VariCfgSec>

Parameter Notes: AlarmLinkageItem_0=IO1; _1=io2; _2=io3; _3=io4; usAlarmRecordCh="1":Linkage alarm recording channel 1; RecordCh="2":2 channel; RecordCh="4":3 channel; RecordCh="8": 4 channels; usAlarmSendCh="1": Linkage alarm video upload 1 channel; SendCh="2": 2 channels; SendCh="4": 3 channels; SendCh="8": 4 channels; usAlarmSnapCh="1": Linkage snapshot image 1 channel; SnapCh="2": 2 channels; SnapCh="4": 3 channels; SnapCh="8": 4 channels; usViewChnNo="1": Local display screen zoom 1 window channel; ChnNo="2": 2 channels; ChnNo="4": 3 channels; ChnNo="8": 4 channels

Configure IO alarm input

<VariCfgSec Action="DEVICE_SET"><stAlarmIn StartChn="0"><stAlarmInIO>
<AlarmIO_0 ucIOEnable="0" ucIOLevel="1" ucIOFunc="0" />
<AlarmIO_1 ucIOEnable="0" ucIOLevel="1" ucIOFunc="1" />
<AlarmIO_2 ucIOEnable="0" ucIOLevel="1" ucIOFunc="2" />
<AlarmIO_3 ucIOEnable="0" ucIOLevel="1" ucIOFunc="3" />
</stAlarmInIO></stAlarmIn></VariCfgSec>

Parameter Notes: AlarmIO_0=in1 alarm input; _1=in2; _2=3; _3=in4; ucIOEnable="0":"1" turn on function; "0" turn off; ucIOFunc="0": function name "turn left"; "1" turn right; 2 brake; "3" open door, and so on, refer to the UI interface menu order

Configure local (wired) network

<VariCfgSec Action="DEVICE_SET"><stLocalEth0 uiFD_LocalIp="192.168.1.200" uiFD_NetMask="255.255.255.0" uiFD_GateWay="192.168.1.1" strFD_Mac="00-12-34-56-78-20" /></VariCfgSec>

Parameter Notes: uiFD_LocalIp="IP address";uiFD_NetMask="Subnet mask";uiFD_GateWay="Gateway";strFD_Mac="MAC address"

Configure AP hotspot name and password

<VariCfgSec Action="DEVICE_SET"><stWifiAp strFD_SSID="MIFI_9120101" strFD_Passwd="123456789"/></VariCfgSec>

Parameter Notes: strFD_SSID="AP hotspot name"; strFD_Passwd="AP hotspot password"

Configure WIFI network

<VariCfgSec Action="DEVICE_SET"><stWifi ucFD_WorkMode="1" strFD_SSID="RD_TEST" strFD_Passwd="707953684" ucFD_AuthMode="2" ucFD_CryptType="1" ucFD_DhcpEnableFlag="1"  uiFD_IP="0.0.0.0 " uiFD_GateWay="0.0.0.0" uiFD_NetMask="255.255.255.0" uiFD_DNS="0.0.0.0"/></VariCfgSec>

Parameter Notes: ucFD_WorkMode=1-STA mode, 2-AP mode; strFD_SSID="WIFI SSID "(WiFi name); strFD_Passwd="Password "(WiFi password); ucFD_AuthMode (Authentication mode): =0 (WEP mode) =1 (WPA-PSK mode) = 2 (WPA2-PSK mode) =100 (open mode without password) ucFD_CryptType (Encryption type): When the authentication mode is "WEP" =0 (ASCII encryption) =1 (hexadecimal encryption); when the authentication method is "WPA/WPA2" = 0 (TKIP encryption) = 1 (AES encryption); ucFD_DhcpEnableFlag = 0 (fixed IP address acquisition method) = 1 (DHCP automatic acquisition method); uiFD_IP = 192.168.1.200 (fixed IP address); uiFD_GateWay = 192.168.1.1 (fixed WiFi gateway); uiFD_NetMask = 255.255.255.0 (fixed subnet mask); uiFD_DNS = 114.114.114.114 (fixed domain name resolution address)

Configure switching network mode

<VariCfgSec Action="DEVICE_SET"><stNetWorkMode ucFD_NetType="0"/></VariCfgSec>

Parameter Notes: ucFD_NetType="0": 4G mode; "1" wifi mode; "2" 4G+WIFI mode; "3" wired mode

Register TTX private platform

<VariCfgSec Action="DEVICE_SET"><stBaseInfo strFD_DeviceNo="111111"/> <stCMS ucFD_AddressType="0" uiFD_IP="" strFD_Domain="" usFD_Port="6608" /></VariCfgSec>

Parameter notes: strFD_DeviceNo="Device number"; ucFD_AddressType="0" IP registration, = "1" domain name registration; uiFD_IP="IP address"; strFD_Domain="Domain name address"; usFD_Port="Registration port"

Configuring Time Zone and Daylight Saving Time

<VariCfgSec Action="DEVICE_SET"><stBaseInfo ucFD_TimeZone="15" ucFD_TZAdjust="0" ucFD_GpsSTFlag="1" ucFD_DstEnable="1" usFD_DstAdjust="4" ucFD_DstFromMon="2" ucFD_DstFromDay="3" ucFD_DstFromWeekday="0" ucFD_DstFromHour="1" ucFD_DstToMon="9" ucFD_DstToDay="4" ucFD_DstToWeekday="0" ucFD_DstToHour="2" /></VariCfgSec>

Parameter comments: ucFD_TimeZone="15" 0-24 = -12 -- +12 ucFD_TZAdjust="0,15,30,45" Time zone offsets: 00, 15, 35, 45 ucFD_DstEnable=1 Enable Daylight Saving Time ucFD_GpsSTFlag=1 Automatic time synchronization usFD_DstAdjust=0,1,2,3,4 Daylight Saving Time adjustment in hours and minutes: 00, 15, 30, 45, 60 ucFD_DstFromMon=0-11 Month when daylight saving time begins (Jan–Dec, 0–12) ucFD_DstFromDay=0,1,2,3,4 Which Sunday of the month daylight saving time begins: 1st, 2nd, 3rd, 4th, or last (corresponding to the 1st, 2nd, 3rd, 4th, or last week, respectively). ucFD_DstFromWeekday=“0” Day of the week in the starting month: 0: Sunday, 1: Monday, 2: Tuesday, 3: Wednesday, 4: Thursday, 5: Friday, 6: Saturday ucFD_DstFromHour="0" Specific hour when Daylight Saving Time begins: 0–23 ucFD_DstToMon=0-11 Month when daylight saving time ends (Jan–Dec; 0–12) ucFD_DstToDay=0,1,2,3,4 Which Sunday of the month daylight saving time ends on: 1st, 2nd, 3rd, 4th, and last correspond to the 1st, 2nd, 3rd, 4th, and last weeks, respectively. ucFD_DstToWeekday=“0” Day of the week in the ending month: 0: Sunday, 1: Monday, 2: Tuesday, 3: Wednesday, 4: Thursday, 5: Friday, 6: Saturday ucFD_DstToHour="0" Specific hour when daylight saving time ends: 0–23

MDVR Temperature Alarm Configuration

<VariCfgSec Action="DEVICE_SET"><stTempAlarm><stTempAlarmPara><Temp_0 ucFD_TempType="0" ucFD_LowTempEnable="1" fFD_LowTemp="30" ucFD_HighTempEnable="1" fFD_HighTemp="35" /></stTempAlarmPara></stTempAlarm></VariCfgSec>

Parameter Notes: ucFD_LowTempEnable=”1” Low-temperature enable: 1 = On, 0 = Off fFD_LowTemp=”25” Low-temperature threshold: 25° ucFD_HighTempEnable=”1” High-temperature enable: 1 = On, 0 = Off fFD_HighTemp=”30.000000” High-temperature threshold: 30° Rule Description: Set the high-temperature alarm to 10°C. An alarm triggers once when the temperature reaches 10°, and triggers again when the temperature rises by 0.5°, continuing in this manner. The same applies to the low-temperature alarm. The “Alarm Start Time” is the time the alarm is triggered, and the “Alarm End Time” is the time the alarm is cleared. The alarm ends when the temperature remains below 10° for the specified duration.