LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

fpsane.cpp line 433 error shuts down VI

After about a minute or so of working on a case structure for a VI, the "fpsane.ccp" line 433, error comes up and force shuts down my VI. I've repeatedly tried to re-create this VI, but the same error pops up at about the same point of creation of the VI. Attached is the file to the furthest point I was able to work on it before the error occurs. how can I fix this?

0 Kudos
Message 1 of 6
(2,928 Views)

@Mach3 wrote:

After about a minute or so of working on a case structure for a VI, the "fpsane.ccp" line 433, error comes up and force shuts down my VI. I've repeatedly tried to re-create this VI, but the same error pops up at about the same point of creation of the VI. Attached is the file to the furthest point I was able to work on it before the error occurs. how can I fix this?


You are mixing boolean True/False with strings in your case structure. It is very unsound practise and the compiler probably ends up being unhappy. Smiley Embarassed

 

Use enums instead of strings. See the attachment.

 

Br,

 

/Roger

 

0 Kudos
Message 2 of 6
(2,921 Views)

Thank you for your quick response, but as I have LabView 2009 I can't see the file. can you save it as an earlier version? thanks

0 Kudos
Message 3 of 6
(2,904 Views)

Ok,

 

Here's the LV2009 version.

 

Br,

 

/Roger

 

0 Kudos
Message 4 of 6
(2,896 Views)

Hi Mach3,

 

I believe we might have talked over email as well.

 

Are you trying to run LabVIEW 2009 on Windows 7? Have you considered upgrading to 2009 SP1 or is that not an option? LabVIEW 2009 is not supported for Windows 7.

Windows Version Compatibility with LabVIEW

 

Regards,

Joey S,

Applications Engineering

National Instruments

Joey S.
Senior Product Manager, Software
National Instruments
0 Kudos
Message 5 of 6
(2,885 Views)

I've downloaded and installed the service pack, everything seems to be working normal. thanks for the tip.

0 Kudos
Message 6 of 6
(2,849 Views)