I have attached a project that crashes my cDAQ-9136 running Linux RT. The fact that it crashes is a problem, but the bigger issue is the lack of feedback. If I run the main VI when it is connected to my controller I the following:
Initializing... Calculating dependencies... Checking items for conflicts. This operation could take a while... Preparing items for download. This operation could take a while... Deploying NI-cDAQ-9136-01C9D990(successfully deployed target settings) Deploying Main RT VI.vi Deployment completed with errors
And that's it. It doesn't tell me what the deployed errors are, or why it stopped deploying. I click Close and I get an error stating the Connection to the Target was lost. Fine lets go to MAX and look at the Error Log:
There it sometimes states "Memory or data structure corrupt". This also isn't helpful. The real issue is that my VI is calling a .Net function to get information about the file and isn't supported on this OS. Is it possible that NI can give a more verbose list of errors or state that the function isn't supported on this target in the deployment window? Thanks.