06-05-2009 05:56 PM
06-06-2009 01:48 PM
I'm not sure about what I'm saying, however:
- Do you have the SIT Server powered on? (Matlab open)
- Are your IP configs correct?
- Have you tried to re-deploy?
06-08-2009 02:24 AM
Hi,
If I am not wrong, you are trying to dynamically call read.vi and write.vi from the application main.vi. If this is the case, while building the application, add read and write vi as always included. or if you are just deploying main.vi manually (not an application) then you need to deploy read write vis along with it.
It would be more clear if you post your Vis.
06-08-2009 03:53 PM
Could you post the rest of the error message? Does it occur when you try to build an RT application? Or just run the Main.vi?
Regards,
Anna K.
06-09-2009 11:34 AM
06-10-2009 01:16 PM
Hello,
It is not possible to run this VI without all the dependencies. I would suggest searching error 1003 in the ni.com search and check the Knowledge Bases to see which one applies to your case as there are many of these for different situations. As well check other discussion threads as someone may have discussed this before. This error usually applies to application, if you have a an application in you project, check to see if it deploys and builds properly.
Regards,
Anna K.
06-16-2009 01:36 AM
Hi,
Error 1003 occurs, if a vi is broken or some subvis are missing. As I have said ealier in my post, include the subvis (read and write) in always included while building the application. Also, as a good practice, close all the references opened.There is no need to convert string to path while giving it to open vi reference. You can just give the names of the subvis ( provided they are deployed and are in the memory when this is run).