From denault@irtf.ifa.hawaii.edu Tue Nov 16 09:02:30 1999 Date: Tue, 16 Nov 1999 09:02:29 -1000 (HST) From: Tony Denault X-Sender: denault@duke Reply-To: denault@irtf.ifa.hawaii.edu To: Peter Onaka Subject: tpro in guidedog Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Status: RO X-Status: Hi Peter, I am able to read the GPS clock from GuideDog's DSP. I have a command to do 2 consecutive read of the time. Here is the output: Enter Command: readtpro Status Block: rc=0 nsd=0 sb.l[]=0xb3237240, 0xfc00d644, 0x9f565cf8 GPS TIME is '44.33.237240' GPS TIME is '44.33.237394' Enter Command: readtpro Status Block: rc=0 nsd=0 sb.l[]=0x83633279, 0xfc00d645, 0xa1262b7f GPS TIME is '45.03.633279' GPS TIME is '45.03.633432' Enter Command: readtpro Status Block: rc=0 nsd=0 sb.l[]=0xd7248888, 0xfc00d6c5, 0xa4584778 GPS TIME is '45.57.248888' GPS TIME is '45.57.249041' It takes about 153 microseconds to query the tpro for the time from the DSP. This was consistence with my old notes. Tony