From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

insane object intensity chart

I have a program that gives me an Insane Object Error when I try to save.  It seems to happen when I add an intensity chart.  Attached are the error messages. When I look at the Heap Peek for my program, I see that my offending object is the entire Front Panel!
I have cut and pasted the program to another VI and re-written most of the program but I still get the error.  I'm not certain, but now believe that the error is caused when I place the intensity chart on the front panel.  Has anyone else seen anything similar?

Telemaque
Download All
0 Kudos
Message 1 of 7
(3,232 Views)

Hi Telemaque,

Oh yes... The infamous "Insane Objects"...  They can drive you insane... 😮  😉

Basically, (for some reason), somethings gets corrupted in the vi block diagram.  Until recently, the solution was to simple copy & paste into a new blank diagram.  I recently read that there is a way to actually trap (see?) what the actual object is..  I'll try to find the thread which discusses it.

Here are some links for your reading pleasure:

http://forums.ni.com/ni/board/message?board.id=170&message.id=24302

Have a look at the 4th post in this thread:

http://forums.ni.com/ni/board/message?board.id=170&message.id=24302

I think you'll like this thread..

http://forums.ni.com/ni/board/message?board.id=170&message.id=155365

 

Hope this helps,

JLV

Message 2 of 7
(3,218 Views)
JLV,
    I agree that the error is well named.  Thanks for the reading material; it gave me a few ideas to check, but I haven't solved the problem yet.  I may actually consider rewriting the blasted thing from scratch....nah, I'll save that as a last resort.

Telemaque
0 Kudos
Message 3 of 7
(3,199 Views)

LOL!!

😄

Did you try the infamous "select all / copy / open new blank vi / paste / save as original_filename" approach?

Message 4 of 7
(3,191 Views)

Hello Telemarque,

I am really curious about what led you to believe that an Intensity Chart is causing the errors.  Are you able to save the VI without the insane object, then add an intensity chart and get the error?  Maybe you could share your VI with us so we can see the insane object. 

Steven T

0 Kudos
Message 5 of 7
(3,175 Views)
Steven T,
    I'm sorry it has taken me so long to get back to you.  First, let me say that I made a mistake, I meant to write that adding an intensity GRAPH gave me the insane object error, not a chart (though I did try both and got the same error).  You are right about how I knew the problem was with the graph: I could save the program without it, but when I added it and tried to save, the program crashed and gave me the insane object error.  I re-wrote part of the program, and copied the rest to the new file (the vi is too big to write again completely from scratch).  Things seem to be working normally for now.
Have you ever encountered an insane object error that gave the entire front panel as the insane object?
0 Kudos
Message 6 of 7
(3,144 Views)

Hi Telemaque,

I must admit, this is the first time that I read that the entire Front Panel became an insane object. 

JLV

Message 7 of 7
(3,127 Views)