06-18-2012 08:59 AM
thanks in advance
06-18-2012 09:02 AM - edited 06-18-2012 09:03 AM
06-18-2012 09:06 AM
hi GerdW
what block should i use?
06-18-2012 09:07 AM
06-18-2012 09:24 AM
hi
i connect my output string to spreedsheet string input(not format string input) and out to waveform graph
but thats error occure:-
"One or more required inputs to this function are not wired or are wired incorrectly. Show the Context Help window to see what the connections to this function should be."
what shall i do?
06-18-2012 09:25 AM
06-18-2012 09:42 AM
how can i make the output 1-D array????
the spreadsheet string array onla accepts 2D array.
06-18-2012 09:47 AM
You can use Index Array to get the 1 row or 1 column out of the 2-D array that makes up your 1-D array of data.
06-18-2012 09:48 AM
06-18-2012 09:48 AM
@oiuuhjoi wrote:
the spreadsheet string array onla accepts 2D array.
No it really doesn't. You need to follow Gerd's (very patient) advise and read the help file for the function.
To make the function accept a 1-D array you have to wire a 1-D string array constant to "Array Type".
-CC
p.s. You'll also need to specify the format you want the string to be converted to.