02-21-2013 08:46 AM
Hi Everyone
I am new to use VI server, I followed labview example for my program but I encounter some problem which I do not know why it is happening? here is error and program , it is saying my vi is not in memory , I even use direct path in program but it does not work.
thanks
02-22-2013 10:01 AM
First, You should post this question in the LabVIEW Board, not the PXI Board as it has nothing to do with PXI. You may be trying to open a VI to use with your PXI device, but the question is a LV question, not a PXI question. This Board gets far less activity than the LV Board.
Second, The error message indicates that the VI is not in memory. That part seems clear enough. The next line tells you what to do if you want to LOAD a VI into memory. I am guessing that you want to load the Strain Samples VI. To do that you must use a complete path, not just the VI name. Look at the help for the File Path functions for more information.
Lynn
02-22-2013 10:11 AM
ooops I taught I posted in labview , sorry my fault , and I belive the vi is loaded correctly as no error occurs after open vi reference. I will post this thread on labview, thanks for your support
02-22-2013 10:12 AM
sorry I mixed up with another post. never mind this problem is solved , thanks