Jump to content

Labview 7.1


Azazel

Recommended Posts

Posted

Hello all,

I recently upgraded from labview 7.0 to 7.1. Before the upgrade my vi's worked fine. After the upgrade my programs keep crapping out at a section in my code where I create a new folder dependant on user information. Has any one experienced this problem before? I think it is frikin weird and I can't figure out why this is occuring. Any thoughts?

Posted
Hello all,

I recently upgraded from labview 7.0 to 7.1.  Before the upgrade my vi's worked fine. After the upgrade my programs keep crapping out at a section in my code where I create a new folder dependant on user information.  Has any one experienced this problem before?  I think it is frikin weird and I can't figure out why this is occuring.  Any thoughts?

2668[/snapback]

I've noticed some File I/O problems when trying to delete files. It seems as if it is a permissions problem. Perhaps LabVIEW is locking the file and not releasing it, causing subsequent operations to fail.

What does your code do, specifically? Can you post an example?

-Jim

Posted
I've noticed some File I/O problems when trying to delete files.  It seems as if it is a permissions problem.  Perhaps LabVIEW is locking the file and not releasing it, causing subsequent operations to fail.

What does your code do, specifically?  Can you post an example?

-Jim

2669[/snapback]

It seems there are some new error handling capabilities in 7.1. In my old code when I was creating a path, but with nothing in the control string, it would sipple state <not a path> and continue on its merry way. In 7.1, a error window pops up with the same <not a path> stopping my code. I went to the options menu and turned off error handling dialoge box and the code works again. I guess this option would be good for some codes but not mine.

Azazel

Posted
I guess this option would be good for some codes but not mine.

2678[/snapback]

It is usable (in some ways), when you're debugging and don't want to step through your whole code. So you get an idea where and when your error occurs.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.