10-20-2023 09:30 AM
What does-it mean?
10-20-2023 10:19 AM
I don't have complete information nor operational knowledge about NI-VISA Server, but AFAIK and can guess it is an application (maybe a service) that allows programs running on other LAN nodes to control instruments by means of VISA as if the instruments would be directly connected to the client PC. NI-VISA Server listens for client connections on TCP port 3573. But on your computer there is already a program or service that uses this port. Hence the error message. If you have installed VISA Server but don't want to use it, you may simply uninstall it.
10-22-2023 02:46 PM
@pincpanter wrote:
I don't have complete information nor operational knowledge about NI-VISA Server, but AFAIK and can guess it is an application (maybe a service) that allows programs running on other LAN nodes to control instruments by means of VISA as if the instruments would be directly connected to the client PC. NI-VISA Server listens for client connections on TCP port 3573. But on your computer there is already a program or service that uses this port. Hence the error message. If you have installed VISA Server but don't want to use it, you may simply uninstall it.
Could it also be due to firewall blocking?
10-22-2023 09:37 PM
@Bill, you're correct, it is a port used by NI-VISA and it must be open.
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000001DdxbSAC&l=en-US
10-23-2023 02:15 AM
@billko ha scritto:
@pincpanter wrote:
I don't have complete information nor operational knowledge about NI-VISA Server, but AFAIK and can guess it is an application (maybe a service) that allows programs running on other LAN nodes to control instruments by means of VISA as if the instruments would be directly connected to the client PC. NI-VISA Server listens for client connections on TCP port 3573. But on your computer there is already a program or service that uses this port. Hence the error message. If you have installed VISA Server but don't want to use it, you may simply uninstall it.
Could it also be due to firewall blocking?
No, because applications know nothing about blocking. Actually, the firewall (nearly?) always blocks connection attempts coming from other nodes. Another program on the same machine would be able to connect.
03-03-2025 02:51 AM
If you see an NI VISA error, first check the device connection and resource name. Make sure the right driver is installed and try updating it. Restart NI MAX and send *IDN?
to test communication. If it still doesn’t work, share the error code for more help.