time-nuts@lists.febo.com

Discussion of precise time and frequency measurement

View all threads

5371 / 5372 Software

BC
Bob Camp
Fri, May 14, 2010 11:25 AM

Hi

Has anybody done a program like TI.EXE to handle the 5371 / 5372?

Bob

Hi Has anybody done a program like TI.EXE to handle the 5371 / 5372? Bob
EP
Ed Palmer
Sat, May 15, 2010 11:59 PM

Sort of.

I've got an ugly hack of a program that takes up to 4095 time interval
or 8191 frequency measurements and dumps them to a text file for offline
analysis.  If you set the sample interval to 1 sec. then Tau(0) = 1.
Sample interval = 0.1 sec., Tau(0) = 0.1 sec. etc.  It started as a
proof-of-concept program and never got any further.  To increase the
number of measurements further requires a complete rewrite - not too
hard, just tedious.  All the required info is in the programming manual

  • particularly the examples.

Would that be of any interest?

Ed

Bob Camp wrote:

Hi

Has anybody done a program like TI.EXE to handle the 5371 / 5372?

Bob


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

Sort of. I've got an ugly hack of a program that takes up to 4095 time interval or 8191 frequency measurements and dumps them to a text file for offline analysis. If you set the sample interval to 1 sec. then Tau(0) = 1. Sample interval = 0.1 sec., Tau(0) = 0.1 sec. etc. It started as a proof-of-concept program and never got any further. To increase the number of measurements further requires a complete rewrite - not too hard, just tedious. All the required info is in the programming manual - particularly the examples. Would that be of any interest? Ed Bob Camp wrote: > Hi > > Has anybody done a program like TI.EXE to handle the 5371 / 5372? > > Bob > > _______________________________________________ > time-nuts mailing list -- time-nuts@febo.com > To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts > and follow the instructions there. > >
BC
Bob Camp
Sun, May 16, 2010 2:01 AM

Hi

Yup, sure would. It would let me do what I'm trying to do this weekend.

Bob

On May 15, 2010, at 7:59 PM, Ed Palmer wrote:

Sort of.

I've got an ugly hack of a program that takes up to 4095 time interval or 8191 frequency measurements and dumps them to a text file for offline analysis.  If you set the sample interval to 1 sec. then Tau(0) = 1.  Sample interval = 0.1 sec., Tau(0) = 0.1 sec. etc.  It started as a proof-of-concept program and never got any further.  To increase the number of measurements further requires a complete rewrite - not too hard, just tedious.  All the required info is in the programming manual - particularly the examples.

Would that be of any interest?

Ed

Bob Camp wrote:

Hi

Has anybody done a program like TI.EXE to handle the 5371 / 5372?

Bob


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

Hi Yup, sure would. It would let me do what I'm trying to do this weekend. Bob On May 15, 2010, at 7:59 PM, Ed Palmer wrote: > Sort of. > > I've got an ugly hack of a program that takes up to 4095 time interval or 8191 frequency measurements and dumps them to a text file for offline analysis. If you set the sample interval to 1 sec. then Tau(0) = 1. Sample interval = 0.1 sec., Tau(0) = 0.1 sec. etc. It started as a proof-of-concept program and never got any further. To increase the number of measurements further requires a complete rewrite - not too hard, just tedious. All the required info is in the programming manual - particularly the examples. > > Would that be of any interest? > > Ed > > Bob Camp wrote: >> Hi >> >> Has anybody done a program like TI.EXE to handle the 5371 / 5372? >> >> Bob >> >> _______________________________________________ >> time-nuts mailing list -- time-nuts@febo.com >> To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts >> and follow the instructions there. >> >> > > _______________________________________________ > time-nuts mailing list -- time-nuts@febo.com > To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts > and follow the instructions there. >