<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class=""><br class=""></div><div class="">The original implementation was to use this in vehicle modules that required GPS from the modem (and not from car CAN bus signals):</div><div class=""><br class=""></div><div class=""><blockquote style="margin: 0px 0px 0px 40px; border: none; padding: 0px;" class=""><div class="">MyEvents.SignalEvent("vehicle.require.gps", NULL);</div><div class="">MyEvents.SignalEvent("vehicle.require.gpstime", NULL);</div></blockquote><div class=""></div></div><div class=""><br class=""></div><div class="">There was also the ‘modem’ ‘enable.gps’ and ‘enable.gpstime’ configuration.</div><div class=""><br class=""></div><div class="">Reviewing the code now, I can’t see the implementation of this any more. We now seem to work solely from the ‘enable.gps’ and ‘enable.gpstime’ in the modem config.</div><div class=""><br class=""></div><div class="">Any objections / suggestions to putting this back? Perhaps with a RegisterGPS(bool) and RegisterGPSTime(bool) in the vehicle base class, then have simcom GsmNMEA check the config and current vehicle - with config overriding vehicle preferences?</div><div class=""><br class=""></div><div class="">Regards, Mark.</div><div class=""><br class=""></div></body></html>