Linux and Industrial Automation
March 16, 2009
The well-known Linux operating system is used from desktop computers to high-grade corporate servers, mainly due to reliability, which in turn stems from the large community support base of Linux, since it’s open-source. Personally, I prefer Linux over Windows, although many of my software tools require Windows XP to run.
Linux has also been used in embedded-systems devices because of its stability. For me, I would think of having a normal desktop computer controlling the machinery, through a man-machine interface (MMI.) That is because remote control is always surpassed by local control of a human operator near the machinery – a basic automation rule. And desktops can pack more power and flexibility in terms of processing power than embedded-systems can.
It’s easy to make an interface circuit between the computer and the machinery controls using off-the-shelf components. You can program the microcontroller with just the necessary code for interfacing to the desktop, using the all-classical COM or LPT ports. I like the LPT port, since you can manipulate the 8 bits individually, and they all appear at the hardware port at the same time.
As for the desktop software part, technologies such as remote-procedure calls (RPC), streaming compression and encryption, and even Web servers can be used in tandem. Linux handles networking extremely well, and provides RPC for seamless calling of remote procedures and functions.
Local-operator controls can be designed with cross-platform kits like Qt, or with the native looks of Linux. The graphical UI is left at the discretion of the end-user.
Linux has a lot of uses, indeed. More may be waiting.
Posted in Embedded systems | Leave a Comment »