Jump to content

Connectivity between setups


Recommended Posts

Hello,

I have a setup with a PC with LV10 and a DAQ card that receives stimulus from sensors

Assuming that there are 3-4 of these setups, how can I:

1. View from any one setup the processed data from the other setups

2. View/display the processed data from all the setups to a PC with LV and no DAQ on it

3. Make each setup receive and send data to the other setups

Thank you in advance,

Link to comment

You could:

Create an acquisition application and run multiple instances of it (on your 3 or 4 computers).

Have each of these publish the data.

Create a View application that runs on another machine. The View subscribes to the data published by the other applications.

Notes:

1) Networked shared variables will work great for this. I recommend putting the published data for each acquisition system in a uniquely named library.

2) If you want to send a message from the View to a specific instance of the acquisition applications, you might consider including an instance identifier in the message. This probably won't be necessary, however, if you create libraries with unique names.

Paul

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.