Last modified by Xiaoling on 2023/07/18 10:12

From version 261.22
edited by Xiaoling
on 2023/07/17 18:34
Change comment: There is no comment for this version
To version 261.21
edited by Xiaoling
on 2023/07/17 18:32
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -810,32 +810,32 @@
810 810  
811 811  
812 812  (((
813 -quando o dispositivo es no modo de alarme, ele verifica a temperatura do sensor embutido por um curto período de tempo. se a temperatura exceder a faixa pré-configurada, ele envia um uplink imediatamente.
813 +when the device is in alarm mode, it checks the built-in sensor temperature for a short time. if the temperature exceeds the preconfigured range, it sends an uplink immediately.
814 814  )))
815 815  
816 816  (((
817 -(% style="color:red" %)**Nota: o modo de alarme adiciona um pouco de consumo de energia, e recomendamos estender o tempo de leitura normal quando este recurso está ativado.**
817 +(% style="color:red" %)**Note: alarm mode adds a little power consumption, and we recommend extending the normal read time when this feature is enabled.**
818 818  
819 819  
820 -=== 2.7.1 MODO DE ALARMA (Desde v1.3.1 firmware) ===
820 +=== 2.7.1 ALARM MODE ( Since v1.3.1 firmware) ===
821 821  
822 822  
823 -**Alarme interno da temperatura GXHT30 (tempo de aquisição: fixado em um minuto)**
823 +**Internal GXHT30 temperature alarm(Acquisition time: fixed at one minute)**
824 824  
825 825  (((
826 826  (% class="box infomessage" %)
827 827  (((
828 -**AT+WMOD=3**:  Activar/desactivar o modo de alarme. (0: Desativado, 1: Alarme de temperatura ativado para sensor de temperatura a bordo)
828 +**AT+WMOD=3**:  Enable/disable alarm mode. (0: Disabled, 1: Enabled Temperature Alarm for onboard temperature sensor)
829 829  
830 -**AT+CITEMP=1**:  O intervalo entre a verificação da temperatura do alarme. (Em minutos)
830 +**AT+CITEMP=1**:  The interval between checking the alarm temperature. (In minutes)
831 831  
832 -**AT+ARTEMP**:  Obtém ou define a faixa de alarme do sensor de temperatura interno
832 +**AT+ARTEMP**:  Gets or sets the alarm range of the internal temperature sensor
833 833  
834 -(% _mstmutation="1" %)**AT+ARTEMP=? **(%%):  Obtém a faixa de alarme do sensor de temperatura interno(% style="display:none" %)
834 +(% _mstmutation="1" %)**AT+ARTEMP=? **(%%):  Gets the alarm range of the internal temperature sensor(% style="display:none" %)
835 835  
836 -**AT+ARTEMP=45,105**:  Defina a faixa interna do alarme do sensor de temperatura de 45 a 105.
836 +**AT+ARTEMP=45,105**:  Set the internal temperature sensor alarm range from 45 to 105.
837 837  
838 -**AT+LEDALARM=1** :       Activar o alarme visual LED.
838 +**AT+LEDALARM=1** :       Enable LED visual Alarm.
839 839  )))
840 840  )))
841 841