The present invention is related co-pending to U.S. patent applications, entitled METHOD AND SYSTEM FOR EFFICIENTLY BINDING A CUSTOMER ORDER WITH A PROCESSING SYSTEM ASSEMBLY IN A MANUFACTURING ENVIRONMENT, Ser. No. 10/716,161, and METHOD AND SYSTEM FOR ALLOWING A SYSTEM UNDER TEST (SUT) TO BOOT A PLURALITY OF OPERATING SYSTEMS WITHOUT A NEED FOR LOCAL MEDIA, Ser. No. 10/715,961, filed on even date herewith, and assigned to the assignee of the present invention.
The present invention relates generally to processing systems and more particularly to a system and method for efficient order processing in a manufacturing environment.
During a box line manufacturing process of computer systems, the first step an operator performs is to assemble a unit (hereafter called a system under test, or SUT) from a kit of parts. This is normally done in a unique physical area known as “Assembly”. A manufacturing line layout may dictate that there are many separate areas for the manufacturing process, including an assembly area, an attended test area, an unattended test area, a hi-pot (high potential) testing area, and a debug area.
Lack of a single, unified architecture for representing the end-to-end manufacturing process limits the efficiency of the process. For example, there is no control mechanism to start concurrent tasks on an SUT or a group of SUTs, track those tasks, and ensure that all tasks are completed correctly and within an allotted time period. Thus, when SUT problems or hangs disable an SUT from reporting the problem and maintaining process control, the disabled machine could potentially sit for hours until an operator explicitly addressed it. Further, a control mechanism is lacking that can support a variety of operating systems and configurations being assembled, such as 32-bit Linux™, 64-bit Linux™, 32-bit Windows™, 64-bit Windows™, 32-bit EFI™, 64-bit EFI™, and DOS. These operating systems run on Itanium, BladeCenter™, BladeCenter JS20 (based on the IBM Power4™ chip), eServer pSeries, and Intel x86-based machines, as are available from IBM Corporation of Armonk, N.Y.
Accordingly, a need exists for a unified manufacturing process representation and control for more efficient order processing in a manufacturing environment. The present invention addresses such a need.
Aspects for efficient order processing in a manufacturing environment are described. The aspects include utilizing a hierarchical definition language with run-time control capability to represent and control a box line manufacturing process of computer systems in a unified manner. Further provided is a state file, the state file including blocks, sub-blocks, tasks, and containers for run-time information of the box line manufacturing process of computer systems. A sequencer tool interacts with the state file to direct tasks of the state file, monitor task completion, and update the state file with real-time control information. A listener tool interacts with the sequencer tool to start tasks, monitor tasks, and send task results to the sequencer tool.
Through the present invention, a hierarchical process definition language with run-time control capability is described for a single file that is a persistent structure that can be stopped and restarted at arbitrary points for representation and control of a unified manufacturing process. These and other advantages of the present invention will be more fully understood in conjunction with the following detailed description and accompanying drawings.
The present invention relates generally to processing systems and more particularly to a system and method for efficient order processing in a manufacturing environment. The following description is presented to enable one of ordinary skill in the art to make and use the invention and is provided in the context of a patent application and its requirements. Various modifications to the preferred embodiment and the generic principles and features described herein will be readily apparent to those skilled in the art. Thus, the present invention is not intended to be limited to the embodiment shown but is to be accorded the widest scope consistent with the principles and features described herein.
It should be appreciated that although a single first level server is represented in
A unified manufacturing process representation and control for the manufacturing environment of
Distributed execution of tasks on the SUTs 110, 112 and other systems on the network is accomplished by the direct transmission of the state file 201 tasks to listeners 205 running on remote machines or on the machine running the sequencer itself. Listeners 205 run on all applicable targets under all required operating systems. A listener executes all received tasks as separate tasks, each running in an environment (directory, environment variables, etc.) specified in the message from the sequencer. A message protocol for the sequencer and listener to communicate includes unique IDs (identifiers) for each task, the return code, as well as other data fields. The listener keeps track of all launched tasks in a list, indexed by the action ID that was sent in the task message. Multiple tasks may run in parallel, with the listener returning the results to the sequencer in an XML message when each task completes.
In the operation of the assembly environment of
A listener 205 can run on the first level server 104 to execute commands on the first level server 104. A listener 205 can also run on the local control station 108 to execute commands on an embedded controller, such as for power cycling or service processor communication. The SUTs 110, 112 run listeners 205 that execute commands locally on the SUTs 110, 112.
In a preferred embodiment, elements within XML are used to define blocks, sub-blocks, tasks, and containers for run-time information in the state file 201. Capabilities may be assigned at the block level or on the individual commands. Blocks contain further sub-blocks and/or task elements. The contents of a block may be designated to run it's contents sequentially, concurrently on one SUT, or in parallel on multiple SUTs. In addition, blocks can contain retries and loops, both of which can be nested. The user is isolated from the underlying implementation by simply attaching attributes to blocks.
The following XML examples illustrate key capabilities achievable through the state file 201 of the present invention.
1) Simple, No Content Block Structure
2) Adding Action Elements (SEND_CMD) to the TEST Block
3) Specifying Listener Target Queue to Action Elements
4) Adding Watchdog Timers
5) Adding an RC Constraint and RC-to-MERR Mapping to an Action
6) Specifying a Block Where Commands Will Run in Parallel
7) Adding Retry Logic to the TEST Block
8) Adding Looping Logic to the TEST Block
9) Adding an ON FAIL and an ON_PASS Block
10) Running a Block Based on a Previous RC
11) Add a Block that Runs Conditionally Using “RUN_IF_STRINGVAR” Control Attribute
12) Simple Substitution of a Variable into a Command Line String
During execution of a state file sequence, all run-time variables (program return codes and values, iteration counters, elapsed time calculations, etc.) are saved as XML attributes. The scope of these XML attributes is limited to the hierarchical level (branch) within which they exist. This allows processes to be created that can be run stand-alone, or repeated multiple times in a master state file to run concurrently without causing variable name conflicts. This would not be possible for systems that save the run-time data in variables with global scope, as is well appreciated by those skilled in the art.
With XML used as the semantics framework for the state file 201, available document definition languages, such as DTD or XML schema, may be used to enforce correct data entry. Data errors will thus be flagged prior to encountering the offending entries during a process run. Further, when the state file 201 uses industry standard XML, readily available tools for editing, displaying, parsing, and transforming the state file 201 may be used.
Thus, through the present invention, a hierarchical, block-structured process definition language is used to define a manufacturing process as a control file, providing an abstraction from the complexities of the underlying implementation. Also provided is a tool, the sequencer, that understands this language, “pushes” tasks to their specified destination, monitors tasks to ensure successful completion in the allotted time, and updates the control file as necessary with real-time control information. The sequencer architecture can understand an order that contains multiple shippable units to meet the particular needs of the manufacturing process. Further, a tool, the listener, runs on all applicable targets under all required operating systems. The listener, based on communication with the sequencer, starts tasks, monitors tasks, and sends results back to the sequencer utilizing a message protocol for communication. Thus, a hierarchical process definition language with run-time control capability is described for a single file that is a persistent structure that can be stopped and restarted at arbitrary points for representation and control of a unified manufacturing process.
Although the present invention has been described in accordance with the embodiments shown, one of ordinary skill in the art will readily recognize that there could be variations to the embodiments and those variations would be within the spirit and scope of the present invention. For example, although use of XML is described for a preferred embodiment, the principles and aspects of the present invention may be implemented in other program languages that can meet the needs and functions associated with the aspects of the present invention. Accordingly, many modifications may be made by one of ordinary skill in the art without departing from the spirit and scope of the appended claims.
Number | Name | Date | Kind |
---|---|---|---|
4868875 | Goatman | Sep 1989 | A |
5136705 | Stubbs et al. | Aug 1992 | A |
5901289 | Leonard et al. | May 1999 | A |
6557128 | Turnquist | Apr 2003 | B1 |
6721762 | Levine et al. | Apr 2004 | B1 |
20020162059 | McNeely et al. | Oct 2002 | A1 |
20030208712 | Louden et al. | Nov 2003 | A1 |
Number | Date | Country | |
---|---|---|---|
20050107902 A1 | May 2005 | US |