04-07-2008 02:28 PM
04-07-2008 03:25 PM
04-07-2008 03:52 PM - edited 04-07-2008 03:53 PM
04-07-2008 04:10 PM
Hi,
I am not sure which string conversion function in Labview to use so that I can access the binary numbers being sent into the Read indicator. The signal conditioner reads 6 channels (Fx, Fy, Fz, Mx, My, Mz) and outputs the values from these channels in binary format to the read indicator. I need to convert these values from binary to number format so that I may use the values from the third channel, Fz in future comparison functions to control an actuator which is placing load onto the load cell.
My data currently being read through the read indicator is a repeat of the following (I believe this should be zero as I first performed an autozero of the software before the signal conditioner sent out the following):
(ÿ7ÿGÿWÿ
Thanks,
Jena
04-08-2008 12:31 PM
04-08-2008 12:50 PM
Hi Jena,
i don´t know which format your data bat, but you can use the "String to Byte Array" function and then the "Split Numbers" and "Join Numbers" function to get your variables out of the string.
Mike
04-08-2008 12:57 PM
04-08-2008 01:07 PM - edited 04-08-2008 01:07 PM
