Table of Contents:

Introduction

The most advanced pieces of scientific equipment are often both very rare and very expensive. This is a poor combination if your research needs dictate the use of such a device.

For example, scanning electron microscopes, depending on quality, cost millions of dollars. This high price prohibits their purchase for occasional research use. This high price also decreases the probability that there is a facility near by that has both, a scanning electron microscope, and has time to let you use it.

One solution to this scenario is to create a product that allows scanning electron microscopes and possibly other equipment to be used remotely. Such a device would utilize the internet to pass commands to the microscope, as well as return data from the microscope back to the user.

Proposed Solution

Build a prototype of an internet controlled appliance that simulates the remote operation of a scanning electron microscope.

This appliance has four main components:

Procedure

Parts

Internet Appliance Electro-Mechanical Parts
PartVendorPart #QuantityPrice
Stepper MotorJameco1518612$6.19
Diode (1N4003)Jameco769708$0.04
Gears (Assorted)Jameco1318011$7.99
Power DriverArrowUNC5804B2$4.22
8255 CardBoondog.com8255 Kit1$59.00
Logitech WebCamBest Buy961237-04031$49.99
BreadboardRadio Shack276-1741$13.49
Battery HolderRadio Shack270-3961$1.79
Wrapping WireRadio Shack278-5011$2.99

Electro-Mechanical

This internet appliance calls for several electro-mechanical components:

Software

The software to control this internet appliance is broken into two groups: Software on the server PC and software on the client PC.

Server

Client

Turbo C

To demonstrate the functionality of the circuit before investing time into writing the server and client software, I wrote some simple code in TurboC.

This code:

You may download this code below:

TurboC Source Code

TurboC Code Exe

Theory of Operation

Here is how the system works:

Operating Procedure

These steps must be taken in the following order to successfully run the internet appliance:

Conclusion

Utilization of internet appliances such as an internet adapted scanning electron microscope have many advantages. When a piece of equipment is networked through the internet, two main things happen:

Update

Since the initial creation of this page, I have learned that some folks in the Cambridge University Engineering Department have been working on controlling a scanning electron microscope over the internet. You may read an abstract to a paper of theirs here.

Todd Danko is a graduate student in the Department of Mechanical Engineering at Drexel University.

Return to Todd's Main Page