LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how do i take real time data from a vi?

I have labview8.2.1 and i'm reading angular position from an incremental encoder, so what I need to do is read that data in real time and put it in a programming languaje like c or c++ in order to scale that data and show it in to a graphic, so as I can make something like a simulator in a graph environment. How do i do that. Maybe I need labwindows?
0 Kudos
Message 1 of 3
(2,705 Views)
If you want your data in a programming language (like C or C++) opposed to LabVIEW (which is an advanced Paintbrush) you can call a DLL with the call library node, or you could do your calculations in LabVIEW.

What is it that you need to be done?

Ton
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 2 of 3
(2,700 Views)
If you have the data in LV the hard part is done, all you have to do is the data manipulation - and if you have access to LV why resort to something as primative as C or C++ to do this last part? What form is the data is and what kind of graph do you want? You can do more, easier working in LV.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 3 of 3
(2,691 Views)