hfettig Posted November 11, 2008 Report Share Posted November 11, 2008 Hi, I was wondering if anybody had written an implementation of an NTP (Network Time Protocol) client in LabVIEW. I am trying to figure out the best way to synchronize the RTC on the Blackfin processor to the network time. Naturally I could just send a request to my host PC and get the time from there but there will always be the delay involved. From what I've read in the RFC for NTP this delay is taken into account. Cheers, Heiko Quote Link to comment
Maca Posted November 12, 2008 Report Share Posted November 12, 2008 You have probably already seen it, but here goes anyway: http://zone.ni.com/devzone/cda/epd/p/id/2438 Its not NTP and Iam not sure if it will work with the DSP module, but it may be a start. Quote Link to comment
hfettig Posted November 12, 2008 Author Report Share Posted November 12, 2008 QUOTE (Maca @ Nov 11 2008, 08:33 AM) You have probably already seen it, but here goes anyway:http://zone.ni.com/devzone/cda/epd/p/id/2438 Its not NTP and Iam not sure if it will work with the DSP module, but it may be a start. Thanks a lot. I had not seen this yet. This is exactly what I was looking for. Quote Link to comment
ned Posted November 12, 2008 Report Share Posted November 12, 2008 QUOTE (hfettig @ Nov 11 2008, 10:11 AM) Thanks a lot. I had not seen this yet. This is exactly what I was looking for. Note that this example does not do the network delay compensation that you said you're trying to avoid. It does pretty much the same thing as a request to your PC for the time, except it queries a more precise server much farther away. Quote Link to comment
Maca Posted November 13, 2008 Report Share Posted November 13, 2008 Just a quick thought, have you considered using GPS to get your accurate time base? I know it sounds like an overkill, but in terms of development time its probably pretty cheap. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.