06-09-2006 02:46 PM
06-09-2006 03:20 PM
06-12-2006 07:02 AM
Actually, that is a great idea. The only problem is the number of points that I may need to change color to could be significant (100s?). If there is no limit on the creation of cursors, this could be a pretty cool idea and I am going to play with that today and provide a status.
Sincerely,
Don
06-12-2006 10:06 AM
Good news - I am able to make this work because it is possible to create cursors programmatically using the 'CrsrList' property node.
See attached.
06-12-2006 10:29 AM
The first version I posted used an OpenG fx. Here is the code again with just the normal LabVIEW fxs (v7.1).
Thanks again for even bringing this idea up.
Sincerely,
Don
06-12-2006 09:31 PM - edited 01-06-2020 01:43 PM
Yes, seems to work fine :).
If you have LabVIEW 8.0, there is another possibility. There is a new property that allows drawing any pictures or picture elements on your graph area. Of course you could draw individual pixels, but nothing prevents you from e.g. drawing circles, squares, odd shaped areas, arrows or event text. ... Anything you could do with a plain picture indicator. One example that ships with LabVIEW 8.0 is Envelope.vi, see image.
Message Edited by altenbach on 06-12-2006 07:31 PM
(EDIT: Attached the old LabVIEW 8.0 example by request as llb)
06-13-2006 03:00 AM - edited 06-13-2006 03:00 AM
Message Edited by GerdW on 06-13-2006 10:02 AM
06-13-2006 07:03 AM
06-13-2006 07:06 AM - edited 06-13-2006 07:06 AM
Gerd: your solution is based on coding points based on current gray value, not spatial location, right? If so, I have done what you have shown here for another application in which I code outlier points (those of value greatly different than the mean) blue if very low and red if very high. I modify the color table by making blue the 0th color and red the 255th color of an otherwise normal gray scale.
Thanks,
Don
Message Edited by DonRoth on 06-13-2006 07:07 AM
08-23-2006 03:01 PM