Jump to content

Probe Shows Data, Chart Does Not


Recommended Posts

Posted

Hello,

I am using a USB-6255 to output/input data and it works fine (see part A & B in picture)

When I added code (see part C) to input temperature data from a NI-6213 a strange thing happened.

The graphs stopped showing data where as all indicators and probes show the data just fine!

The code for the temperature works fine alone

Why is this happening and why only graphs/charts are influenced?

post-20867-0-53675100-1303382546_thumb.j

Posted

Here is another picture.

The text output is directly connected to the waveform graph

I get data via text but there is nothing displayed on the graph

Why is this happening?

All the graphs in the vi do not work

post-20867-0-88286500-1303391691_thumb.j

Posted

Why are the configuration steps into the loop? you should initialize only once.... same as closing steps...

So I should keep them out side the loop?

Why are the configuration steps into the loop? you should initialize only once.... same as closing steps...

Can you please tell me which parts to keep inside and which outside the loop?

Posted

Code you want to run only once dont need to be placed in a loop. So all the init and config sub VI have to be before the loop, and the closing sub VI have to be placed after the loop.

  • Like 1

Join the conversation

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

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
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.