reset counter AT#ZERO<id> <id> 1 : counter 1 (time/pulse) |
|
|
AT#ZERO1 reset pulse and time counters associated to channel 1 (P1, T1) |
SET PULSE COUNTER AT#CNT<id>=val <id> 1 : counter 1 (pulse) val +1...99999 : increment pulse counter by specified value -1...99999 : decrement pulse counter by specified value 1...99999 : set pulse counter to specific value |
|
|
AT#CNT1=+5 increment pulse counter P1 by 5 counts AT#CNT1=-7 decrement pulse counter P1 by 7 counts AT#CNT1=1234 set pulse counter P1 to 1234 counts |
clear log file AT#CLEARLOG |
|
|
AT#CLEARLOG delete all entries internal event memory (LOG) |
set threshold AT#THR<id>=act,val id P1 : pulse input 1 ratio act A : rising above value B : falling below value val -40...99999 : set threshold value |
|
|
AT#THRP1=B,9 set "falling below" threshold for ratio of pulse counter input 1 to 9 AT#THRP1=A,3300 set "rising above" threshold for ratio of pulse counter input 1 to 3000 |
CLOCK AT#CLOCK=time time AUTO : force clock setting (using web or network services) DD/MM/YY,hh:mm:ss : set date/time Weekday is calculated automatically by device. |
|
|
AT#CLOCK return current clock settings #CLOCK: 3,01/04/15,18:48:49 The first number is the weekday (0 : clock never adjusted AT#CLOCK=AUTO device will perform an automatic clock setting using the most reliable time provider (Web services or Cellular Network time) AT#CLOCK=21/03/14,12:00:00 set clock to specific date and time |