11-14-2012 08:24 AM
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?
11-14-2012 10:57 AM
@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.
Use enums instead of strings. See the attachment.
Br,
/Roger
11-15-2012 03:00 PM
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
11-16-2012 01:13 AM
Ok,
Here's the LV2009 version.
Br,
/Roger
11-16-2012 11:57 AM
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
11-25-2012 09:08 PM
I've downloaded and installed the service pack, everything seems to be working normal. thanks for the tip.