From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,208 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,197 Views)