LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Reading shared variables in C.

Hello all,

 

How would I recognize the value of a LabVIEW shared variable within the C programming of an mbed microcontroller (LPC1768). We have created a connection between the mbed and LabVIEW, but can't tell if the shared variable we created is actually being passed to the mbed.

 

Thanks,

 

Joe Maness

 

 

0 Kudos
Message 1 of 2
(2,364 Views)

If you extend your LabVIEW by the Measurement Studio option you'll get a licenced .net component called NetworkVariables, which allows to access the shared variables engines processes and it's variables.

I don't no the IDE / Compiler you use to program your controller, but if it's able to handle .net / COM you have all options to access the SVE and there's no need to involve LabVIEW.

 

Feel free to ask more

Christian

0 Kudos
Message 2 of 2
(2,353 Views)