03-31-2007 07:11 AM
03-31-2007 10:23 AM
The recording computer can see controls and indicators on the remote computer, and can record that data however it needs to.
Better performance can be had by a TCP connection, it's more complicated than DS, but it's not that hard.
Blog for (mostly LabVIEW) programmers: Tips And Tricks
04-01-2007 04:47 AM
Dear CoastalMaineBird,
Thank you for the reply.
Would you please explain more detail (for realization) about datasocket or TCP?
How to declare for sharing a specific variable, which updated in real time in a monitoring(data acquisition server) computer.
The specific variable is updating all the time and the client had better bring the variable value one time when I need to check the temperature or humidity.
Therefore, the speed is not problem to me except just reliability in connection.
Should the monitoring computer have the fixed IP number or some restricted condition?
Would you please help me one more time?
04-01-2007 04:48 PM - edited 04-01-2007 04:48 PM
You have to already have TCP network access between the two machines.
For this little exercise, the data you want must be in a front panel indicator (or control). If you do more coding, you can send DS data programmatically, but for now, let's assume it's on the panel.

Things to be aware of:
However, it has drawbacks, and if they outweigh the no-code-changes, then you need to consider either programmatic DataSockets or plain TCP. With those you can control every aspect of communication. Consult the examples for those.
Message Edited by CoastalMaineBird on 04-01-200704:51 PM
Message Edited by CoastalMaineBird on 04-01-2007 04:53 PM
Blog for (mostly LabVIEW) programmers: Tips And Tricks