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

Summary

Details

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