LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

insane objects

can someone help me with my INSANE OBJECTS issue.
it work perfectly on my labview 8.0
but when i save it as 7.0 i am facing some error messages
thank you in advance


p.s- this error message appears when i try to "SAVE"



Message Edited by krispiekream on 06-26-2008 12:31 PM
Best regards,
Krispiekream
0 Kudos
Message 1 of 11
(4,258 Views)
The general rule when finding insane objects is:
Divide and conquer.

First find the failing VI, then you can define most of the time from the message if the insane object is on the BD or the FP.

Then you start dividing, delete half of the code, save the VI.

No error, the insane object is on that half of the VI.
Otherwise the insane object is on the other half (verify this by deleting the other half.

In the malicious half, delete again half of the VI.

Follow the routine untill you located the insane object (most of the time a wire), delete and recreate that part from scratch.

Another method is listed here (I never have tried it)

Ton
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
Message 2 of 11
(4,241 Views)
i think my problem is here?
is there a different between this two version?

labview 7.0


labview 8.0



Message Edited by krispiekream on 06-26-2008 03:19 PM
Best regards,
Krispiekream
Download All
0 Kudos
Message 3 of 11
(4,208 Views)
Maybe something got confused when you downgraded. Just right-click the bad reference and link it back to the xy graph. (or delete it and create a new one).
 
I am curious about the look of the 8.0 report VIs. Do you have some extra toolkits installed? (Even in 8.5, mine look like the 7.0 version).
Message 4 of 11
(4,190 Views)

_______________________________________

I am curious about the look of the 8.0 report VIs. Do you have some extra toolkits installed? (Even in 8.5, mine look like the 7.0 version).

________________________________________

It looks like ms office report gen toolkit.  They replace the standard report generation vis. 

SteveA
CLD

-------------------------------------
FPGA/RT/PDA/TP/DSC
-------------------------------------
Message 5 of 11
(4,186 Views)
Are you running both versions of LV on the same computer?
SteveA
CLD

-------------------------------------
FPGA/RT/PDA/TP/DSC
-------------------------------------
Message 6 of 11
(4,185 Views)
no..i am running LV 7.0 on one.
and my labtop have both labview.
i dont know where the problem is anymore.

Best regards,
Krispiekream
0 Kudos
Message 7 of 11
(4,176 Views)
The difference in your LV 7 machine and your LV 8 machine is that the LV 8 machine has the MS office toolkit installed.  I would first try installing the ms office toolkint on your LV 7 machine, then track down other issues.
SteveA
CLD

-------------------------------------
FPGA/RT/PDA/TP/DSC
-------------------------------------
Message 8 of 11
(4,161 Views)
yeah. i tried that you suggested.
that doesnt seems to be the problem.
 
Best regards,
Krispiekream
0 Kudos
Message 9 of 11
(4,110 Views)
I would suggest you follow Ton's method from post 2.  The only way I have ever had success eliminating insane objects is to find the offending object, delete it and recreate it.
SteveA
CLD

-------------------------------------
FPGA/RT/PDA/TP/DSC
-------------------------------------
Message 10 of 11
(4,096 Views)