Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

GPIB-ENET/100 max connections?

What's the maximum number of TCP connections that the GPIB-ENET/100 can handle? I am using the ESP-488 to access the GPIB-ENET/100.
0 Kudos
Message 1 of 2
(3,284 Views)
Hi,

I couldn't find any specification for the maximum number of connections that the ENET can accept.

The ESP uses a symbolic constant to limit the number of connections:

#define MAXCONNECTIONS 16

You could increase this number and see if it works.

DiegoF
National Instruments.
0 Kudos
Message 2 of 2
(3,284 Views)