07-15-2025 10:09 AM
Hi, I'm going to work with an Aalborg flowmeter. This supplier provides some LabVIEW code that can be run directly as an executable and should work. These blocks use VISA drivers since the communication is via RS232 serial. I have installed the LabVIEW Runtime. The executable opens, but I encounter issues when running the code (error Visa Close)— it seems like the VISA drivers are not active. I'm doing some research and I see there's something called NI-VISA Runtime (https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000YHweCAG&l=es-ES). Should I install it or its not that and runtime should work just fine? If I don’t have the NI Package Manager, what alternatives do I have?
Solved! Go to Solution.
07-15-2025 10:24 AM
@Jousepa wrote:
Hi, I'm going to work with an Aalborg flowmeter. This supplier provides some LabVIEW code that can be run directly as an executable and should work. These blocks use VISA drivers since the communication is via RS232 serial. I have installed the LabVIEW Runtime. The executable opens, but I encounter issues when running the code (error Visa Close)— it seems like the VISA drivers are not active. I'm doing some research and I see there's something called NI-VISA Runtime (https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000YHweCAG&l=es-ES). Should I install it or its not that and runtime should work just fine? If I don’t have the NI Package Manager, what alternatives do I have?
If the implementation used VISA functions, you need either full VISA driver install or at least the VISA runtime if running as part of exe.
07-17-2025 09:25 AM
Fast and clear.
Thanks!!