Ano Ano Posted August 5, 2011 Report Share Posted August 5, 2011 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, Quote Link to comment
PaulL Posted August 5, 2011 Report Share Posted August 5, 2011 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 Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.