10-23-2006
10:52 AM
- last edited on
10-26-2022
04:33 PM
by
NI_Community_Su
Message Edited by Support on 04-29-2008 09:17 AM
10-23-2006 11:23 AM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
10-23-2006 11:59 AM
10-23-2006 03:55 PM
10-23-2006 03:57 PM
10-24-2006 11:32 PM
10-25-2006 04:56 AM
Darren,
Is there a limit to the number of points that this history probe can contain??
Dev
10-25-2006 09:02 AM
10-28-2006 06:00 PM
10-30-2006 12:05 AM
Thanks for the feedback...we'd have to do a bit of work to ship these History Probes with LabVIEW. For one thing, I was using them the other day to debug a race condition, and discovered they were quite slow (so slow, in fact, that simply using the History Probes eliminated the race condition)...this is probably because of the thread switching associated with frequent calls to the listbox property node to update the probe display. I prototyped a similar History Probe using the array control, but with a vertical scrollbar (new feature in LabVIEW 8.0, I think I mentioned it as a nugget earlier this year)...anyway, the array History Probe was much faster, since there were no Property Node calls. Nevertheless, I do recognize that these would be good to ship with the product, and I also agree that Custom Probes are one of the coolest features that came out in LabVIEW 7.0 (*almost* as cool as right-clicking a loop tunnel and choosing "Replace with Shift Register").
-D