Tags |
(This content has not been tagged yet)
|
![]() |
Feb 7 2008, 08:28 AM
Post
#1
|
|||
![]() Extremely Active Premium Member ![]() Posts: 323 Joined: 8-January 07 From: Geneva Member No.: 7452 Using LabVIEW Since:1999 LV:8.5.1 ,7.1.1 ,5.1
My Gallery
|
When testing my image analysis functions I often use the conditionnal probe, why do they exist for DBL and not for SGL numerics ??
Lots of IMAQ functions outputs values in SGL... I'm sure it wouldn't cost to develop ! -------------------- ____________________________________________________________________________________
It's better to stay out of the rat race because if you win, you're still a rat _____________________________________________________________________________________
|
||
|
|
|||
| Ad |
Feb 7 2008, 08:28 AM
Post
#
|
||
|
|
|
||
|
|
|||
Feb 7 2008, 03:02 PM
Post
#2
|
|||
![]() I'm a LAVA, not a fighter. V I Engineering, Inc. ![]() Posts: 3751 Joined: 13-October 03 From: Michigan, USA Member No.: 181 Using LabVIEW Since:1993 LV:8.5 ,. ,.
My Blog
|
When testing my image analysis functions I often use the conditionnal probe, why do they exist for DBL and not for SGL numerics ?? Make you own custom probe -------------------- ![]()
|
||
|
|
|||
Feb 7 2008, 05:28 PM
Post
#3
|
||||
![]() Extremely Active Member Posts: 509 Joined: 2-August 05 Member No.: 2680 Using LabVIEW Since:1996 LV:8.5.1 ,8.6 ,.
|
Make you own custom probe ..and while your at it, why not make a History Probe like so: Very useful to track changing values in a loop. Be sure to throw it in the folder: \LabVIEW Data\Probes Neville. This post has been edited by Neville D: Feb 7 2008, 05:31 PM
Attached File(s)
|
|||
|
|
||||
Feb 7 2008, 08:12 PM
Post
#4
|
|||
![]() Extremely Active Member Posts: 289 Joined: 6-March 06 Member No.: 4344 Using LabVIEW Since:1997 LV:7.1.1 ,. ,.
|
When testing my image analysis functions I often use the conditionnal probe, why do they exist for DBL and not for SGL numerics ?? Lots of IMAQ functions outputs values in SGL... I'm sure it wouldn't cost to develop ! Go to vi.lib/_probes. Open the one you like (ConditionalDouble.vi, for example) Edit it to change the data type to what you want, change the name and the Window Title. Put it in user.lib/_probes Voila! Single Conditional Probe!
|
||
|
|
|||
Feb 8 2008, 07:02 AM
Post
#5
|
||||
![]() Extremely Active Premium Member ![]() Posts: 323 Joined: 8-January 07 From: Geneva Member No.: 7452 Using LabVIEW Since:1999 LV:8.5.1 ,7.1.1 ,5.1
My Gallery
|
..and while your at it, why not make a History Probe like so: Very useful to track changing values in a loop. Be sure to throw it in the folder: \LabVIEW Data\Probes Neville. I already installed the History probes, they are indeed very usefull, but there is another feature on conditional probes that I love : the posibilty to stop execution (like a breakpoint) if the value is within a specified range. I do quite a lot of image processing and I must be sure that the settings I choose will work for all the images I have (often more than 10k images) so I put my analysis VI in a loop, and make it run with all the images. That's why I'd like to be able to set set a conditionnal probe that stops on the image for which the analysis fails. I know there are other ways to do it, but the conditionnal probe for DBL exist, so the SGL shouldn't cost a kidney to develop. Thanks for the replies -------------------- ____________________________________________________________________________________
It's better to stay out of the rat race because if you win, you're still a rat _____________________________________________________________________________________
|
|||
|
|
||||
Feb 8 2008, 03:35 PM
Post
#6
|
|||
![]() Extremely Active Member Posts: 289 Joined: 6-March 06 Member No.: 4344 Using LabVIEW Since:1997 LV:7.1.1 ,. ,.
|
I know there are other ways to do it, but the conditionnal probe for DBL exist, so the SGL shouldn't cost a kidney to develop. If the probe exists for a different data type, it only takes about 2 minutes to change it to the data type that you want. It's very easy.
|
||
|
|
|||
![]() ![]() |
| Time is now: 2nd December 2008 - 04:01 AM |