03-19-2019 12:34 AM
I have elaborated the step by step execution of the project and the corresponding errors simultaneously.
LabVIEW: File not found. The file might have been moved or deleted, or the file path might be incorrectly formatted for the operating system. For example, use \ as path separators on Windows, : on Mac OS X, and / on Linux. Verify that the path is correct using the command prompt or file explorer.
=========================
NI-488: Nonexistent GPIB interface.
03-19-2019
12:58 PM
- last edited on
01-07-2025
12:18 PM
by
Content Cleaner
My understanding here is that you are able to import in into VeriStand, it shows up correctly with the proper inputs and outputs, and then on deployment to the target it's erroring. It's showing up properly in VeriStand because you have the VeriStand configuration set up properly (good job on that), but this seems like it could be an error within your LabVIEW FPGA code, not VeriStand itself.
Is there any point in your LabVIEW FPGA code where you're trying to access a file on the target? If so, you need to make sure that your filepath follows the conventions of the operating system it's being deployed to. This may help you: https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000YH93CAG&l=en-US
I think the 488 error is a herring, I've seen it on unrelated errors. It seems like NI sometimes uses catchall error codes that can be a bit misleading.
JHP
03-12-2020 08:53 AM
488 refers to IEEE-488 GPIB standard. Try to change build path - right click on Build Specs you used, Properties, change target path.