FieldPoint Family

cancel
Showing results for 
Search instead for 
Did you mean: 

sync=true switch in fieldpoint address

Solved!
Go to solution

I am working on software written by an ex employee, and have run across a string connected to the connection in terminal of a datasocket write function addressing a cFP-1808 DO module that I have not run across before. It does not generate an error, but I cannot determine it's purpose. The string is: \\10.0.1.105\FP\7DO\14?sync=true. I understand the part up to the 14 - 14th output of the DO module in slot 7, etc. What I don't understand is the '?sync=true' part. Can anyone help?

 

Thanks.

 

Chuck

0 Kudos
Message 1 of 4
(6,936 Views)
Solution
Accepted by Chuck60148

Hello Chuck,

 

You append "?sync=true" to URL to enable synchronous operations with the PSP protocol, that is the protocol that shared variables uses, and the channel of the FP are published to the network as shared variables.

 

Regards

 

Mart G

 

 

0 Kudos
Message 2 of 4
(6,927 Views)

Hi Mart,

 

Thanks for the help. Do other such switches exist, and do you happen to know if there is a list of such switches or tutorial on the use of PSP/datasocket that includes switches such as this?

 

Chuck

0 Kudos
Message 3 of 4
(6,924 Views)

Hello Chuck

 

I found some links that may help you, check them out:

 

http://www.ni.com/white-paper/3543/en 

 

http://www.ni.com/white-paper/4499/en 

 

http://zone.ni.com/devzone/cda/epd/p/id/4038 

 

Hope this helps!!

 

Regards

 

Mart G

Message 4 of 4
(6,914 Views)