|
UDP from C++ to Labview
Hey everyone,
I've been trying to send a structure from C to labview.
My structure is composed of 3 variables, two integers and one float.
I can get labview to receive the two integer values however, it cannot interpret the float properly and gives me a number like 7.5264 e-41.
I feel like the problem is how labview interprets a float compared to a c++ on my linux machine.
just thought ill post this and see if anyone knows what my problem is?
Thanks
|