04-06-2012 08:57 PM
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:
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.
04-06-2012 10:15 PM
04-06-2012 10:15 PM
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
04-07-2012 04:56 PM
Thanks for the help everyone! So glad I discovered context help.