08-06-2010 07:14 AM
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?
Solved! Go to Solution.
08-06-2010 09:20 AM
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.
08-06-2010 09:32 AM
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?)
08-06-2010 09:38 AM - edited 08-06-2010 09:39 AM
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.
08-06-2010 09:50 AM
Can you direct me to any examples that may help me?
08-06-2010 10:12 AM
Search NI.com for remote panels.
Here is one link How Do I Enable LabVIEW Web Server or Use Remote Panels With an Executable Built in LabVIEW?
08-19-2010 04:02 PM
Thanks for the help.
Can LabView open a terminal program, like hyperterminal?
08-19-2010 08:28 PM
Sure. You can use the System Exec function on the Connectivity and then the Libraries palette to run any program on your PC.