LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to pass data from a C++ program to LV to plot the data real time?

Hello,
I am writing a C++ program in which I need to plot the data in real time. I would like to pass data from my C++ program to LabView in order to perfrom the plotting. I was wondering if this is possible. If so, how can it be done? .
Thank You
0 Kudos
Message 1 of 6
(2,907 Views)
It's probably easiest to build a DLL from the LabVIEW code. You need either the professional version of LabVIEW or the add-on Application Builder in order to create DLLs.
0 Kudos
Message 2 of 6
(2,898 Views)
I believe CIN also works for your application. If there is database there, like both you C++ and LV program can access DATABASE to store and retrieve data.
0 Kudos
Message 3 of 6
(2,892 Views)
Hello,
Thank you.  I know how to create DLL' but once I've created the DLL, how should I work it from there?

0 Kudos
Message 4 of 6
(2,883 Views)
Hi,
I am trying to pass data from the C++ program without outputing to a common database for now.
Thank you
0 Kudos
Message 5 of 6
(2,879 Views)
There are several C++ examples and application notes here.
0 Kudos
Message 6 of 6
(2,875 Views)