05-11-2006 10:50 AM
05-11-2006 11:01 AM
05-11-2006 11:02 AM - edited 05-11-2006 11:02 AM
Use Spreadsheet String to Array. You'll need to strip the "Curve" part off.
Message Edited by Dennis Knutson on 05-11-2006 10:02 AM
05-11-2006 11:05 AM
First search and extract all ASCII strings that represent points ( 6, 3, 2 etc)
Now, convert each string to numeric using 'decimal string to number' or 'fractional/exponential string to number' function>>strings>> functions pallette, on block diagram
Insert all these numerics into an array or build an array.
Now either display this array directly on a graph or use build waveform>> from functions pallette on block diagram, to create a waveform and display it on graph
hope this helps
Any doubts, do get back
05-11-2006 11:09 AM
05-11-2006 12:53 PM - edited 05-11-2006 12:53 PM
Message Edited by JohnGalt on 05-11-2006 12:54 PM
05-11-2006 01:13 PM