Technology Industry
Industry: Email Alert RSS FeedFirmware system design for a frequency and time interval analyzer - technical
Hewlett-Packard Journal, Feb, 1989 by Terrance K. Nimori, Lisa B. Stambaugh
Firmware System Design for a Frequency and Time Interval Analyzer
FREQUENCY COUNTERS offer the high resolution and measurement flexibility essential for examining frequency or timing stability. Traditional counters, however, lack measurement control and analysis capabilities for profiling changes in frequency or timing parameters. Although external processing is often used to reveal modulation or jitter components, software complexity and noncontinuous sampling limit the effectiveness of this technique.
Based on continuous measurement technology, the HP 5371A Frequency and Time Interval Analyzer represents a significant contribution to dynamic signal analysis. Powerful analysis and graphics firmware provide enhanced performance capabilities for such applications as frequency modulation and timing jitter measurements.
Most RecentTechnology Articles
- Google Becomes (Almost) Full-Fledged Telecom, Vonage, Skype, Others In Sites
- Google Android Will Increasingly Win According to Gartner [UPDATE: Palm...
- Microsoft, Sony Were Right, Consoles Are the Future. Where's Apple?
- AOL, the $200 Million Coming Disaster
- Intel to Pay AMD $1.25 Billion; the Antitrust Cost Keeps Rising
- More »
This article examines the major firmware components of the HP 5371A, and focuses on their design and application to the continuous measurement concept.
Design Objectives
The design objectives of the firmware were strongly influenced by the potential of the continuous measurement technology. These objectives included:
* Supporting continuous measurement processing and statistical and graphical analysis functions
* Providing an enhanced user interface through a menu-driven front panel and a descriptive HP-IB programming language
* Partitioning the firmware system into functional modules that can be combined for extended capabilities
* Leveraging technologies from other HP products.
We concluded early in the design of the HP 5371A that while existing designs offered basic features, performance improvements and additional capabilities were often needed to address these objectives. An example that illustrates this contrast is the microprocessor system. While a conventional counter might use an 8-bit processor and typically 16K bytes of ROM, the HP 5371A uses a 32-bit 68000 microprocessor for overall control. A total of 550K bytes of ROM and 200K bytes of RAM are used. Unlike many existing designs, which were written in assembly language, most of the HP 5371A firmware (approximately 80%) was written in Pascal for maximum flexibility and development efficiency. Only time-critical functions, such as interrupt handlers and hardware interfaces, were written in assembly langauge.
System Architecture
The firmware system for the HP 5371A consists of five major modules (Fig. 1):
* Command Translator
* Measurement Manager
* Display Manager
* HP-IB
* Central Data Base.
These modules are synchronized by a real-time operating system.
The command translator parses keyboard operations or HP-IB commands into instrument settings, which are saved in the central data base. These settings are used by the measurement manager to program the measurement hardware. The measurement manager is also responsible for retrieving and processing measurement results. Menu screens and graphics displays are controlled by the display manager. The HP-IB module builds input command strings and provides a variety of output data formats and status reporting capabilities for the automated test system environment.
Operating System
The HP 5371A operating system is divided into two sections: scheduling executive and command interpretation. The scheduler is responsible for scheduling tasks and for passing messages between these tasks. The command interpretation section includes the command translator and the action-takings tasks that carry out the commands requested.
Messages are used to communicate between tasks. One tasks creates a message and sends it to another task. The second task reacts to this message by performing some action and/or sending another message. Messages are used to send information from task to task, and to synchronize their operations. Messages are created by tasks and left at exchange points to be picked up or received by some other task. Tasks may wait at exchange points for messages for a specified or unspecified length of time. If a default return time is not specified, a task may wait indefinitely for a message. This ensures that the task will not continue execution withtout receiving the proper message.
Interrupts are also handled through this message structure. When an interrupt occurs, the appropriate message is sent to the task that handles that interrupt. Examples of typical interrupts include HP-IB, measurement hardware, and real-time clock interrupts. In some cases, the message is only a signal that an event has happened, such as the completion of a measurement or the occurrence of another clock cycle. In other cases the message contains additional information, such as the data byte sent via the HP-IB.
The message handler is responsible for all message processing procedure. To minimize complexity, especially in the area of garbage collection, we use fixed block sizes to create messages. These fixed-length blocks are joined in linked lists to obtain variable-length mesages. The message handler takes care of allocating blocks of free space for messages and later returning blocks to free space when they are no longer needed.
CXO UnpluggedSmart Business interviews on BNET
Brought to you by CBS MoneyWatch.com
- Best- and Worst-Paid College Degrees
- 6 Things You Should Never Do on Twitter or Facebook
- How Much Sleep Do You Really Need?
- 6 Big Myths about Gas Mileage
Most Recent Technology Articles
- INTERVIEW WITH BEN BUTTERS, DIRECTOR OF EUROPEAN AFFAIRS AT EUROCHAMBRES : "A PERFECT ROAD MAP FOR EU CLUSTERS DOES NOT EXIST".
- AGENDA.(Brief article)(Conference notes)
- FIGHT AGAINST INTERNET PIRACY.
- INTERNET : AUTHORS' SOCIETIES URGE ACTION AGAINST PIRACY.
- TELECOMMUNICATIONS : BUSINESSEUROPE HOSTILE TO FURTHER CONTRACTUAL OBLIGATIONS.(Brief article)
Most Recent Technology Publications
Most Popular Technology Articles
- 3G: naughty or nice? PhoneErotica.com generates over 300 million hits per month, and rings up more minutes of use per month than MSN
- Business process re-engineering in the small firm: A case study
- What is precision air conditioning and why is it necessary?
- Optimizing of Trichoderma viride cultivation in submerged state fermentation
- Performance analysis of shell and tube heat exchanger using miscible system



