Error -63195 While Running FPGA VI in Interactive ModeHardware: CompactRIO
Problem: I have a CompactRIO system and am trying to run an FPGA VI in interactive mode by clicking on the Run button of the VI. The VI seems to compile and download successfully, but as soon as it starts running I see the following error message: Target Specific Error Encountered
Why am I getting this error message and how can I resolve it? Solution: This error can occur if LabVIEW automatically closes the VISA session created for communicating with the FPGA backplane of the CompactRIO system. To prevent this, open the Tools » Options dialog, select the Environment category, and uncheck the Automatically Close VISA Sessions checkbox. If the above step does not fix the problem, open the LabVIEW.ini file located in your labview directory with a text editor (e.g. Notepad). If you have a token that reads cleanupVisa=True, change it to cleanupVisa=False. If this token does not already exist, add cleanupVisa=False to the bottom of the INI file, save it, and restart LabVIEW. Related Links: KnowledgeBase 4L586BLX: Why does NI-RIO Error -63186 Occur with LabVIEW FPGA Applications? KnowledgeBase 3W6FPB1O: Error 1073807346: Error Occured at VISA Open and NI-RIO Open: Given Session or Object Reference is Invalid Attachments:
Report Date: 12/11/2006 Last Updated: 12/13/2013 Document ID: 44AF6D45 |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

