Jump to content

plotting multiple analog waveform


Recommended Posts

Your error is caused by trying to connect the upper 1D array to the picture control input on the Plot Waveform.vi. To remove the error, delete those broken wires and wire an empty picture control constant instead to the Plot Waveform.vi

As far as getting all three 1D arrays to plot on one Chart, you could wire the output of the build array (which is a 2D array) to the chart. You may have to insert a transpose 2D array in there as well. See below for an example:

post-3266-1208594036.png?width=400

Link to comment

hi,

search the example for plotting multiple waveforms

regards timo

another hint:

if the settings (e.g. sample rate) of all three channels are equal, you can use one DAQmx read vi to collect the meas. values.

physical channels= "Dev1/ai0:2" aquires ai0, ai1 and ai2

for examples use the example finder (daq mx, analoge voltage..)

-timo

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.