LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Numeration of probes

Hello everyone,

 

I am currently debugging my project using Probes and Break Points. I have set many probes, but sometimes I forget some in a VI. The new probe is now on the bottom of the list in the probemonitor. This is often very confusing, since it may be called before the other probes.

 

My question: Is it possible to change the enumeration of the probes? 

0 Kudos
Message 1 of 4
(1,969 Views)

No way that I am aware of.

 

I do know that probes are grouped by VI.  So a new probe in the VI should be a the bottom of its group, not the bottom of the entire window.

0 Kudos
Message 2 of 4
(1,936 Views)

They are grouped, yes. But in the group it is still confusing when it is on the bottom.

 

Maybe I can add it to the wishlist  

0 Kudos
Message 3 of 4
(1,931 Views)

There are two ways (related) to renumber probes.

  1. Close the Probe Window and dismiss all the Probes.  Then re-create them in the order you wish them to appear in the list.  The "down-side" is that the numbering will not reset, so if you originally had 11 probes and closed them all, the next Probe would be #12.
  2. Stop, then restart, LabVIEW.  This is similar to Step #1, but now the Probe numbering will restart from 1.

Personally, I find that having more than 4 or 5 probes open at a time is confusing.  My approach is to put several in "critical locations" -- if everything passes, I close the Probe Window and place a new set "at the next place to check".  If I'm trying to do a "wide-spread Fishing Expedition", I restart LabVIEW and try to place the Probes in the order I expect them to be activated.

 

Bob Schor

0 Kudos
Message 4 of 4
(1,923 Views)