LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

remote connection to terminal through internet

Solved!
Go to solution

We are currently selling a lot of products to China.  Our products can connect to a computer and show real time data what is going on with product.  This is usually done through the serial port and using hyperterminal. 

Can LabView help me do remote diagnostics, by having the customer connect a modem to our product so I can observe the real time data over the internet?




metzler CLAD
0 Kudos
Message 1 of 8
(2,898 Views)

Certainly.

 

The question is, what is your product?  What kind of hardware is it running on?  LabVIEW can communicate using modems by using the VISA serial commands.  If your hardware is physically connected to the internet, then you may want to use TCP/IP commands to communicate with a remote server.  It would be faster, use less hardware (i.e. no modem), but the customer's IT department would have to allow communication through their firewall.

0 Kudos
Message 2 of 8
(2,884 Views)

We make electrostatic painting equipment for Automotive, Industrial, and Tier 1 industries. 

The products all use a RS232 driver (we use a MAX232) to communicate this real time data.  Please keep in mind, up to now we have only used this data for on site troubleshooting, but it would be great if somehow I could use LabView to interface it to the internet and be able to do remote troubleshooting. 

Our product communicates to PLCs (via RIO) or uses discrete inputs, and is not connected to the internet.

What I am thinking is the customer could connect a cable from our equipment to a computer which has a internet connection.  Install the LabView program, and I could remotely connect to the screen through the internet (possibly using our remote panel license?)




metzler CLAD
0 Kudos
Message 3 of 8
(2,878 Views)

I think that should certainly be possible.

 

The only catch is that setting up a remote panel on the PC they connect to your equipment means it acts like a webserver.  The customer would have to make sure their LAN/internet setup would allow you to access a webserver (their PC with the remote panel) from behind their firewall.

 

I've used remote panels, including ones that people in other divisions of our company could access.  But I have never tried one where someone external to our company needed to access.

0 Kudos
Message 4 of 8
(2,876 Views)

Can you direct me to any examples that may help me?

 




metzler CLAD
0 Kudos
Message 5 of 8
(2,867 Views)
Solution
Accepted by topic author metzler
Message 6 of 8
(2,860 Views)

Thanks for the help.

 

Can LabView open a terminal program, like hyperterminal?




metzler CLAD
0 Kudos
Message 7 of 8
(2,810 Views)

Sure.  You can use the System Exec function on the Connectivity and then the Libraries palette to run any program on your PC.

0 Kudos
Message 8 of 8
(2,793 Views)