LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Re: Repeated data.

Solved!
Go to solution

Your file path constant is empty.  Just like the error message says.

 

You need to put a file name in that file path constant.

0 Kudos
Message 21 of 41
(1,368 Views)

ok corrected. Thanks. And for the second question? How do i add numerical graphs and indicators?

0 Kudos
Message 22 of 41
(1,363 Views)

Go to the front panel, right click to get the palettes, add them.

 

 

0 Kudos
Message 23 of 41
(1,353 Views)

ok...i know this 🙂 ....i mean in the block diagram panel. Where i have to add graphs and numeric indicator? In the While Loop? (see the attached picture..i have a red dot...how i can remove this ?)

0 Kudos
Message 24 of 41
(1,350 Views)

Of course in the while loop if you want to see them updated while it's running.

 

What red dot are you talking about?

 

You should use block diagram cleanup.  The wiring is a mess with some running backwards and some wires hidden.

0 Kudos
Message 25 of 41
(1,344 Views)

Look the new attached picture (zoomed). I atteched the VI too. I added the graph and numeric indicator in the While Loop, but i can't see nothing in the Front panel!

Download All
0 Kudos
Message 26 of 41
(1,341 Views)
Solution
Accepted by Iskandark

Why did you use Convert from Dynamic Data Type to a scalar?  The red dot is a coercion from a waveform to a blue dynamic datatype at the input of the blue express VI, which then converts it to a scalar which throws away most of the datapoints.

 

Use Index Array if you want the first waveform.  Do the math on that so you keep all the datapoints.

0 Kudos
Message 27 of 41
(1,338 Views)

Thank you very much for directly corrected the VI. Now i can also see the graph and the numerical indicator associated with the pressure sensor!!!! But now i observe other red dots (look at the attached figure). (and when i strat the program i can't see nothing in the numeric indicator and in the graph)

Download All
0 Kudos
Message 28 of 41
(1,329 Views)

Can someone help me please?

0 Kudos
Message 29 of 41
(1,311 Views)

What value is in your Channel Path control?

Where is your graph called "Data"?  It is missing on the front panel, does it have values in it?.

Autoscale your graph called Pressure Sensor No2.  Your values might be out of range on your Y-axis

Don't worry about red dots.  They aren't inherently bad

0 Kudos
Message 30 of 41
(1,303 Views)