Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to synchronize the FieldPoint time with my computer time?

13 views
Skip to first unread message

presario2100

unread,
Jul 26, 2008, 2:10:06 AM7/26/08
to
When I using MAX to read the values from my FieldPoint cFP-1804 module, there is and timestamp generated for every measurement, but it does not match my PC's system time. How to synchronize the FieldPoint time with my windows PC?
 
I found a thread on the forum regarding this problem (<a href="http://digital.ni.com/public.nsf/allkb/C4E56AD6450FC5FD86256DFF0007FF01" target="_blank">http://digital.ni.com/public.nsf/allkb/C4E56AD6450FC5FD86256DFF0007FF01</a>), it ask me to select the Time Zone on the System Setting tab, but&nbsp;I didn't find any&nbsp;System&nbsp;Setting tab and Time Zone setting in my MAX screen.&nbsp;(MAX version4.4)
&nbsp;
I'm using the cFP-1804 without embedded CPU module, I'm using asp.net, measurement studio to link&nbsp;with the cFP-1804, not by using Labview. Does cFP-1804 have a Time Server function? Please tell me how to match the FieldPoint time with my PC.&nbsp;
&nbsp;
Thanks

Pie56694

unread,
Jul 28, 2008, 5:40:10 PM7/28/08
to
Hi Presario2100,In Measurement and Automation, after clicking on the FieldPoint system in the Remote Systems section of the configuration, on the Network Settings tab, you should see Time Server as an Additional Configuration.&nbsp; The time server has to be an NI Logos time server.&nbsp; NI Logos Services
install with NI FieldPoint, LabVIEW Datalogging and Supervisory Control (DSC)
Module, and Lookout.&nbsp; The first suggestion I have is to install (or re-install) the latest version of the FieldPoint drivers from <a href="http://joule.ni.com/nidu/cds/view/p/id/996/lang/en" target="_blank">here</a>.&nbsp; Please let me know if this helps.

presario2100

unread,
Jul 29, 2008, 12:40:09 AM7/29/08
to
What is NI Logos time server? is it an additional software or hardware?&nbsp;I already install the latest version of FieldPoint drivers 6.01.
I set my desktop&nbsp;IP into the Time Server field. After reboot the system,&nbsp;&nbsp;but the time still cannot matching.&nbsp;

Pie56694

unread,
Jul 29, 2008, 12:10:12 PM7/29/08
to
Hi Presario2100,


Logos is National Instruments proprietary mechanism for inter-process
communication that is used by NI software products. NI Logos time server
is one of the processes that installs with Logos, and it is included in
the FieldPoint drivers.&nbsp; Is the time stamp coming back from your field point an integer number of hours different from the PC?

presario2100

unread,
Jul 30, 2008, 5:10:10 AM7/30/08
to
Hi Pie56694,
&nbsp;
I'm using Measurement &amp; Automation Explorere v4.4 with FieldPoint Driver v6.01 and the Firmware is v6.05. I think the NI Logos timer server already included. Is it right?
The hours, minutes and second different with the PC.
&nbsp;
Attachment picture show you the different.
&nbsp;
&nbsp;
Thanks
&nbsp;


pic01.jpg:
http://forums.ni.com/attachments/ni/110/7678/1/pic01.jpg

Pie56694

unread,
Jul 30, 2008, 10:40:12 AM7/30/08
to
Hi Presario2100,

I think the NI Logos timer server already included. Is it right?
Right.Thanks for the picture :smileyhappy:&nbsp; Here are a few things to check.- On the host PC, make sure that either the firewall is disabled, or there is an exception for C:\WINDOWS\SYSTEM32\lktsrv.exe on the firewall.&nbsp; If you make this change, restart the computer and then reboot the FieldPoint controller.
- Make sure the IP address of the Time Server on the FieldPoint matches the IP address of the host PC.&nbsp; If the PC is set up for DHCP, its IP address can change depending on how DHCP is set up.
- On the channel configuration tab for the module, make sure that Percent Deadband
is set to 0.&nbsp; Deadband is the change required before the FieldPoint
will send updated values to the host.&nbsp; The time stamp is only updated
when updated values are sent.
I hope this helps.Message Edited by Pie56694 on 07-30-2008 09:38 AM

presario2100

unread,
Aug 1, 2008, 3:10:14 AM8/1/08
to
Hi Pie56694,
&nbsp;
It is working after I turn&nbsp;OFF the host PC firewall. But if I turn ON the firewall, just only make an exception for lktsvr.exe, the problem still existed.
Is it have to add any other else exception in the firewall? Because is not good to totally turn OFF the firewall all the time.
&nbsp;
By the way, I'm using the time stamp as my data logging time, if the data input from the&nbsp;analog card is a constant value, means that the time stamp will be holding,
so this will also stop my data logging time. I hope my&nbsp;data logging time can keep running even the&nbsp;data is not changing. is it possible to do that?&nbsp;
&nbsp;
&nbsp;
Thanks &amp; Regards,
presario2100
&nbsp;

Pie56694

unread,
Aug 1, 2008, 7:40:19 PM8/1/08
to
Hi Presario2100,There are documents that may help you along.&nbsp; Please see:<a href="http://digital.ni.com/public.nsf/allkb/CEF5A3568A5DA71D8625732800520EA1?OpenDocument" target="_blank">What Ports Do I Need to Open on My Firewall for National
Instruments Software Products?</a> <a href="http://digital.ni.com/public.nsf/websearch/8AE45BBFA1D7025E862570F200642FD8?OpenDocument" target="_blank"> Using Lookout, LabVIEW DSC and Network-Published Shared
Variables with Firewalls</a> As for your timestamp question, let me look into this a bit more.&nbsp; What you described is expected behavior, but there may be a work-around.

Pie56694

unread,
Aug 15, 2008, 7:10:09 PM8/15/08
to
Hi Presario2100,&nbsp;In order to obtain an updated timestamp with each FieldPoint Read, you should
use a Flat Sequence structure.&nbsp; In the same frame as the
FieldPoint Read, use a Get Date/Time In
Seconds node.<img src="http://forums.ni.com/ni/attachments/ni/110/7748/2/FlatSequence.jpg" border="0"> &nbsp;The program obtains a fresh Timestamp each time the FieldPoint Read VI is
called.<img src="http://forums.ni.com/ni/attachments/ni/110/7748/1/TSUpdates.jpg" border="0">&nbsp; &nbsp;I hope this helps.Message Edited by Pie56694 on 08-15-2008 05:58 PM


TSUpdates.jpg:
http://forums.ni.com/ni/attachments/ni/110/7748/1/TSUpdates.jpg


FlatSequence.jpg:
http://forums.ni.com/ni/attachments/ni/110/7748/2/FlatSequence.jpg

0 new messages