LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Strip chart example help

Hi all,

 

I was going through the waveform chart example, however, there are some things I can't quiet figure out, the example is as below:

 

strip_chart.png

 

In the block diagram, there are three form/fields corresponding to the strip chart, two in the for-loop, and one outside. I understand the form taking the bundled inputs inside the for-loop results from the strip-chart indicator. However, I don't understand where the other two come from and how they're configured. Right click->properties on these two yield no object properties, so I'm pretty lost...

 

Any hints about what these do would be appreciated...I'm new to Labview and all these pictures are just frustrating as hell.

0 Kudos
Message 1 of 4
(3,504 Views)
Surely as a beginner you have context turned on. As you move your mouse over the objects, the help window willl show you the name of the object. Click on the details.

You do not have a for loop. It is a while loop. The object outside the loop is a property node. So is one inside. The other is a bundle. As the help for the chart explains, that is what you use for multiple plots in a chart.
0 Kudos
Message 2 of 4
(3,499 Views)

There are no "forms/fields".

 

Inside the while loop there is the terminal for the waveform chart that has the data written to it.  The other item is a property node of the strip chart.  (Right click on the terminal and pick Create Property Node.)

 

The item outside the loop is another property node of the chart made the same way.

 

I would recommend looking at the online LabVIEW tutorials
LabVIEW Introduction Course - Three Hours
LabVIEW Introduction Course - Six Hours

0 Kudos
Message 3 of 4
(3,498 Views)

Thanks for the help everyone! So glad I discovered context help.

0 Kudos
Message 4 of 4
(3,482 Views)