09-11-2019
07:08 AM
- last edited on
01-07-2025
10:08 AM
by
Content Cleaner
Hallo everyone,
I found this whitepaper on how to configur NI-VISA to control an ethernet based instrument on a windows PC,
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000x3gXCAQ&l=en-US
but this requires NI-MAX therefore I can't do the same on cRIO. So my question is how to realize a VISA based Ethernet communication on a cRIO to control my instrument.
Regards
09-11-2019 03:21 PM
What is the protocol your instrument uses? Can you simply use the primitive TCP Vis to communicate with the device?
09-11-2019 06:52 PM
You can build the VISA Resource name from the IP Address. Use MAX to figure out the string and use it in your code for the cRIO.