Hi,
I´m working with Geoevent and the app GPS2IP, but I have a problem:
The app doesn’t updated the coordinates, due to the app always use the same coordinate (+27.5578,-122.778), although this coordinate is the EEUU but I’m in Colombia.
Any of you had this same problem?
The NMEA connector works perfectly, but Geoevent always get the same coordinate.
May you help me please?
Regards,
Lorena
$GPRMC,063815,A,3029.918,N,09032.527,W,0.00,217.3,060614,003.1,W*4F $GPRMC,063817,A,3029.918,N,09032.527,W,0.00,217.3,060614,003.1,W*4D $GPRMC,063819,A,3029.918,N,09032.527,W,0.00,217.3,060614,003.1,W*43 $GPRMC,063821,A,3029.918,N,09032.527,W,0.00,217.3,060614,003.1,W*48 $GPRMC,063823,A,3029.918,N,09032.527,W,0.00,217.3,060614,003.1,W*4A $GPRMC,063825,A,3029.918,N,09032.527,W,0.00,217.3,060614,003.1,W*4C $GPRMC,063827,A,3029.918,N,09032.527,W,0.00,217.3,060614,003.1,W*4E $GPRMC,063829,A,3029.918,N,09032.527,W,0.00,217.3,060614,003.1,W*40
if (data == null || data.length != 12) throw new ValidationException("NMEAGPRMC message data is invalid.");
geoEvent.setField(i++, toPoint(data[3], data[5], "N".equals(data[4]), "E".equals(data[6])));
$GPRMC,052037.0,A,3029.916471,N,09032.533741,W,0.0,,060614,,,A*5F $GPRMC,052038.0,A,3029.916472,N,09032.533740,W,0.0,,060614,,,A*52 $GPRMC,052039.0,A,3029.916458,N,09032.533756,W,0.0,,060614,,,A*5C $GPRMC,052040.0,A,3029.916448,N,09032.533767,W,0.0,,060614,,,A*51 $GPRMC,052041.0,A,3029.916448,N,09032.533767,W,0.0,,060614,,,A*50 $GPRMC,052042.0,A,3029.916448,N,09032.533767,W,0.0,,060614,,,A*53 $GPRMC,052043.0,A,3029.916448,N,09032.533767,W,0.0,,060614,,,A*52 $GPRMC,052044.0,A,3029.916448,N,09032.533767,W,0.0,,060614,,,A*55
Keith,NMEA adapter implements all three formats (GGA, RMC, and GLL). It appears that it interprets GGA messages correctly and for some reason fails on other two. We need to troubleshot this issue to find out what is going on. Source code for this adapter is available in our public GitHub repository. Please feel free to review it at 'https://github.com/Esri/nmea-for-geoevent' I will let you know when I have a fix for this issue.DeviceID is reported by the device as part of GeoEvent. If you would like to correlate this ID with vehicle ID you need to use a field enricher processor that will enrich geoevents with vehicle ID. Required mapping should be provided during field enricher configuration. If you need help setting that up please let me know. I can assist you with that.-Vlad.
Keith,Required mapping should be provided during field enricher configuration. If you need help setting that up please let me know. I can assist you with that.-Vlad.
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.