10-16-2008 07:05 AM
I have some project for cRIO-9072 control.
I have used Network Shares Variables to control cRIO from remote PC.
After I have used it each time I start VI I could see that message
Error 8 occurred at File Dialog->Networked.vi
Possible reason(s):
LabVIEW: File permission error. You do not have the correct permissions for the file.
=========================
NI-488: DMA hardware error detected.
Method Name: Library:Deploy Libraries
Does somebody know how to overcome this error.
The time is quite critical to me. We are going to ship hardware tomorrow morning and I still could not create working executable to control cRIO from remote PC.
I have included screenshot and project as well so you could see what is going on.
Solved! Go to Solution.
10-21-2008 05:02 AM
Hi Sergey,
Thanks for the forum post!
I just wanted to check with the support we've provided through NI Technical Support that your issue(s) have all be resolved and that you met your deadline okay?
Kind Regards,
10-21-2008 05:10 AM
Hi ALL,
The solution I believe to this error message was:
When you make an exe of a project using shared variables, you must have a local copy of the variables on the deployment machine which are then binded to the 'real' shared variables stored on the target - cRIO in this case.
This means in your project view:
1) Create shared variables in the normal manor on the cRIO.
2) Create shared variables on the Host PC - llb under the Host Pc In the project and then enable Aliasing and then bind to PSP UR.
Kind Regards