08-07-2007 01:56 AM - edited 08-07-2007 01:56 AM
메시지가 08-07-2007 02:03 AM에 labmaster에 의해 편집되었음
08-07-2007 09:29 AM
08-07-2007 09:31 AM
What kind of error do you get the second time? Is there an error message. A common problem with visa is that after the first execution the visa resource is not closed, then on second run the vi is stuck waiting on a resource it can not get, if this error is not handled the program flow will not work properly. As a fix I often proceed my visa opens with a visa close on the resource and an error clear. Can you give some more details about the problem. I have used visa runtime with 8.2 exes with no problems.
Paul
08-07-2007 08:40 PM - edited 08-07-2007 08:40 PM
메시지가 08-07-2007 08:43 PM에 labmaster에 의해 편집되었음
08-08-2007 09:36 AM
To me, this sounds like you're simply not waiting enough time for the application to start running before you try to launch it again, and thus you end up with two instances. I don't know what your application is doing, but you have to keep in mind that the runtime engine has to start first. If you have a relatively slow machine, or your hard disk is heavily fragmented, or your application is large, this may take some time. If your application is accessing hardware resources (and it sounds like it is), the second instance will be in conflict with the first, causing a system contention, and is likely the cause of the apparent non-responsiveness.When I click the application one time, the application was not launched.
Then the two same applcations were appeared in the second click.