09-07-2006 12:11 PM
09-07-2006 12:22 PM
09-08-2006 07:28 AM
09-08-2006 07:45 AM - edited 09-08-2006 07:45 AM
Message Edited by Day on 09-08-2006 08:45 AM
09-08-2006 07:55 AM - edited 09-08-2006 07:55 AM
Message Edited by BobChuck on 09-08-2006 08:57 AM
09-08-2006 08:12 AM - edited 09-08-2006 08:12 AM
Message Edited by Day on 09-08-2006 09:12 AM
09-08-2006 09:11 AM
BobChuck,
The example that Day has posted is available in LV6.1. Just search the examples for "waveform" and pick "waveform graph" ... or you can find it in: C:\Program Files\National Instruments\LabVIEW 6.1\examples\general\graphs\gengraph.llb\Waveform Graph.vi
05-23-2012 07:03 AM
Hello,
I am programming a CCD and I was wondering How can I plot two lines on an "intensity graph" instead?
- I tried plotting them but only one of them shows, I think there is a command that lets you keep the first line as well, but I dont know where it is,
- Also, is there a way I can integrate the data between the two lines I draw?
- is there a smarter way to plot the two lines other than building two different "events"?
Please see attached
05-23-2012 07:26 AM - edited 05-23-2012 07:30 AM
I'm not familiar with intensity graphs, but I played around with the vi you posted and I think I figured it out. Please see attached.
I basically just chained all the "new picture" lines together and then loaded the whole thing into the property node, rather than trying to assign individual pairs to the same property node independantly. I also added a second color box and a "control-5" for the second set of points, so the lines wouldn't be on top of one another (and thus hidden).