07-13-2006 05:29 PM
Hello Folks:
Just a general question about using the property nodes with Waveform Charts.
I'm trying to write a 1D array of waveforms to a Chart to display using the
chart's property node, but it keeps returning "An input parameter is
invalid" error.
Aside from the performance issues of updating charts this way, this should be a very simple and straightforward code. It works file if I try to display scalar values or a single waveform. However, it doesn’t work for an array of waveforms. Also, just wiring the array of waveforms to the Chart indicator directly works well.
The sample vi is attached. This is one part of the code that I’m trying to adapt from 7.1 to 8.0. It was working fine in LabVIEW 7.1 but it breaks in 8.0.
Can anyone tell me what might be the issue here?
Appreciate all help,
-Ilya.
07-14-2006 01:33 AM
Hi
I can't tell you why it worked in LV7.1 and now it doesn't. I had a look at the vi and wondered why you want to use a chart. Basically, the chart offers functionality to just put in a single value (or a 1D array) and see the trend, as the control buffers the values. If you wire a waveform to the chart, still have this feature, but I don't think this is useful.
07-14-2006 12:06 PM
07-14-2006 01:16 PM
07-17-2006 10:00 AM
07-17-2006 01:26 PM
Well, since it was determined that the described effect is really a bug that will be fixed sometime in the future, is there an elegant solution to go around this?
Thanks so much,
-Ilya.