LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Strange situation. A Vi makes LV crash

Hi,

I was working in a Vi and when I ran it, LV crashed. After a few crashes I started deleting things until I left just the controls and indicators and it still crashed. Any idea what can it be? Any tool to check that, a kind of "repair".

Thanks,

Marce
0 Kudos
Message 1 of 5
(2,864 Views)
could you post the vi in its original form? Does it have a call library function in it?
BJD1613

Lead Test Tools Development Engineer

Philips Respironics

Certified LV Architect / Instructor
0 Kudos
Message 2 of 5
(2,856 Views)
Every once in awhile, VIs get corrupted (usually due to a disk I/O error). In LabVIEW-speak, you probably have an insanity, something that “cannot be”, but is. Many times, you can cure the problem by creating a blank VI, selecting everything in the insane VI, copying it, then pasting to the blank VI. This process causes LabVIEW to do a sanity check of everything and will sometimes fix it. If this doesn't work, you will probably need to rewrite the VI.
0 Kudos
Message 3 of 5
(2,826 Views)
I recently experience a similar situation. What I will suggest is you use a process of elimination to identify what is causing the corruption. I'm sure you will find out something interesting.
0 Kudos
Message 4 of 5
(2,813 Views)
Hello,

Although I've already rewritten the Vi from a backup, here's the Vi that crashed but it has just controls and indicators. And it still crashes.

Thanks,

Marcelo
0 Kudos
Message 5 of 5
(2,777 Views)