07-03-2012 04:10 PM - edited 07-03-2012 04:12 PM
Hi,
We have 8 Ettus Research USRP N200 which are all equipped with GPSDO for clock synchronization. Each radio would be connected to its own PC with LabView or executable developed in LabView to control the radios.
The only clock information I would see from the given VI blocks is the timestamp from niUSRP Fetch RX Data vi. Is there a way for us to get the GPS time as well as the internal counter clock regardless of which session we are in. Also when I tried to reopen and reinitiate the Rx after terminating, the timestamp would not restart.
Any help would be greatly appreciated. Thank you.
Joe
07-09-2012 04:20 PM
Hello Joe -
While its not a supported feature, it is possible to read the UTC timestamp from a USRP with integrated GPSDO once the EEPROM setting has been set. Once updated the USRP automatically sets its internal time to the internal GPSDO time. I believe the attached VI may do part of what you are requesting.... starting an acqustion at a specified time.
To enable the eeprom setting, run the following from the windows command prompt:
...\National Instruments\NI-USRP\utilities\usrp_burn_mb_eeprom.exe --key=gpsdo --val=internal
restore original setting
...\usrp_burn_mb_eeprom --key=gpsdo --val=none
We plan to add additional features in the future. Please contact me directly if you need more information with a private message.
Best Regards,
Erik
07-09-2012 06:46 PM
Erik, thanks for the reply. The labview version I have is 2009 (9.0.1) and is unable to open the VIs you posted. Could you plase repost for a later version. Thank you.
Joe
07-09-2012 08:28 PM
Here are the files Erik posted for LabVIEW 2009