09-08-2023 11:48 AM
Hi There,
I am trying to set the decimation of my Async custom device with the Set Custom Device Decimation.vi seen in the screenshot. The library builds fine but when I deploy this to my RT Target I get the following error. Any idea why this is not found once deployed? When I open the .llb I can see the Set Custom Device Decimation.vi in there.
Deployment Error
LabVIEW: (Hex 0x7) File not found. The file might be in a different location or deleted. Use the command prompt or the file explorer to verify that the path is correct.
Nonexistent GPIB interface.
NI VeriStand: ??? in Custom Device API.lvlib:NI VeriStand - Set Custom Device Decimation.vi->r3_remote_controller Engine.lvlib:RT Driver VI.vi:3170001<APPEND>
/c/ni-rt/VeriStand/Custom Devices/r3_remote_controller/r3_remote_controller Engine Linux64.llb/NI VeriStand - Set Custom Device Decimation.vi/NI VeriStand/Custom Device Offline API/NI VeriStand - Set Custom Device Decimation.vi
Solved! Go to Solution.
09-08-2023 06:24 PM
Set Decimation is done during the Configuration, usually in the Main Page VI. You should not use it in the RT Driver VI.
VeriStand Engine will handle the execution of decimation.
09-11-2023 10:32 AM
Ah yes I missed that, thanks so much ZYOng, it works now!