‎11-17-2006 07:32 AM
‎11-17-2006 08:57 AM
hi there
if the error message supplies some information like "BDHP:addresses.." or "FPHP:addresses.." then try this:
- add the line "LVdebugKeys=True" to your LabVIEW.ini file
- restart LV
- provoke the error message and note the addresses
- click "CTL + SHIFT + d" and then "CTL + SHIFT + h", this will open the heap window
- search for the VI and the address the error occured in the list on the heap window
- mark the line and click the "F" button on the heap window
- the mouse will jump to the place where the error occures
best solution is then to delete the code at that place and to rewrite it.
good luck and let us know
‎11-17-2006 09:07 AM
‎11-20-2006 05:26 AM
‎11-20-2006 06:06 AM
‎11-20-2006 06:25 AM
‎11-20-2006 07:34 AM