12-13-2022 11:08 PM
HI, everyone.
Our task is to stream the data from LabView Communications Design 2.0 to a home-made Matlab or Python script for post-processing.
Our software and hardware setup is as follows,
12-14-2022 05:34 PM
Up to now, there might be two solutions.
1. Through UDP or TCP/IP . As LV Comms 2.0 supports UDP and TCP/IP communications by network data communication. By using Matlab or Python, we can also easily implement network communication on the same PC.
2. Inter-process communication.
Using C-node, we can open a shared memory which both LV Comms and Python can access.
If there is a recent version of LV Comms Design , the issue can be easily addressed by directly calling Python or Matlab.