06-27-2008 06:03 AM
06-27-2008 06:21 AM
06-27-2008 06:28 AM
Thansk muks
I change dto V8
06-27-2008 06:29 AM - edited 06-27-2008 06:38 AM
Exception ID: 3A98D61C
Please click the Back button on your browser.
06-27-2008 06:51 AM
Hi Veeru,
In your Untitled 10.vi, you need to wire the Path directly to the Open VI Reference or just give the name of the VI in a string to the Build Path primitive that comes from the Strip Path primitive from the Current VI Path primitive.
By your (wrong) method, you are giving a doudle path [Not A Path] to the Open VI Reference, thats why the error 1 comes out.
This path [D:\Documents and Settings\parthasarathi.v\Desktop] build up with this path [D:\Documents and Settings\parthasarathi.v\Desktop\A.vi] to make the wrong path [Not A Path].
It actually should be D:\Documents and Settings\parthasarathi.v\Desktop >> Build Path >> A.vi, thats it.
06-27-2008 06:53 AM
Moreover, put a seperate event for your Stop button. Or, wire a value other than -1 to the Timeout terminal.
Else, your VI is stoppable only thro' the Abort button of LabVIEW.
06-27-2008 06:55 AM
06-27-2008 08:58 AM
one more question,
How to refer the path of VI to build path
Thanks
06-27-2008 09:33 AM
06-27-2008 11:59 AM
In the same program i just modified,i am getting an error message
For ex: From ring if i select the option,a dialog box appears,if i click yes the program works fine and if i click No i am getting error message.
I think its because i am using the FPopen node.
Pls anyone suggest me why i am getting error.
Thanks