07-09-2013 03:04 PM
My code can be run when the cRIO is connected to PC with Ethernet cable.
But when I want to compile (build) my code, I get the following massage.
Also the picture of the massage is shown below.
////////////////////////////////////
Visit the Request Support page at ni.com/ask to learn more about resolving this problem. Use the following information as a reference:
Error 6 occurred at Copy in AB_Targetfile.lvclass:PostBuild.vi->AB_Application.lvclass:PostBuild.vi->AB_Engine_Build.vi->AB_Build_Invoke.vi->AB_Build_Invoke.vi.ProxyCaller
Possible reason(s):
LabVIEW: Generic file I/O error.
E:\2013_05_23a_research\2013_05_27a_Richard's\exercise\2013_07_07_exampleFinder_1DMAFIFO\examples\CompactRIO\Module Specific\NI 9234\builds\NI 9234 Getting Started\NI-cRIO9024-UConn\My Real-Time Application\c
////////////////////////////////////
Solved! Go to Solution.
07-10-2013 10:49 AM
Hi Cashany,
What version of LabVIEW Real-Time are you working with? What cRIO are you deploying to? What version of the NI-RIO Drivers are you using?
Behind your error dialog you have a Load Save Warnings dialog. What is the full expected path that LabVIEW is expecting to find this VI at? Have you tried correcting this conflict by moving the file to the expected path or changing your project to expect it from the new path?
Also I notice that the paths that are listed are rather long. Is it possible that your problem is related to this KnowledgeBase, Error 6 Occurs at Create Folder When I Build my Real-Time Executable?
07-10-2013 10:51 AM
I'm going to work on the issues you mentioned.
07-11-2013 01:55 PM
SOLVED: the path was tooooo long. Thanks.