![ANTZER TECH CO RIFA-M Скачать руководство пользователя страница 24](http://html.mh-extra.com/html/antzer-tech-co/rifa-m/rifa-m_user-manual_2948415024.webp)
© 2022 ANTZER TECH CO., LTD.
23
//Car(Engine) Power Low Event: set the parameters of car power low event code
AT+MPWLW, <Enable>,< Power Low Voltage>,<Duration>
<Enable>: 0 disable, 1 enable
< Power Low Voltage>: 110 volt (Minimum unit is 0.1 volt) 110 = 11.0 volt
<Duration>: 2 sec (minimum unit is 1sec)
//Backup Battery Low Event (hardcoded) :the parameters of RIFA-M battery power low
event code
Default low volt is 3.5 volt, duration is 20 sec,
This function Enable/Disable is following AT+MPWLW
//Heading Change Event: set the parameters of car heading change event code
AT+HDCG, <Enable>,< Degrees>,<Sampling Time>
<Enable>: 0 disable, 1 enable
< Degrees>: Default 45 deg. (Range is from 0 to 359)
<Sampling Time>: Default is 2 sec (minimum unit is 1sec)
//Impact Event: set the parameters of impact event code
AT+IMPT, <Enable>,<Impact Threshold>,<Debounce Delay>
<Enable>: 0 disable, 1 enable
<Impact Threshold>: Default 2000mg (Range is from 1000 to 2000mg)
<Debounce Delay>: Debounce time delay in second for the first impact detection
to the next detection. Default 2 sec
//Motion Event: set the parameters of motion event code
AT+ MTON, <Enable>,<Motion Threshold>,<Debounce delay>
<Enable>: 0 disable, 1 enable
<Motion Threshold>: Default is 100 mg, Range is from 30 to 2000mg.
<Debounce delay>: Default is 5 sec (minimum unit is 1 sec)
Example:
Write:AT+MTON,1,100,5
Means: enable motion event of threshold 100mg and debounce delay 5 secs