Hi,
I have two Labview DAQmx measurememt programs:
1. one channel with microphon
2. three or more channels with vibration sensors
Every program use the Labview vi's:
DAQmx Create Channel, DAQmx Start Task
Loop with DAQmx Read
DAQmx Clear
All is good working parallel in one system, if I use two measurement cards.
Now I have only one 8 channel card 4472.
I could use one channel for microphone, the other for the vibration sensors.
Of course with the same samplerate.
Is there an solution to capture the data from the one DAQ card from both programs?
If not, what is a good solution to solve this problem, without complete rewrite both programs to one program?
Possible a new DAQ measurement program to share the data to other programs at the same computer:
- with TCP Servers for every channel or
- with network shared variables or ?
Peter