M2MForums: Your Online Resource & Community for M2M Application Development  

Go Back   M2MForums: Your Online Resource & Community for M2M Application Development > Hardware > Enfora

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-11-2008, 12:12 PM
Junior Member
 
Join Date: Sep 2008
Posts: 10
Default How to chang the reporting interval on MT-ul

Hello fellow M2Mers, first time poster here.

I have not been able to change the default 3 minute reporting interval on the MT-ul unit.

Even if it due to WAKEUP=1,1, which makes the value of EVTIM4=60 (that is two minutes not three) , so I am confused where the 3 minute parameter is coming form (None of the other timers have any value assigned)

The Enfora's support came back with the following but that did not make a difference, any ideas would be greatly appreciated.

ENFORA's Tech Support (should be same for MT-G or MT-ul)

To change the reporting interval on the MT-G you will need to figure out which event group is triggering the interval report and then see which one of the 4 timers is configured for that group.

e.g.
AT$EVENT=10,1,12,1,1 //when timer 1 expires
AT$EVENT=10,3,40,10,326 //send message to remote server
AT$EVTIM1=180 //sets timer 1 to 3 minutes (180 seconds)

In the example above event group 10 is set up send a message (as configured in parameter 2 "326") whenever timer 1 expires every 3 minutes (180 seconds)

To change the report interval for event group #10 we would need to issue the following command to the modem:

AT$EVTIM1=900
AT&W

This will set the timer to expire every 15 minutes then send in a message as configured in parameter 2.
Reply With Quote
  #2 (permalink)  
Old 09-11-2008, 12:19 PM
Member
 
Join Date: Nov 2007
Posts: 39
Default

If you could post the results of an AT&V I can probably figure out what you need to do. Any default reporting config that is on there was probably set up by your distributor so I would need to see what it is, AT&V will show it.
Reply With Quote
  #3 (permalink)  
Old 09-11-2008, 02:16 PM
Junior Member
 
Join Date: Sep 2008
Posts: 10
Default hello

n thank u, please see below (some info has been edited for privacy:=)


E1 Q0 V1 X0 &C1 &D0 S0:000 S3:013 S4:010 S5:008 +CBST: 7,0,1 +FCLASS:0
+CRLP: 61,61,48,6 +CR:0 +CRC:0 +CMGF:1 +CSCS:"PCCP437" +CNMI:1,1,0,0,0
+ILRR:0 +IPR:115200 +CMEE:0 +CSMS:0,1,1,1 +CFUN:1 +CREG:0 +CGREG:0
+CLIP:0,2 +CAOC:1 +COPS:0,0 AT&T +CSNS:0 +CSSN:0,0 +CSDH:0 +CMUT:0
+COLP:0 +CPBS:"AD" +CGAUTO:3 +CGSMS:3 +CGEREP:0,0 +CGCLASS:"B"
+CSVM:0,"",129 +CGQREQ:1,0,0,0,0,0 +CGQMIN:1,0,0,0,0,0
+CGDCONT: 1,"IP","xxxxxxxx.net","",0,0
+IFC:2,2 +ICF:3 %CGAATT:0,1 %CGPPP:3 $AREG:2 $HOSTIF:1
$VGR: 22 $VGT: 7 $VLVL: 4 $VST: 0 $VSELECT: 1
$PADBLK: 512 $PADBS: 08 $PADCMD: 000b $PADDST: "xxx.xxx.xxx.xxx", 1721
$PADFWD: 0d $PADSRC: 0 $PADTO: 50 $UDPAPI: "xxx.xxx.xxx.xxx", 1721
$ACTIVE: 1 $CONNTO: 60 $IDLETO: 120 $GATEWAY:000.000.000.000
$MSCLS: 8 %SLEEP: 2 %CPI: 0 %CGREG: 0 $ACKTM: 0, 0, 0
$MDMID: "Little Rock C1" $MSGLOGEN: 0 $PKG: 46 $USRVAL: 0
$FRIEND: 01, 1, "010.xxx.xxx.036", 1721, 0
$FRIEND: 02, 1, "010.xxx.xxx.001", 1721, 0
$EVTIM1: 0, $EVTIM2: 600, $EVTIM3: 0, $EVTIM4: 60
$EVTIM5: 0, $EVTIM6: 0, $EVTIM7: 0, $EVTIM8: 0
$WAKEUP: 1, 1 $NETMON: 15, 1, 0, 0
$IOCFG: 11010001, $IOGPA: 11011111, $IOPULUP: 1, $IGNDBNC: 0
$GPSLCL: 0, 0, $GPSRTP: 0
$GEOFNC: Fence Radius Latitude Longitude
$EVENT: evgp evtyp evcat p1 p2
0A 1 11 1 1
0B 1 15 1 1
0C 2 11 1 1
0D 3 40 1 6
1A 0 27 1 1
1B 3 22 0 0
2A 0 27 0 0
2B 3 14 0 0
3A 0 9 2 4
3B 3 37 1 0
4A 0 9 5 5
4B 3 21 0 0
5A 0 9 0 0
5B 3 13 0 0
6A 0 9 1 1
6B 3 21 0 0
9A 0 0 1 1
9B 3 32 1 0
9C 3 41 911 4350
9D 3 0 0 0
64A 0 7 0 0
64B 3 42 15 4350
65A 0 7 1 1
65B 3 42 20 4350

OK
Reply With Quote
  #4 (permalink)  
Old 09-11-2008, 03:14 PM
Member
 
Join Date: Nov 2007
Posts: 39
Default

What is being reported every 3 minutes? Is it a wakeup packet via UDP? I do not see anything in the configuration that would make it report anything else, and it should report that every 60 seconds.
Reply With Quote
  #5 (permalink)  
Old 09-11-2008, 04:23 PM
Junior Member
 
Join Date: Sep 2008
Posts: 10
Default

We get one GPS position report every three minutes

The wakeup just makes the device report a "keep alive" 22kb message very 60 seconds.

Someone I just spoke with stated to use the following, except that it requires us to modify the backend service so that the new ID can be interpreted (25)

e.g.

10,1,12,1,1 (use times 1)
10,3,40,25,4350 (25 is the unique ID)
EVTIM1=600 (report every 10 minutes)
Reply With Quote
  #6 (permalink)  
Old 09-11-2008, 07:40 PM
Member
 
Join Date: Nov 2007
Posts: 39
Default

That looks correct, but since there is not something similar configured now, I don't understand what is triggering your reports currently.
Reply With Quote
  #7 (permalink)  
Old 09-15-2008, 11:03 AM
Junior Member
 
Join Date: Sep 2008
Posts: 10
Default

Yes I am confused too, I wanted to find the parameter that triggers the message every 180 seconds, I suspect now that it might be a function of the firmware, so that if no event is programmed with an interval, it sends it in every 3 minutes.
I wish this was somewhere in documentation. The challenge now is to modify the backend service so that the new unique message ID can be programmed.
Reply With Quote
  #8 (permalink)  
Old 12-28-2008, 06:02 AM
Member
 
Join Date: Dec 2008
Posts: 89
Default Experts said that the Ministry of Education

Experts said that the Ministry of Education planning of next year, using the integrity of the record "was not taking back" the candidates to act a certain limit. "There have been previous year colleges and universities by voluntary admission but does not report to school records," will be made available to colleges and universities as an assessment of whether or not an admission of candidates based on. In other words, if the candidates were included in the "black list" College students can not Tuidang good faith on the ground. Yangzhou City, Jiangsu Education Examination Yuan staff members said that the establishment of such a file integrity is essential, "not the students planned to newspapers that colleges and universities will bring a lot of trouble, such as the original plan was to disrupt good teaching, student management Need to be ___________WholesaleChina WholesaleWholesale CentralBuy Wholesale ProductsChinese Wholesaler
__________________
china Wholesale
Reply With Quote
  #9 (permalink)  
Old 01-03-2009, 01:43 PM
Junior Member
 
Join Date: Dec 2008
Posts: 10
Default I am so glad I found your article! Great information!

I am so glad I found your article! Great information!______________________________________ _____________________________Guild Wars GoldEVE ISK EQ2 Gold
__________________
VGoldZone
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -6. The time now is 12:49 AM.


M2MForums.com Sponsored by Ublip

Search Engine Friendly URLs by vBSEO 3.2.0