<
From version < 21.2 >
edited by Xiaoling
on 2022/05/23 18:19
To version < 22.3 >
edited by Xiaoling
on 2022/05/23 18:26
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -330,11 +330,8 @@
330 330  
331 331  The AVI1 is also used for counting. AVI1 is used to monitor the voltage. It will check the voltage **every 60s**, if voltage is higher or lower than VOLMAX mV, the AVI1 Counting increase 1, so AVI1 counting can be used to measure a machine working hour.
332 332  
333 +[[image:image-20220523181903-8.png]]
333 333  
334 -(% border="1" style="background-color:#f7faff; width:601px" %)
335 -|(% style="width:111px" %)Size(bytes)|(% style="width:85px" %)4|(% style="width:130px" %)4|(% style="width:92px" %)1|(% style="width:94px" %)1|(% style="width:86px" %)1
336 -|(% style="width:111px" %)Value|(% style="width:85px" %)COUNT1|(% style="width:130px" %)AVI1 Counting|(% style="width:92px" %)DIDORO*|(% style="width:94px" %)Reserve|(% style="width:86px" %)MOD
337 -
338 338  (((
339 339  (% style="color:#4f81bd" %)**DIDORO **(%%)is a combination for RO1, RO2, DI3, DI2, DI1, DO3, DO2 and DO1. Totally 1bytes as below
340 340  )))
... ... @@ -345,80 +345,74 @@
345 345  * FIRST: Indicate this is the first packet after join network.
346 346  * DO is for reverse digital output. DOx=1: output low, DOx=0: high or float.
347 347  
348 -Note: DO3 is not valid for LT-22222-L.
345 +(% style="color:red" %)Note: DO3 is not valid for LT-22222-L.
349 349  
347 +**To use this mode, please run:**
350 350  
351 -To use this mode, please run:
349 +(% class="box infomessage" %)
350 +(((
351 +**AT+MOD=4**
352 +)))
352 352  
353 -AT+MOD=4
354 +(% class="box infomessage" %)
355 +(((
356 +**ATZ**
357 +)))
354 354  
355 -ATZ
356 356  
357 -
358 -
359 359  Other AT Commands for counting are similar to [[MOD2 Counting Command>>path:#COUNT_COMMAND]].
360 360  
361 -Plus below command for AVI1 Counting:
362 +**Plus below command for AVI1 Counting:**
362 362  
363 -AT+SETCNT=3,60   (set AVI Count to 60)
364 +(% class="box infomessage" %)
365 +(((
366 +**AT+SETCNT=3,60   (set AVI Count to 60)**
367 +)))
364 364  
365 -AT+VOLMAX=20000   (If AVI1 voltage higher than VOLMAX (20000mV =20v), counter increase 1)
369 +(% class="box infomessage" %)
370 +(((
371 +**AT+VOLMAX=20000   (If AVI1 voltage higher than VOLMAX (20000mV =20v), counter increase 1)**
372 +)))
366 366  
367 -AT+VOLMAX=20000,0   (If AVI1 voltage lower than VOLMAX (20000mV =20v), counter increase 1)
374 +(% class="box infomessage" %)
375 +(((
376 +**AT+VOLMAX=20000,0   (If AVI1 voltage lower than VOLMAX (20000mV =20v), counter increase 1)**
377 +)))
368 368  
369 -AT+VOLMAX=20000,1   (If AVI1 voltage higer than VOLMAX (20000mV =20v), counter increase 1)
379 +(% class="box infomessage" %)
380 +(((
381 +**AT+VOLMAX=20000,1   (If AVI1 voltage higer than VOLMAX (20000mV =20v), counter increase 1)**
382 +)))
370 370  
384 +=== 3.3.5 AT+MOD~=5, Single DI Counting + 2 x AVI + 1 x ACI ===
371 371  
372 -
373 -1.
374 -11.
375 -111. AT+MOD=5, Single DI Counting + 2 x AVI + 1 x ACI
376 -
377 -**LT33222-L**: This mode the DI3 is used as a counting pin.
378 -
379 379  **LT22222-L**: This mode the DI1 is used as a counting pin.
380 380  
388 +[[image:image-20220523182334-9.png]]
381 381  
382 -(% border="1" style="background-color:#f7faff" %)
383 -|Size(bytes)|2|2|2|2|1|1|1
384 -|Value|(((
385 -AVI1
390 +(((
391 +(% style="color:#4f81bd" %)**DIDORO**(%%) is a combination for RO1, RO2, DI3, DI2, DI1, DO3, DO2 and DO1. Totally 1bytes as below
392 +)))
386 386  
387 -voltage
388 -)))|(((
389 -AVI2
390 390  
391 -voltage
392 -)))|(((
393 -ACI1
394 -
395 -Current
396 -)))|COUNT1|DIDORO*|(((
397 -Reserve
398 -
399 -
400 -)))|MOD
401 -
402 -**DIDORO** is a combination for RO1, RO2, DI3, DI2, DI1, DO3, DO2 and DO1. Totally 1bytes as below
403 -
404 -(% border="1" style="background-color:#f7faff" %)
405 -|bit7|bit6|bit5|bit4|bit3|bit2|bit1|bit0
406 -|RO1|RO2|FIRST|Reserve|Reserve|DO3|DO2|DO1
407 -
408 408  * RO is for relay. ROx=1 : close,ROx=0 always open.
409 409  * FIRST: Indicate this is the first packet after join network.
410 410  * DO is for reverse digital output. DOx=1: output low, DOx=0: high or float.
411 411  
412 -Note: DO3 is not valid for LT-22222-L.
399 +(% style="color:red" %)Note: DO3 is not valid for LT-22222-L.
413 413  
401 +**To use this mode, please run:**
414 414  
415 -To use this mode, please run:
403 +(% class="box infomessage" %)
404 +(((
405 +**AT+MOD=5**
406 +)))
416 416  
417 -AT+MOD=5
408 +(% class="box infomessage" %)
409 +(((
410 +**ATZ**
411 +)))
418 418  
419 -ATZ
420 -
421 -
422 422  Other AT Commands for counting are similar to [[MOD2 Counting Command>>path:#COUNT_COMMAND]].
423 423  
424 424  
image-20220523182334-9.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +6.4 KB
Content
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0