Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

How to comunicate serial port with IP

Dennis_Knuston, I will take into account what you tell me, it is important.

 

Do you think that also the problem could be that for a serial, the "shape of the comands" must change, I mean, for a serial port a different structure of the commands is needed?

0 Kudos
Message 11 of 22
(3,914 Views)

If you want to use TCP/IP, then your device needs to be connected via the Ethernet connection in your computer.  This also means that the instrument must be connected to the same network and be configured to be in the same subnet.  Static IP addresses are recommended.

 

If your instrument is connected to the serial port, then you have to use the serial port to talk to it.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 12 of 22
(3,914 Views)

@Luko14 wrote:

Do you think that also the problem could be that for a serial, the "shape of the comands" must change, I mean, for a serial port a different structure of the commands is needed?


What instrument are you trying to communicate with?  All of the instruments that I have ran into that can use serial or TCP/IP use the same command structure of both buses.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 13 of 22
(3,911 Views)

Crossrulz, all the devices are properly conected in the network we have. All the IP are static.

 

If the device is conected to a serial port, there is no chance to conect it by IP/Ethernet? we want to conect it by IP because we suspect that the serial port is crashing the program.

0 Kudos
Message 14 of 22
(3,910 Views)

Make sure the instrument is configured to talk over the Ethernet.  There are some that will only allow you to communicate over one bus and it must be manually configured.  The VISA serial name for an Ethernet connected instrument is usually something like "TCPIP0::XXX::INSTR" where XXX is the TCP/IP address.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 15 of 22
(3,904 Views)
That's just silly. You obviously have two separate ports on the instrument and you need the correct protocol for each.

Use the tcp/ip functions when you have it on an Ethernet connection.
0 Kudos
Message 16 of 22
(3,903 Views)

Maybe it would help if you tell us which instrument you are using.

 

Kees

0 Kudos
Message 17 of 22
(3,881 Views)

I will try to explain better and with more details the problem I have and the devices I am working with in order you can help me.

 

Sorry If do not use the right words properly because I am only a learner.

 

I have three devices correctly connected via Ethernet with the PC:

 

1         Mercury iTC temperature controller

 

2         Mercury iPS magnet power supply

 

Which are both connected also by USB (serial port) and both work with “Advanced Serial Write and Read.vi”

Here you have all the specifications: http://www.oxford-instruments.com/OxfordInstruments/media/nanoscience/PDFs/Instrumentation/Mercury-I...

 

3         Another device only connected by Ethernet and that works properly with “send_commands_ethernet.vi”

 

I would like to communicate with the devices iTC and iPS via Ethernet but when I try to do it with “send_commands_ethernet.vi” it does not work. WHY?

 

If you need more information just tell me.

 

 

 

Download All
0 Kudos
Message 18 of 22
(3,876 Views)

What IP address do you have everything assigned to?  Are you using any crossover cables?  What is your network connection architecture/layout (ie, how is everything connected)?


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 19 of 22
(3,868 Views)

-The IP is static

-We are not using crossover cables

-All the devices are connected to an internal server.

 

I have found a program that is able to communicate via Ethernet with the iPS device that shows the name of the components (of the iPS) and it works, so that is the evidence that iPS is properly connected to the Ethernet. There is no apparent reason why “send_commands_ethernet.vi” should not work then. Perhaps it has to be with the structure of the commands that I am sending to the device by “send_commands_ethernet.vi”.

 

In the program I tell you above that works via Ethernet over iPS, I have realized that when I write the IP address in the front panel: “149.220.70.99” automatically the program changes it to this shape to communicate with the device:  “tcpip::149.220.70.99::7020::socket”.

 

Does it give you any clue about what could be happening?

0 Kudos
Message 20 of 22
(3,859 Views)