Jump to content

Read from spreadsheet and plot to graph


Recommended Posts

You have a couple issues.  First when you read the data, all you take is the first column which is time but no amplitude.  Then you use a for loop that is doing nothing to your time data, then you graph that time data on a Y axis using a Waveform Graph.

 

To fix this take the X and Y data both as 1D arrays, then bundle them and put it on an XY graph not a Waveform Graph.  Open the context help (CTRL+H) and mouse over the controls to see how to use each.

 

Attached is an update that loads the data properly into an XY graph.

ReadFromSpreadsheet1 Hooovahh Edit.vi

Link to comment

Thank you... :)

 

is it possible to filter the signal directly from the output cluster ? or do i have to change the format of data type first..?

I am new to Labview and still not quite understand about the data type representation. Thank you.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.