I am having a problem communicating with a PXI 7831R in a PXI 1031DC chassis that is running Labview RT. When I try to run the FPGA code it compiles, but it does not seem to download and run. Nothing happens (no errors, etc) when the run button is subsequently pushed, it just pops out again. When accessing the PXI remotely through MAX running on a PC, the remote system is visible as well as the PXI chassis and all of the cards in the chassis. However, when I try to open a VISA session I get an error:
Unable to open session to “visa://192.168.99.5/PXI2::15::INSTR”
Return status code: 0xBFFF00A8
Status name: VI_ERROR_NPERMISSION
Access to the resource or remote machine is denied. This is due to lack of sufficient privileges for the current user or machine.
I also was unsuccessful at starting and running the simple FPGA code with an RT host VI. Are there some privileges that need to be modified on the PXI machine? Or is it a different problem? Can you suggest a solution?