09-13-2013 11:01 AM
All,
I am running off of a stripped down LabVIEW FPGA Waveform Acquisition and Logging on cRIO template in LV2012sp1. When I first call the open FPGA I get error 61201. The help file identifies this as the chassis being in Scan Interface mode. The FPGA programming mode is selected in the chassis properties page so I am not sure how to proceed.
I found this after getting a 314220 in the UI main and tracking it back to Read/write control functions which fed out 63195 error codes and finally getting back to the initial FPGA references.
-Brendan
09-13-2013 02:46 PM
Chances are the chassis setting has not been deployed. To do this, right click on the chassis and select deploy. You should be able to see the chassis item listed in the deploy window.
If you don't see the chassis being deployed and your issue is not resolved, you may be running in to some deploy caching behavior. It's possible that your host thinks the setting has been deployed, which causes the setting to be filtered in future deployments, but it actually hasn't. To force the chassis mode setting to be deployed, change to Scan Mode, deploy, then change back to FPGA mode and deploy again. It's also possible that "Deploy All" (available by right clicking on the RT Target) will also fix this, but I can't remember.
09-24-2013 01:23 PM
that got it done, thanks!