11-09-2007 09:58 AM
11-09-2007 10:06 AM
Yes.
On the functions pallette...
String -> Conversion -> String to byte array
Rod.
11-09-2007 10:10 AM
11-09-2007 10:52 AM
Does string to byte array not give me just a numerical representation of "current". I need it to look like the word itself. My array should look like
Current Voltage
1.2 .557
1.3 .567
etc
But if I use the byte array I get numerical representations of the words current and Voltage.
Liam.
11-09-2007 11:05 AM
11-09-2007 11:43 AM
I think what he's trying to say Dennis is basically what you explained. First column being Current, 1.2, 1.3 and the second column being Voltage, 0.557, 0.567; which would require the converting of everything to strings as you mentioned.
Trying to clarify things a bit, making a Friday as good as it should be ![]()
11-12-2007 06:03 AM
Hello again,
Yes the problem is that on converting everything to strings I cannot write it to an origin project using the OA communication VI's written for use under labview. I need to be able to append the string to the top of the array so that it appears as headers on the worksheet.
Ta
Liam.
11-12-2007 08:52 AM