Click here to learn
about this Sponsor:
Home  |  News  |  Articles  |  Polls  |  Forum

Keywords: Match:
Device profile: Automation Network X-change
(Oct. 27, 2003)

The Automation Network X-change (AN-X) family of embedded Linux based devices from Quest Technical Solutions connects PCs to automation networks for remote monitoring and control. Its PC interface supports several protocols that run over a standard Ethernet transport, while various versions of the device are available to support a variety of industrial networks.


Quest's AN-X


Quest lists the following typical applications for AN-X:
  • Human Machine Interfaces (HMIs) can use AN-X to rapidly exchange large amounts of data with controllers
  • Connect otherwise incompatible devices to Automation networks.
  • Use AN-X to capture raw messages on the network, with timestamps to microsecond accuracy
  • Monitor data exchange between controllers and I/O devices
  • Log the data values or data changes with microsecond accuracy
  • Some versions of AN-X can be used in conjunction with PLC programming software Remote diagnostics and alarms.
  • Some versions of AN-X can be configured to generate emails on diagnostic data alarm, specific data values, etc.
Quest says the AN-X supports the following access protocols:
  • Ethernet/IP -- A computer or Programmable Logic Controller (PLC) can communicate with AN-X and access symbolic tags
  • Modbus over Ethernet -- AN-X tags can be mapped to Modicon registers
  • QTS OPC server -- Where appropriate, AN-X is supplied with a QTS OPC server to allow a computer to access AN-X data QTS protocol.
  • Developers can write a driver to communicate directly with AN-X, using a simple TCP socket protocol
AN-X configuration is done using a simple spreadsheet, according to Quest, and then download over Ethernet to the AN-X device using a provided Win32 utility. AN-X utilities for Windows include:
  • Utility that talks to a specific Ethernet MAC address to set the IP address
  • Utility to transfer configuration data to AN-X
  • Where required, utility to transfer network capture and log data from AN-X
  • Where applicable, QTS OPC server for data exchange with AN-X
  • Utility to transfer firmware and operating system to AN-X
AN-X runs a webserver, which provides diagnostics and current I/O data. A Web browser can be used to configure some things, such as IP address and host name.

Quest says it plans to add support for the network types that include:
  • Profibus (multiple slaves)
  • ControlNet
  • Allen-Bradley Data Highway Plus and remote I/O
  • Devicenet
  • Various serial networks
What's inside the box?


The SBC inside Quest's AN-X


AN-X consists of two parts:
  • the main board contains the processor, RAM, FLASH memory, FPGA and Ethernet hardware. This board is common to all versions of AN-X.
  • a network-specific daughterboard that contains the hardware required to access the network
Quest lists the following hardware specs for the AN-X:
  • 100 MHz 32-bit MIPS processor
  • 64 Mbytes DRAM
  • 8 Mbytes NOR FLASH
  • 64 Mbyte NAND FLASH for file system
  • FPGA (Xilinx 200,000 gate Spartan II) for network interface
  • Ethernet
    • Standard RJ45 Ethernet connector
    • Supports 10/100 megabits/second
    • Activity LED
    • Data rate LED
    • Maximum data transfer rate over Ethernet 1.5 Mbytes/second
    • Can use DHCP but does not require it
    • Can use NTP but does not require it
  • Power Power requirements: 12 - 24 VDC, 2 watts typical
  • Physical
    • Dimensions: 4.2 x 5.0 x 1.3 in. (not including connectors)
    • Desktop use or DIN mountable
  • Watchdog timer. If the firmware does not kick the watchdog within the timeout period the watchdog times out and places the module into a safe fatal failure state.
  • Jabber inhibit timer. If the network transmitter is on longer than 150% of the longest network frame time, the transmitter is forced off and the module is placed into a safe fatal failure state.
Embedded Linux software

The AN-X contains 8MB of NOR flash containing boot code and two Linux kernels. One of the kernels mounts the JFFS2 file system contained in the 64MB NAND flash and is used by the device under normal operation. The other is an initrd image that mounts an NFS partition, providing a standard OS image with all the tools needed to upgrade or manage the JFFS2 Linux image.

Linux development was done on a desktop machine running SuSE 8.0 and GCC with an IDT MIPS cross-compiler and libraries.

Other interesting open source software packages deployed in the AN-X include boa, a small-footprint web server; busybox, a single small binary providing many standard command line utilities; and, JFFS2 file system over MTD with NAND flash support.

Quest started their project using IDT Linux, available for IDT's development boards, and then ported that environment to its own hardware, which is based on the IDT MIPS processor.

Why Linux?

Jim Stewart, Embedded Sytems Designer with Quest Technical Solutions, provides some background before explaining why he chose Linux for the AN-X. "I have been developing embedded software for some 15+ years now. I have designed 8-bit processor systems with the standard interrupt driven, main loop design. I have designed roll-your-own RTOS's, and used various commercial RTOS's (VxWorks, Nucleus, QNX, MicroC, etc). So, I have some perception on embedded firmware OS's, their upside and downside.

"Most important to myself -- and, I imagine, most embedded system developers -- is making the damn thing work. In the end, I have the responsibility for the product and therefore require as much control as possible. That is the most important governing factor in deciding to use Linux. I get the source code and thus have the control I need. Of course, other RTOS's provide source code, but it comes at an excessive price."

Stewart summarizes his reasons for choosing Linux:
  • I get the source, economically
  • The source is high quality, community supported and developed
  • The TCP/IP stack is one of the best in the world
  • The depth and breath of available applications is quite vast
  • The OS has a well established track record in the area of stability
  • I can fit it in a reasonable amount of non-volatile storage -- Embedded XP, Windows CE can't be. Same goes for the run-time image.
Retrospective

Asked if he was glad about the choice to use Linux, Stewart was clear.

"Am I glad? Absolutely! I have worked on deeply embedded software for industrial products for a fair amount of time. I am used to the 'pain' of deeply embedded development. Linux was a dream in this respect."

Stewart notes he was especially pleased with his two-kernel approach. "Our product contains two Linux kernels, as mentioned above. For development, one kernel (the configuration kernel) is compiled to mount an NFS root file system. The result is an embedded environment that is a transparent extension of the desktop Linux box. Beautiful! All this with out expensive, finicky hardware interfaces (hardware emulator, etc.). All done with standard ethernet and well known software packages."

Stewart notes that his product requirements did present some unique challenges for an OS that is typically used for desktop and server applications. But, "Linux's quality, scalability and vast support community quickly addressed any issues we had. I must say, also, that the engineers at IDT provided great support for the MIPS processor and the Linux port. Although support for Linux from some hardware vendors can be a real bear, the boys/girls at IDT were great."

Stewart not only predicts a bright future for embedded Linux, but says that to a degree, that future is already here. "I think at this point the writing is not just on the wall, but on the forehead of most every vendor, user and market-oid in the embedded OS industry. When Wind River changes their position 180 degrees, you know Linux has a powerful following in the embedded space."

Stewart continues, "The 2.6 version of Linux looks great for the embedded world. From what I have read, lots of great stuff has made it from the embedded Linux community to the kernel tree (uClinux, numerous CPU ports, MTD, etc.). The changes to the scheduler are also very interesting to an embedded developer (preemption, POSIX real-time signals, etc. etc.). I think Linux has a huge future in the embedded world; it certainly does for us!"



Related Stories:

(Click here for further information)


FUEL Database on MontaVista Linux
Whether building a mobile handset, a car navigation system, a package tracking device, or a home entertainment console, developers need capable software systems, including an operating system, development tools, and supporting libraries, to gain maximum benefit from their hardware platform and to meet aggressive time-to-market goals.

Breaking New Ground: The Evolution of Linux Clustering
With a platform comprising a complete Linux distribution, enhanced for clustering, and tailored for HPC, Penguin Computing¿s Scyld Software provides the building blocks for organizations from enterprises to workgroups to deploy, manage, and maintain Linux clusters, regardless of their size.

Data Monitoring with NightStar LX
Unlike ordinary debuggers, NightStar LX doesn¿t leave you stranded in the dark. It¿s more than just a debugger, it¿s a whole suite of integrated diagnostic tools designed for time-critical Linux applications to reduce test time, increase productivity and lower costs. You can debug, monitor, analyze and tune with minimal intrusion, so you see real execution behavior. And that¿s positively illuminating.

Virtualizing Service Provider Networks with Vyatta
This paper highlights Vyatta's unique ability to virtualize networking functions using Vyatta's secure routing software in service provider environments.

High Availability Messaging Solution Using AXIGEN, Heartbeat and DRBD
This white paper discusses a high-availability messaging solution relying on the AXIGEN Mail Server, Heartbeat and DRBD. Solution architecture and implementation, as well as benefits of using AXIGEN for this setup are all presented in detail.

Understanding the Financial Benefits of Open Source
Will open source pay off? Open source is becoming standard within enterprises, often because of cost savings. Find out how much of a financial impact it can have on your organization. Get this methodology and calculator now, compliments of JBoss.

Embedded Hardware and OS Technology Empower PC-Based Platforms
The modern embedded computer is the jack of all trades appearing in many forms.

Data Management for Real-Time Distributed Systems
This paper provides an overview of the network-centric computing model, data distribution services, and distributed data management. It then describes how the SkyBoard integration and synchronization service, coupled with an implementation of the OMG¿s Data Distribution Service (DDS) standard, can be used to create an efficient data distribution, storage, and retrieval system.

7 Advantages of D2D Backup
For decades, tape has been the backup medium of choice. But, now, disk-to-disk (D2D) backup is gaining in favor. Learn why you should make the move in this whitepaper.

 


Got a HOT tip?   please tell us!
Free weekly newsletter
Enter your email...
Click here for a profile of each sponsor:
PLATINUM SPONSORS
GOLD SPONSORS
(Become a sponsor)

ADVERTISEMENT
(Advertise here)

Check out the latest Linux powered...

mobile phones!

other cool
gadgets



BREAKING NEWS

• First ALP Linux smartphone?
• First Atom-based nano-ITX board?
• New kernel boosts embedded
• First dual-monitor LTSP 5 set-up?
• Understanding Unix spells and curses
• Tools vendor touts low-cost Linux BSPs
• Debugger supports multi-core MIP64 chips
• Webinars tackle VxWorks-to-Linux ports
• Twin POS systems for Linux
• Mobile Firefox ready for download
• Miguel de Icaza on Mono 2.0
• Embedded Linux declining?
• Mobile WiMAX service launches in U.S.
• Euro Linux device conference announces speakers
• POS stack targets Linux netbooks


Most popular stories -- past 90 days:
• Open source phone goes mass-market
• Tinest Linux system, yet?
• Garmin Nav devices run Gnome Linux
• ARM9 board boots Debian in 0.69 seconds
• Low-cost laptop runs Linpus Linux
• Linux-friendly Beagle fetches $150
• Mini Linux PC breaks $100 barrier
• Open source camera records geotagged video to SATA HDD
• Open set-top box ships
• First $100 laptop runs Linux


DesktopLinux headlines:
• Mandriva 2009 debuts with KDE 4 desktop
• Debian Sid-based distro reviewed
• Miguel de Icaza on Mono 2.0
• RIP LinuxWorld
• Testers sought for Blackberry-Linux sync software
• Google updates photo editor for Linux
• Major Mono rev ships
• Intrepid Ibex beta-tests
• Linux netbook returns higher?
• Open-source image editing project launches


Also visit our sister site:


Sign up for LinuxDevices.com's...

news feed

Home  |  News  |  Articles  |  Polls  |  Forum  |  About  |  Contact
 

Ziff Davis Enterprise Home | Contact Us | Advertise | Link to Us | Reprints | Magazine Subscriptions | Newsletters
Tech RSS Feeds | White Papers | ROI Calculators | Tech Podcasts | Tech Video | VARs | Channel News

Baseline | Careers | Channel Insider | CIO Insight | DesktopLinux | DeviceForge | DevSource | eSeminars |
eWEEK | Enterprise Network Security | LinuxDevices | Linux Watch | Microsoft Watch | Mid-market | Networking | PDF Zone |
Publish | Security IT Hub | Strategic Partner | Web Buyer's Guide | Windows for Devices

Developer Shed | Dev Shed | ASP Free | Dev Articles | Dev Hardware | SEO Chat | Tutorialized | Scripts |
Code Walkers | Web Hosters | Dev Mechanic | Dev Archives | igrep

Use of this site is governed by our Terms of Service and Privacy Policy. Except where otherwise specified, the contents of this site are copyright © 1999-2008 Ziff Davis Enterprise Holdings Inc. All Rights Reserved. Reproduction in whole or in part in any form or medium without express written permission of Ziff Davis Enterprise is prohibited. Linux is a registered trademark of Linus Torvalds. All other marks are the property of their respective owners.