FieldPoint Family

cancel
Showing results for 
Search instead for 
Did you mean: 

Datasocket server on fieldpoint

I'm trying to get two fieldpoint 2020's to communicate a basic boolean value to eachother, and I thought I could do this using Datasockets. As a trial I just used two VI's on my computer and ran the datasocket server in the background, my question is do I need an computer independent of the two fieldpoints to act as a datasocket server or can I have one of the fieldpoints do this? Any help would be appreciated.
0 Kudos
Message 1 of 3
(4,111 Views)
If you want to use a DataSocket server, you would need an extra computer since DataSocket Servers are not supported in FieldPoint RT targets. However, you do not need to use a DataSocket server. Each FieldPoint RT module can create software channels through the use of the Publish Data.vi. Using the Publish Data.vi allows you to create named channels of different datatypes that can be read by computers using NI-FieldPoint, or the NI Logos ethernet protocol. Using the DataSocket VIs, you can communicate using the Logos protocol rather than DSTP. Thus, you can use the Publish Data on either of the cFP-2020's, and use a DataSocket Read or Write on the other cFP-2020 to share data.

Here are some relevant KnowledgeBase articles on using DataSocket and the Logos protocol:
http://digital.ni.com/public.nsf/allkb/B0C5F514A850BF8F86256DAB0047BB98
http://digital.ni.com/public.nsf/websearch/91fa9c0981dae60586256e8e0025c819
http://digital.ni.com/public.nsf/websearch/af975400600eb11686256c700062da5d
http://digital.ni.com/public.nsf/websearch/48D244EC86971D3986256BD4005CCC28?OpenDocument

Regards,
Aaron
Message 2 of 3
(4,100 Views)
Thanks alot for your help, it worked very well.
0 Kudos
Message 3 of 3
(4,078 Views)