1 / 21

Remote Instrument Control Through Internet

Remote Instrument Control Through Internet. Gu Feng July, 1998. Content . Introduction Development of RICI using CGI Development of RICI using Java Conclusion Future Work. Introduction. Possibility of RICI Unified user interface Ease of usage Interactivity Benefit. Introduction.

yestin
Download Presentation

Remote Instrument Control Through Internet

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Remote Instrument Control Through Internet Gu Feng July, 1998

  2. Content • Introduction • Development of RICI using CGI • Development of RICI using Java • Conclusion • Future Work

  3. Introduction • Possibility of RICI • Unified user interface • Ease of usage • Interactivity • Benefit

  4. Introduction • System Structure

  5. Development of RICI using CGI • CGIis an acronym for the Common Gateway Interface, which defines the standard way in which external programs should communicate with a Web server. • Typical procedure of controlling a remote instrument • Using any internet browser to connect to the web site where the instrument is located. • The web server will provide a web page, which enables users to enter desired instrument parameters and submit them to the web server.

  6. Development of RICI using CGI • The CGI program on the web server will determine whether the entered parameters are acceptable or not. • If the entered parameters are acceptable, the CGI program will generate commands and transfer the commands to the Lab PC to which the instrument is connected and controlled. • The Lab PC will execute the commands and acquire output of the instrument.

  7. Development of RICI using CGI • The acquired data will be transferred from the Lab PC to the CGI program. • The CGI program will then translate the acquired data to HTML format and send them to the remote user.

  8. Development of RICI using CGI AD/DA Card GPIB Card, etc. • What is Virtual Instrument? Virtual Instrument Software

  9. Development of RICI using CGI • Virtual Instrument - Sine wave signal generator

  10. Development of RICI using CGI • Demonstration • Start page • Result page

  11. Development of RICI using Java • Java • platform independent • compile once, run anywhere • java applet can run on client side • more flexibility, interactivity and immediacy • continuous connection between client and server • more friendly and easy-to-use user interface

  12. Development of RICI using Java • Typical procedure of controlling a remote instrument • Using any internet browser to connect to the web site where the instrument is located. • The web browser will automatically download a java applet and run it. • The Java applet will establish a TCP connection with the server program running on web server.

  13. Development of RICI using Java • The user will enter desired parameters and click <run> button. • The java applet will send the parameters to the server program. • The server program will determine whether the entered parameters are acceptable or not. • If the entered parameters are acceptable, the server program will generate commands and transfer the commands to the Lab PC to which the instrument is connected and controlled.

  14. Development of RICI using Java • The Lab PC will execute the commands and acquire output of the instrument. • The acquired data will be transferred from the Lab PC to the server program. • The server program will then generate a GIF file according to the acquired data and inform the java applet that the GIF file is ready.

  15. Development of RICI using Java • The Java applet will fetch the GIF file and display it on the user’s screen. • To get a new result, the user just need to change the value of parameters and click <run> button.

  16. Development of RICI using Java Demonstration - Start page

  17. Development of RICI using Java Demonstration - Result page

  18. Conclusion Difference between CGI method and Java method

  19. Conclusion Difference between CGI method and Java method

  20. Conclusion

  21. Future Work • authentication • encryption of transmission • integration with Computer Supported Cooperative Work • potential application in industry

More Related