10-18-2006 03:57 PM
10-18-2006 04:20 PM - edited 10-18-2006 04:20 PM
If all you want to do is to display one waveform at a time, use a slide or scroll bar (LabVIEW 8.x) and wire it to the index array function. The attached picture shows a slide with a min of 1 and a max of 10. That's why I subtract 1 from it before passing it to the Index Array. I've only got 8.2 eval and haven't done much with the horizontal/vertical scrollbar but you can do the same thing. I used a page size of 1 and a range of 1 to 11. The scrollbar doesn't have index values so the slide is a bit easier to use I think.
Message Edited by Dennis Knutson on 10-18-2006 03:22 PM
Message Edited by Dennis Knutson on 10-18-2006 03:24 PM