LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to remotely control an instrument?

Hello,
I have an instrument(TDS Oscillscop) hich is connected to a host computer through GPIB, so how can I do to control this instrument at home? thanks,
Mike
0 Kudos
Message 1 of 6
(3,075 Views)

There are many ways to do this probably the easiest is to set up your local vi for control to publish to the web.  This is under tools->publish to the web.  Other code based methods are to set up client server architectures like TCP/IP or data sockets.

 

Paul

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 2 of 6
(3,063 Views)
In addition to Paul's suggestions, if you have LV on your home computer you can use also use VI server to dynamically call VIs.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 3 of 6
(3,055 Views)
could you please let me know the detail of this method?
 
 
In addition to Paul's suggestions, if you have LV on your home computer you can use also use VI server to dynamically call VIs.

Mike...

Message Edited by happybird on 07-25-2007 11:24 PM

0 Kudos
Message 4 of 6
(3,049 Views)
You could configure the host computer to use VISA Server, then access the instrument as if it was connected to your computer at home.

The concept is simple, but things like firewalls, routers and port number filtering often get in the way when trying to do this sort of thing over the internet.

http://zone.ni.com/devzone/cda/tut/p/id/4789



0 Kudos
Message 5 of 6
(3,029 Views)
Duplicate post.

Please stop posting the same question on multiple boards. You will begin to irritate people.
0 Kudos
Message 6 of 6
(3,014 Views)