08-06-2019 06:40 AM
Hello,
I have a problem with my RT application. I developed an application running a PXIe-5105 Oscilloscope. All works fine under the development system so I build the application and deploy it to the Real Time target (PXI). During the inizialization phase the RT give me the Error:
niScope Initialize.vi<ERR>VISA: (Hex 0xBFFF0011) Insufficient location information or the device or resource is not present in the system.
I can't understand why since I didn't change the name PXIe-5105 to NI MAX and NI Max itself can find the oscilloscope.
What could be the problem?
08-07-2019 12:49 AM
Do you have all the required drivers installed in the RT target, i.e. NI-VISA, NI-SCOPE?
Did you compile the VI into RTEXE and running the VI?
if so, did you use any type definitions or property node that interacts with screen within the VI?
Is the aliase name in NI MAX in the development environment the same in the runtime environment?
08-07-2019 01:12 AM
Do you have all the required drivers installed in the RT target, i.e. NI-VISA, NI-SCOPE?
I think, but this could possibly be the error. The list of installed software:
Did you compile the VI into RTEXE and running the VI?
Yes.
if so, did you use any type definitions or property node that interacts with screen within the VI?
What do you mean by screen?
Is the aliase name in NI MAX in the development environment the same in the runtime environment?
Yes.