LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to connect multiple instruments via TCP/IP to a computer who has only one ethernet port?

I've heard a router is the solution. What kind of router do I need? Thanks.


Message Edited by pellet8 on 07-16-2008 08:03 AM
0 Kudos
Message 1 of 7
(3,564 Views)

In my applications, because IT wants me to keep the instruments and I/O off of the company network (which I think is a real good idea anayway), I install a second NIC and an ethernet switch like a Netgear FS105.  I configure the 2nd NIC with a fixed IP address.  I then use it to control my Fieldpoint, a Keithley DMM and a Tektronix scope.

 

Mike

0 Kudos
Message 2 of 7
(3,558 Views)
In our group we have started using USB to ethernet cards (Belkin) with fixed ip's and Netgear FS105 switches.  These provide isolation between your device under test and your ethernet card and also can be moved around quickly from PC to PC.  -SS 


0 Kudos
Message 3 of 7
(3,549 Views)

Thank you guys for the reply.

If I use a NETGEAR FS105, how is each intrument identified on the computer?  Are they assigned with different IP addresses?

0 Kudos
Message 5 of 7
(3,512 Views)
Yes, each instrument has a unique I.P. address.
0 Kudos
Message 6 of 7
(3,510 Views)

Hub is like a piece of cable with all the devices attached. Every device will see all the packets.

Switch will only send information to the relevant device. The other devices will not see any packets that are not addressed to the device. Generally, everything is on the same sub-network.

Router will break the ethernet into 2 sub-networks. One outside and one inside. Most routers will do packet filtering and limit the packets the inside network will see. In addition it can provide dhcp services.

0 Kudos
Message 7 of 7
(3,493 Views)