Hello,
I am in an evaluation process of LabView 7 and trying to communicate with a 8-Bit Microcontroller.
The Interface works fine, but the values received in LabView are Byte Arrays and i want to convert them to the
corresponding structure (especially floating point values) and back to
Byte Arrays. I wrote a small vi to convert a 4-Byte Array to the
corresponding floating point value, but I think that there must be a
better way (library function) for this and I have not the time to write
a vi converting floating point values to 4-Byte Arrays.