GPS Synchronization

Hi All,
I am curious whether any routers or network devices synchronize with each other using GPS precise timing.  I know certain wireless cell phone networks utilize GPS for synchronization, but I am wondering if the same applies to wired networks (both ethernet and fiber). I say synchronization am referring to the router's internal clock/oscillator, not time-of-day.  All information is appreciated!
-Marc

Hi All,
I am curious
whether any routers or network devices synchronize with each other using
GPS precise timing.  I know certain wireless cell phone networks
utilize GPS for synchronization, but I am wondering if the same applies
to wired networks (both ethernet and fiber). I say synchronization am
referring to the router's internal clock/oscillator, not time-of-day. 
All information is appreciated!-Marc
Hi Marc,
As of today, two main solutions for real time clock synchronization:
– Router synchronized with a server using Network Time Protocol (NTP).
– Router synchronized directly with an external reference clock.
Before you buy a GPS clock for your router, make sure that Cisco supports the GPS product and that your router has the capability to obtain timing information from it?only certain routers support this feature. If your router does not support this feature, you need some other device to use as a master time reference. Most UNIX and Windows server products support external GPS devices.
If you have the Trimble GPS clock and are attaching it to the auxiliary port of a 7200 router, you need to configure the following on your router:
Router(config)# line aux 0
Router(config-line)# ntp refclock trimble pps none stratum 1
The ntp refclock command tells the 7200 that it has a Trimble GPS clock attached. The pps parameter indicates the type of pulse-per-second reference support: In the case of Trimble, this is set to none. Because this is probably the root time source for your network, you define the time source as a stratum service level of 1.
Hope to Help !!
Ganesh.H
Remember to rate the helpful post

Similar Messages

  • GPS synchroniz​ation algorithm

    Dear colleagues,
    I kindly ask for a help from experienced programmers,
    thank you in advance.
    I work in the Earthquake Research Center in Japan, we are doing
    continuous observation (more then year term) of various geophysical
    parameters. In our research it is extremely important to have
    synchronized measurements in different places of observation. To do
    so, we need to use GPS (General Positioning System) time signals,
    witch is highly synchronized with UTC time. Moreover, sampling
    frequencies we used are rather high, around 50...10 Hz for different
    equipment.
    We use several (about 10) boards AT-MIO-16XE-50 and we meet big
    problem: how to program (we using NI-DAQ driver with Microsoft C++)
    continuous measurement of many chann
    els with 85Hz frequency ?
    Here is in details:
    we need to measure 3 differential channels with high time accuracy, to
    have same length files for all days in year. I can use SCAN_Setup and
    SCAN_Start functions, programmed for 85 times of acquiring signal. But
    how to run SCAN_Start function exact after arriving of impulse from GPS ?
    There is no callback function for this, and I cannot use continuous
    checking, because of data transfer by internet, remote controlling of
    a machine, saving large volumes of information to disk and overloading
    of machine as a result.
    Please, copy your answer to my mail: [email protected]
    Thank you in advance,
    Pavel Maltsev,
    program designer

    Alright, I believe I have a solution that will probably work for you in most cases. Check the attached example and word document for more information. There are some issues with this solution that you may or may not be able to work around.
    I hope this helps!
    gus....
    Attachments:
    Meas_GPS_Time_with_PPS_and__2_Ctrs.vi ‏107 KB
    M_Series_GPS_Measurement_Connections.doc ‏109 KB

  • Synchroniz​e 2 PXI Systems through GPS using PXI 6552

    I want to synchronize two PXI systems separated by a distance of 5kms through GPS.
    PXI 6682 is a timing and synchronization card which can be used to achieve this. I also have a requirement to use PXI 6552 HSDIO in my application. Few channels in PXI 6552 are free. So i want to know if it is possible to achieve GPS Synchronization of the two PXI systems using PXI 6552.
    Regards,
    Sundar Ganesh

    Hi Ryan,
    This is a system configuration which i am doing for a requirement. The requirement is RF Generation in one PXI system and RF Acquisition in another PXI system separated by a distance of 2kms. The applications that will be running at both these PXI systems may be started at different times. So i am thinking of using a PXI card in both the chassis to synchronize them through GPS.
    Regarding this, i have already contacted the local NI FSE and together with him only we have decided to go ahead with PXI 6552 for GPS Synchronization. But i started doubting the usage of 6552 for GPS synchronization when i couldnt see the card in the list of Timing and Synchronization cards.
    I have attached a schematic of the configuration. Let me know which PXI card should be used for synchronising these two systems.
    Regards,
    Sundar
    Attachments:
    PXI Configuration.JPG ‏21 KB

  • How to synchronize the system time/date of a PXI controller with a GPS or time server?

    Using a PXI system with a NI-PXI 8196 controller and LabVIEW RTOS, I am  searching for a solution to set or reset the on board timeclock of the controller trough a external signal like a GPS or a time server (ntp).
    Do an easy way exist to do this?
    Any response will be greatly appreciated.
    Philippe D.

    Hello Philippe,
    combining those examples should resolve your request:
    http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=DB0882E37369122DE034080020E74861&p_...
    and
    http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=EE349DC00D8D5E08E0340003BA7CCD71&p_...
    or
    http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=B45EACE3E23356A4E034080020E74861&p_...
    Hope this helps,
    Regards Thomas Bl.

  • Synchronization HP t5335z Thin Client and USB GPS trip recorder

    Can't connect USB GPS trip recorder to my terminal server through HP t5335z Thin Client. Any suggestions?

    Hello Tony-CCS,
    Your system is one of our business units.
    Your question may be better answered on our business forums.
    Here is a link to the business forums.

  • How to use GPS to synchronize measurement at 2 different locations.

    The error of the starting time may < 10ns.

    Hi,
    You could use two cheap Garmin OEM GPS 18x LVC receivers for around 80 USD each (https://buy.garmin.com/shop/shop.do?pID=27594&pvID=14555).
    They "have bare wire for connection to a variety of
    applications; can output data in NMEA 0183 format (industry standard)
    or proprietary Garmin format; provides a pulse-per-second logic-level
    output with a rising edge aligned to within 1 microsecond of UTC time".
    You should connect TTL PPS signal to the Counter Input of the DAQ Card and use it as a trigger or timing source. On RS-232 interface you have ASCII info about position and current time (every second). Version 5 PPS is also available.
    Details about using GPS for DAQ sync could be found on NI pages. Try "GPS synchronisation.
    Important: selecting receiver look for PPS (Pulse-per-Second) signal availlability. 
    My app. runs on two PXI's with DSA cards and PXI-6602 as a GPS18xLVC timing interface.

  • Data acquisition with highly accurate GPS time stamping (hh:mm:ss:sss UT)

    A research group has developed a data acquisition system dedicated to daily observations of solar phenomena at radio waves using high time resolution (5-100 ms).
    First, the analog signal from the antenna (1000-2500 MHz) is sent to a spectrum analyzer (HP8559-A). After that, the analog signal is digitized during 5 minutes in a NI USB-6009 device connected to the PC, before to be stored in a file. By that time, other acquisition data cycle is restarted and so on up to the end of day.
    However, we need timestamp (UTC) the solar data at the beginning and end of each sample of 5 milliseconds, during all acquisition process, in order to have the UTC time information of recorded solar events. So, a time resolution of at least 1 ms is required.
    A software permit us to read recorded data and visualize corresponding spectra during last 5 minutes. However, we need UTC time information in the format hh:mm:ss.sss UT. Then, UTC millisecond is important for us, but not available yet.
    To solve this problem, we are searching for a high accuracy timing GPS receiver (on the order of microseconds or nanoseconds), with at least three significant digits of precision (UT time in milliseconds) and which give us the UTC signal at least each 5 milliseconds or even better (1 ms). However, most GPS receivers only outputs 1 PPS (Pulse Per Second = 1000 millisecond).
    Then, we are open to a better addressing on how to solve this problem !!
    We know that GPS time synchronization with PXI-6608 can be used to precisely timestamp data acquisition, but we have to solve this problem with a lower cost. Also, we require a PCI interfacing instead of PXI.
    Do we have to use a timer card? How do we use a timer, GPS and USB-6009 to timestamp data acquisition? Does the NI PCI-6602 solve the problem?
    Obs:
    The data acquisition software was developed in C++ Builder to run on a PC (Pentium III 2 GHz) under Windows XP environment. We used the NI-DAQmxBase driver to sample the signal from the NI USB-6009.
    We are sure your expertise can help us on this matter.
    Regards,

    I better explain my problem in the thread How to timestamp continuous analog data acquisition using USB-6009 and GPS timing board?
    We are considering to use the PCI-1588 or a GPS timing board (low-profile slot too), but I´m not sure that the USB-6009 can be used to solve the problem.
    How to syncronize the data acquisition and timestamps using USB-6009 and PCI-1588 with external GPS?
    In other thread I would appreciate any suggestions for GPS timing board and PCI-1588 too.
    Regards,
    Lilian

  • Nokia N95 GPS showing different locations and inac...

    First of all, I did all of the following while I am standing stationary under the sky. Okay, so I first went to tools-conect.-landmarks. There i made a new landmark using my current location. Then I went to Nokia Maps but the 'My Position' location(the red dot) and the landmark I made previously was not the same place(it was maybe around 30-40m apart). The thing is every time I made a new land mark with the Landmark option, it gives the same location and every time i open Maps, I gives me the other same location. Why??
    Another thing is while driving using Maps, it seems that in the map I appear to be driving off the road. The satellite shows three-quarter full. Why is it still inaccurate?
    Please help! I have never had any experience with GPS!
    N8-00
    RM-596
    V 011.012

    I finally solved mine! Turns out I was using the phone in offline mode. The problem just disappears when I went online, It was like the Maps software needed to synchronize itself by using the network connection. The 'Maps' is much more accurate now. It seems the coordinate using the 'Landmarks' was correct but the 'Maps' was a bit off
    N8-00
    RM-596
    V 011.012

  • LR 1.4.1 not reading GPS metadata

    I recently geotagged a number of files (Nikon NEF) that I had previously imported into LR. I know I should have geotagged first, but oh well. Anyway, I tagged the photos in a separate directory (made a "working" directory for the tagging in case something went wrong) then copied the files back to the original directory, overwriting the untagged versions. I opened LR and did a "Synchronize folders" choosing only to sync metadata. In Library view, with the metadata pane set to "all" I still do not see GPS info. Any thoughts? This is my first try at geotagging, so I could easily have done something wrong.
    Update: I did a test image (to which I had not made any changes) and chose "Read metadata from file" instead. The GPS info appeared. Of course, this poses a problem since that action on a larger scale will overwrite keywording, etc on the files. Definitely not an option.

    OK Carl that makes more sense. The first question is did you update the images metadata from within LR before geotagging it outside of LR? If you do this then any geotagging you add to the file will only add to the metadata not delete any. It sounds very much as though you didn't update the file from within LR first. Now, having said that I'm not entirely sure how much is saved in the database and how much is saved in the metadata itself - I have a sneaky suspicion not everything and perhaps a quick visit to the FAQ's might help here or someone else will jump in.
    A little OT I know but seeing as how you mentioned it. I am not a big fan of geotagging tracks from my unit (Garmin 60CSx) as I find the accuracy is dependent upon several variables e.g. how often the unit records a point and are the unit and cameras clocks exactly in sync. My preferred method is to set a Waypoint changing the default name to that of the image number. Back on the puter it's simply a case of marrying up the image number and the Waypoint number which is dead easy with my preferred geotagging application - RoboGeo.

  • Synchronization of three USRP-2932

    hy everyone,
      I am using three usrp-2932 to build a system of three synchronized Receivers
      Referring to the example of 8x8 MIMO system, it use one gigabit ethernet interface and through switch to connect the eight USRP
      But, in my application,  i use 12.5MHz as my sampling rate.  Besides,  due to  the concern of the throughput, i use three individual gigabit ethernet interface to connect the 3 usrps.
      So, I am wondering that using 3  gigabit ethernet interface will influence the Synchronization of three USRP-2932 or not? 
      Because it is hard to confirm that the 3  gigabit ethernet interface will send the message to the 3 usrp at same time.
     Besides,  i was using MIMO cabel to do Synchronization of two USRP-2932.
     And now i am  using GPSDO to do Synchronization of  three USRP-2932.
     But, in my experiments, it seems that the performance of Synchronization via MIMO cable is better than using the GPSDO.
     So, i am wondering that is there any better way to setup the system. Using external clock and PPS ?

    Synchronization options with best performance listed first:
    ---- Very Best
    0. NI FlexRIO SDR and VST offer sharing of local oscillator among devices giving both time, frequency, and phase alignment among multiple channels. (cabling them together is required.)
    ----- Best USRP Sync Options
    1. MIMO cable (2 devices).  It synchronizes off of the 10 MHz reference and shares the time base over the link.
    2. Clock Distribution (>2 devices) best is using an octoclock or other clock distrubiton method:  https://www.ettus.com/product/details/OctoClock-G
     (Using the 2932 you will have to power down the internal GPSDO to use this method, as well as move a jumper because it shares the same line as the external SMA inputs.)
    ------- Better USRP Sync Options
    3. GPS Disciplined Clock with GPS Lock (>2 devices) can provide you up to 50ns of synchronization. For best performance all devices need to be able to lock to the same satellite constellation and be stationary.
    ------- Good USRP Sync Options
    4. GPS Disciplined clock with NO GPS Lock (>2 devices)  gives you better frequency accuract but does not synchrnoize between devices.
    5. Standard USRP with internal TCXO (>2 devices) is equivalent to no synchronization and you will need to consider frequency offsets between devices.

  • Set system time to myrio programmatically synchrinized with GPS

    Hello,
    I have succesfully connected the PMOD GPS to my RIO and i extract the time and date string from the NMEA sentence in the following format:
    Time: HH:MMS
    Date: DD/MM/YY
    I would like to synchronize myrio system time to the GPS time. I have tried to use the nisyscfglvlib: Set Time.vi. For test purposes i try to set the time using a time stamp constant like the attached picture. However, when i run this code i get the following error. Where i can find this library and how do i add it to myrio? I
    LabVIEW:  Failed to load shared library nisyscfg.*:nisyscfg_lv_sysapiPropertySetString:C    . Ensure that the library is present on the RT target. Use either MAX to install NI software or FTP to transfer custom libraries to the RT target.
    LabVIEW:  Failed to load shared library nisyscfg.*:nisyscfg_lv_rmcfgPropertyGetItem:C    . Ensure that the library is present on the RT target. Use either MAX to install NI software or FTP to transfer custom libraries to the RT target.
    Is there another way to set the time of myrio programmatically?
    Thank you,
    Christos
    Attachments:
    set system time.JPG ‏14 KB

    Hi ckyamaha, 
    Below is an example on how to set a real time system's time using the System Configuration API.  
    https://decibel.ni.com/content/docs/DOC-20082
    It sounds like you may need to include the library on your myRIO when you configure it in NI-MAX.  If you haven't already installed the System Configuration API, you can do so from this link: https://decibel.ni.com/content/docs/DOC-13216
    You can add the library to your myRIO in the Add/Remove Software menu in NI-MAX.  Instructions for installing software using NI-MAX can be found here: http://zone.ni.com/reference/en-XX/help/373925A-01/myriohelp/myrio_advanced_config/
    Regards,
    Kelly B.
    Applications Engineering
    National Instruments

  • LR2: Synchronize Folder doesn't read back changed .xmp metadata

    LR2 on Mac.
    My workflow for geotagging CR2 RAW files, which worked fine in LR 1.4:
    - Catalog Settings: Automatically write changes into XMP (but this can't always be trusted if you just imported them)
    - If needed, Save Metadata to force metadata to XMP
    - Run external tools that update GPS metadata in CR2 file
    - Unix 'touch' .xmp sidecar file to update its mod date (since LR doesn't see changes in CR2, probably thinking it is read-only)
    - Back in LR, Synchronize Folder
    Used to bring GPS data into LR, now doesn't notice any change.
    Workaround: Read Metadata from File (but less safe if you made any intermediate changes in LR, since Read seems to do a total metadata replace, whereas Sync seemed to be smarter).
    Any other ideas on how to get LR to notice GPS changes actually made in CR2 file?

    Another bit of info....   As I looked at this further, it seems to be occuring only on those photos where I previously ran camera raw from CS3. I've upgraded to CS5 but have not rerun camera raw since. I understand the camera raw engine in CS3 was different. Could this be involved? Could Lightroom be changing the metadata because the engine is updating the information and I have to save TO file to get this to synch?
    update about this camera raw engine possibilty..... it would not appear to be the answer. I have some files that synch even tho lightroom develop says they are using the 2003 process version. I have some files that are on the new version that won't synch.

  • Hardware options for synchronization

    Was wondering if someone could help "rank" these approaches for synchronization.
    - TCXO with shared references/PPS (i.e. - MIMO cable or OctoClock)
    - OCXO
    - OCXO with GPS
    The "standard" TCXO models require extra stuff (MIMO or OctoClock or external sources) to phase lock and time synchronize. 
    The OCXO gives you better accuracy...but it is unclear the degree to which this has an effect on phase coherency (and over how long a time).  Presumably, you'd still need something like a PPS to time synchronize?
    With the GPS disciplined devices, are you basically getting the phase coherency and time synchronization from the GPS signal rather than external 'stuff'?  Or are there instances where you'd still need something like the MIMO cable or OctoClock to further nail down timing and synchronization?
    Brandon
    Solved!
    Go to Solution.

    Hi Brandon,
    Thank you for the extra information! I have been looking further in to this issue, and a lot of your question depends on your hardware and system setup. JamesB, awesome post! This is great information.  To add to this, for our GPS USRPS (NI USRP 293x) unfortunately you cannot use the Ref In inputs, so splitting out the external clock is not going to be an option on this hardware. With this in mind, option (c) will likely be the easiest since that is exactly how our USRP's work. Are you using an NI USRP? If so and you're trying to sync up 8 of these USRP's together, GPS might be the only real option. 
    As far as direct cabling vs. GPS for accuracy, direct cabling is more accurate if you are using an external clock that is is more accurate than the onboard clock and if you're using a USRP that can use an external reference clock 
    The NI USRP 2930 and 2932 both have OCXO's which alone are more accurate but there is no way to extract the 10MHz source to another device, except for a MIMO cable which is only good to use for 2 devices. Therefore the direct cabling method only exists for specific scenarios:
    1. Using MIMO cable for up to 2 devices
    2. Using an external clock, and a splitter.
    However, the internal OXCO does not do you any good for more than two device synchronization. Using a GPS antenna, clock disciplining and a clear view of the sky will let each USRP utilize it's own OXCO and still be synchronized. So it is not just GPS, it is the act of using GPS information to adjust the already great OCXO time reference which required each device to adjust it's own clock. The following document shows the specifications for a USRP without a GPS antenna (just the OXCO accuracy) vs. the OCXO accuracy in conjunction with the GPS disciplining in section 4 (Synchronization with GPS Disciplined Oscillators on NI USRP 293x):
    http://www.ni.com/tutorial/14705/en/
    While I was looking in to this, I also found this forum post that had a similiar question:
    http://forums.ni.com/t5/USRP-Software-Radio/Synchronization-of-three-USRP-2932/m-p/2835772
    I hope this was helpful!
    Stephanie S.
    Application Engineer
    National Instruments

  • Copy GPS Metadata Back into Photoshop TIFFs with Bridge Scripting

    I've published a sample script on the Bridge blog about metadata scripting with Bridge and AdobeXMPScript -- specifically the script deals with GPS metadata and automation that synchronizes work done by both Bridge and Photoshop.
    Here is the link:
    http://blogs.adobe.com/bridge/2009/01/copy_gps_metada_1.html
    Enjoy!
    -David

    I couldn't read all through your post as I am jetting out of here.
    Buy this:
    http://www.fastpictureviewer.com/codecs/
    and install it. It's relatively cheap. Screen shot is from Windows Explorer.
    Handles ID, PSD, etc., files as well. Though the preview uses greeked text for the most part for the ID files.
    Take care, Mike

  • ADF Mobile on Android? Offline synchronization with the database?

    Hello,
    We are thinking about developing a project on Oracle ADF Mobile, and want it to run on both Android and IOS devices.
    And we want to be able to synchronize our database for offline mode.
    I read some docs, and they say Oracle does not have an Android version of ADF Mobile Client. It provides ADF Mobile Browser,
    but then it will not be possible to be synchronized with a remote database and run in offline mode.
    Is it possible to develop an application with Oracle ADF Mobile technology, that runs on Android and IOS phones,
    syncs with a remote database and run both online and offline mode, and uses device's services like GPS, camera, etc?
    Thanks,
    Bora Yuret
    Edited by: 919404 on 07.Mar.2012 09:01
    Edited by: 919404 on 07.Mar.2012 09:02

    Trinidad faces and JSF faces not optimized for android web-browser.

Maybe you are looking for

  • How to make 64-bit JVM default on Solaris 10

    Hi, I am running my application on Solaris 10. Currently, my application uses JRE 1.6 32-bit version. I am trying to make it work with JRE 1.6 64-bit version. I successfully installed 64-bit java using the instructions here: [http://www.java.com/en/d

  • Error in getting job_output_info-otfdata

    hi experts, i am developing the code to convert smartform into PDF after output, to convert i need otfdata from FM but am not getting any data from job_output_info-otfdata can any one please suggest on this data:st_job_output_info TYPE ssfcrescl OCCU

  • IPhoto missing events

    I am using OS X Lion and the latest version of iPhoto.  Last night I imported about 100 images and created an event.  I then synched my iPhone and all the images were on the phone. All was well. Today I again importeed a couple of images and I notice

  • ALV send AS EMAIL in pdf ofrmat

    hi all my problem is i made one alv report ............ now i want to send this in pdf format to particuler email address....... can any body tell.... it is emergency.... if helpful then rewarded......

  • Underlying Connection Closed

    Hi, Couple of web services have been defined in XI which are being accessed by the external system (Non-SAP) to communicate with XI and XI is communicating with the SAPCRM system via ABAP Proxies. In the last couple of weeks, when the webservices are