US7937232B1 - Data timestamp management - Google Patents
Data timestamp management Download PDFInfo
- Publication number
- US7937232B1 US7937232B1 US11/821,810 US82181007A US7937232B1 US 7937232 B1 US7937232 B1 US 7937232B1 US 82181007 A US82181007 A US 82181007A US 7937232 B1 US7937232 B1 US 7937232B1
- Authority
- US
- United States
- Prior art keywords
- data
- timestamp
- time
- clock
- reference clock
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Images
Classifications
-
- G—PHYSICS
- G05—CONTROLLING; REGULATING
- G05B—CONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
- G05B21/00—Systems involving sampling of the variable controlled
- G05B21/02—Systems involving sampling of the variable controlled electric
Definitions
- Computer based systems are often used to collect and save data from hardware devices or sensors.
- Such hardware devices or sensors may be configured to generate data values at a specific rate (e.g. 5 values per second), with each data point having both a value and a particular associated timestamp.
- a specific rate e.g. 5 values per second
- time-series data Such data is hereafter referred to as “time-series data”, and examples of such a series includes but is not limited to continuous voltage readings from a voltmeter or RF (Radio Frequency) voltage values from an RF sensor.
- time-series data can be important for process control systems.
- a semiconductor manufacturing process control system can monitor data and perform certain actions when data values exceed predefined thresholds.
- process control systems for semiconductor manufacturing processes can utilize the timestamp linked to each data value to calculate derivatives, and perform actions based upon the rate of rise or drop in a value of a process parameter measured from a sensor.
- Time-series data is also important in the development of process control algorithms by permitting observation of a current state of a semiconductor manufacturing process tool at a specific point in time, thereby allowing relational questions to be answered.
- time-series data allows questions to be asked such as: 1) what was the current value reported from all sensors/devices at time “May 23, 2004 01:00:01.125”?, or 2) when the value from Device A reached 1.5 Volts, what was the measured value from Device B?
- Computer systems can typically capture time-series data as received from various hardware devices, and then store the data in a database. As the computer systems receive each discrete value in the data series, they attach a timestamp and store the data together into a database.
- a first issue relates to the accuracy of the timestamp in view of intrinsic lag times and drift. Specifically, as the timestamp may be used to generate a derivative value, the accuracy of a timestamp is just as important as the data value itself. However, it may be difficult to generate an accurate timestamp representing a moment in time when each data point was generated.
- some devices contain an internal clock generating a timestamp along with the data value.
- Other devices contain only a simple sampling timer allowing generation of data values at the specified rate, without reference to an absolute time.
- the computer system responsible for capturing the data usually creates timestamps by looking at some reference clock (e.g. the computer system's own clock), when each data point is received.
- some reference clock e.g. the computer system's own clock
- the computer system cannot simply use the current timestamp from the reference clock each time it receives a data point.
- Drift is a second reason that a computer system cannot simply use the current timestamp from the reference clock each time it receives a data point from a device containing only a sampling timer.
- the clock of the device will generally exhibit an inherent degree of drift relative to the reference clock of the computer. For example, if the device is configured to report one data value per second, it may in fact report one data value every 0.998 seconds relative to the reference clock. Such drift can degrade the accuracy of the timestamp component of a time-series data.
- FIG. 1 shows a simplified schematic diagram illustrating the flow of data from two different sensor devices. Sensor Device A may report data every second, while Sensor Device B reports data every 5 seconds. Even if two devices report data at the same interval, their data production may be out-of-synchronization (i.e. there may be a slight offset between them). This is shown in FIG. 2 .
- FIGS. 3 and 4 show simplified schematic diagrams depicting creation of a unified view of data (the “combined report”), using data from the out-of-synchronization sources of FIG. 2 . Without the unified view presented in FIGS. 3-4 , it is difficult to answer relational questions regarding data acquired from different sources.
- Embodiments of methods and systems in accordance with the present invention relate to managing timestamps associated with received data.
- data is collected from a device that generates data at a specified rate, but which lacks a built-in clock.
- An accurate timestamp is assigned to the data by first taking an absolute timestamp from a reference clock, and then adding a calculated amount of time to each subsequent data point based on an estimate of the sampling frequency of the device. As the generated timestamp drifts from the actual reference clock time, the sampling frequency is re-estimated based on the amount of detected drift.
- data is collected from independent devices producing data at different rates.
- a series of common time intervals are generated, and a separate common timestamp is assigned to each data value based on the time interval in which it falls.
- Data for each time interval is written to a database using the common timestamp.
- Data for slower hardware devices may be duplicated or interpolated to generate a value associated with each data-producing device over all time intervals.
- FIG. 1 shows a simplified schematic view of data typically received from separate sources with different reporting frequencies.
- FIG. 2 shows a simplified schematic view of data typically received from separate sources with the same reporting intervals.
- FIG. 3 shows a simplified schematic view of an example of generating a unified view of data from a plurality of data sources that are out of synchronization with each other.
- FIG. 4 shows a simplified schematic view of an example of generating a unified view of data from sources of different sampling frequencies, with values from slower data sources duplicated.
- FIG. 5 shows a process flow for assigning the timestamp component to data received.
- FIG. 6 shows a simplified schematic view of the architecture of the Time-Series Data Agent.
- FIG. 6A shows a simplified schematic flow diagram of the operation of the Time-Series Data Agent of FIG. 6 .
- FIG. 7 shows a simplified schematic view of the structure of the Data Buffer.
- FIG. 8 shows a simplified schematic view of the process flow for the Data Collector.
- FIG. 9 shows a process flow for the Data Writer.
- FIG. 10 shows an example of saved data using the Time-Series Data Agent.
- FIG. 11 is a simplified diagram illustrating a system for processing semiconductor devices according to an embodiment of the present invention.
- FIG. 12 is a schematic illustration of a computer system for use in accordance with embodiments of the present invention.
- FIG. 12A is an illustration of basic subsystems the computer system of FIG. 12 .
- Embodiments in accordance with the present invention relate generally to computer systems and computer-implemented methods that collect and save streams of time-series data from one or more sources, using this data for process control. While embodiments in accordance with the present invention are described below in connection with the control of semiconductor processing tools, the present invention is not limited to this particular application.
- Embodiments of methods and systems in accordance with the present invention relate to managing timestamps associated with received data.
- data is collected from a device that generates data at a specified rate, but which lacks a built-in clock.
- An accurate timestamp is assigned to the data by first taking an absolute timestamp from a reference clock, and then adding a calculated amount of time to each subsequent data point based on an estimate of the sampling frequency of the device. As the generated timestamp drifts from the actual reference clock time, the sampling frequency is re-estimated based on the amount of detected drift.
- data is collected from independent devices which produce data at different rates.
- a series of common time intervals are generated, and a separate common timestamp is assigned to each data value based upon the time interval into which it falls.
- Data for each time interval is written to a database using the common timestamp.
- Data for slower hardware devices may be duplicated or interpolated to generate a value associated with each data producing device over all time intervals.
- embodiments in accordance with the present invention calculate the timestamp by initially taking the current time from the reference clock, and then subsequently adding a calculated amount of time to the previous timestamp. The amount of time to be added is calculated based upon the clock speed of the device and the number of clock ticks that have elapsed since the last sample.
- Embodiments in accordance with the present invention track drift in the device clock versus the reference clock, adjusting timestamps generated accordingly.
- Embodiments in accordance with the present invention may also synchronize back to the current reference clock time upon an event or trigger, such as if a significant drift is detected, or if an external application notifies the system that it is safe to resynchronize.
- Embodiments in accordance with the present invention include a mechanism to accurately tag a timestamp to a data point given an unknown drift of a device clock, and an inconsistent delay between the device and the computer system responsible for storing the data.
- Such embodiments utilize at least two main concepts. First, a device can be configured to report data at a fixed frequency (e.g. every 10 milliseconds), and then assume that this reporting is fairly accurate based upon the relatively tight performance specifications for temperature controlled clocks over limited temperature ranges. Second, drift in the device clock relative to the reference clock can be detected, and the timestamps generated may be adjusted to account for this drift.
- FIG. 5 is a simplified flow diagram illustrating shown method 500 of how timestamps are calculated for each point of data.
- Step 502 shows the initial synchronization.
- the computer program starts up and processes the first point of data from the device, it defines and initializes the following variables:
- Step 504 the timestamp is subject to ongoing calculation.
- Step 504 shows the beginning of a loop for each data point received from the sensing device.
- FDevice is the frequency of the device clock. Some devices contain a clock with a constant frequency, while other devices contain a clock that varies depending on the configured sampling rate.
- Steps 508 and 510 of process flow 500 show clock resynchronization. Specifically, in step 508 , a determination is made whether
- the computer system then resynchronizes the two clocks as follows:
- Step 512 of process flow 500 shows final assignment of the timestamp. Specifically, after TCalc is calculated, it is adjusted by the fixed estimated average lag to come up with the final timestamp to assign to the data point:
- EDevice Each time a resynchronization occurs, the value of EDevice is further refined. As time goes on, EDevice would tend to approach some value representing the true drift between the clocks, and resynchronization events would become less and less frequent. If the device clock were to speed up or slow down, the resynchronization actions would account for this.
- Embodiments in accordance with the present invention are not limited to the particular examples illustrated, and alternative embodiments could utilize different steps or steps performed in a different order.
- FIG. 5 shows resynchronization triggered based upon satisfaction of the condition
- resynchronization could be based upon execution of a trigger from an external application indicating that it is safe to resynchronize.
- embodiments in accordance with the present invention generate a separate common timestamp for all data received from multiple devices. This data is saved to the database at its own frequency, regardless of the frequency at which the device actually collects data. In essence, these embodiments in accordance with the present invention continuously save the “current view of the world” at a particular frequency, as opposed to saving individual data points.
- Such embodiments of methods in accordance with the present invention include a computer program called the Time-Series Data Agent, which will ensure that all time-series data written to the database has a synchronized common timestamp for reporting purposes.
- the Time-Series Data Agent works by accepting data values from time-series data sources and then writing them to the database at a constant periodic interval.
- FIG. 6 illustrates a simplified schematic view of the general architecture of one embodiment of a Time-Series Data Agent in accordance with the present invention.
- FIG. 6A shows a simplified schematic diagram of the flow 600 operation of the embodiment of the Time-Series Data Agent of FIG. 6 .
- FIG. 6 shows the following three main components of the Time-Series Data Agent 601 : Data Collector 602 , Data Buffer 604 , and Data Writer 606 .
- Data Buffer 604 stores the variable values received from applications over the past few seconds. This buffer 604 gives the data-providing devices extra time to send their data to the Time-Series Data Agent (see description of the Data Writer below for more details).
- Data Buffer 604 also allows data values to build up if the Data Writer falls behind while saving records to the database 608 .
- FIG. 7 shows the structure of one possible embodiment of the Data Buffer 604 .
- Data Buffer 604 is essentially a circular buffer of data structures holding individual values for each data point for each device. Each data structure in the buffer holds all the data for a particular time range.
- FIG. 8 illustrates the general process flow for operation of one particular embodiment of a Data Collector in accordance with the present invention.
- Data Collector 602 listens for data from the data-producing devices, and is configured to perform at least two functions.
- Data Collector 602 registers new data variables with the database and creates new database tables/columns as necessary.
- the Data Collector 602 writes the values into the Data Buffer 604 according to the timestamp at which it was received.
- FIG. 9 is a simplified flow diagram showing operation of one particular embodiment of the Data Writer.
- Data Writer 606 periodically checks the Data Buffer 604 and retrieves the values for each variable for the next time interval. In one example, the Data Buffer will get the values for the next 500 milliseconds. The Data Buffer updates a local cache with all the latest values and then writes all data values to the database.
- Data Writer 606 is configured to write data at an independently determined frequency that is at least as fast as the rate of the fastest device. Data Writer 606 writes a value for all variables into the database during each iteration, even if there has been no updated value sent from the device. If a particular device reports faster than this frequency, then intermediate values are lost.
- the true timestamp representing the time at which the data was generated can also be saved. This may be important where the data-producing device includes a clock that is able to provide a true timestamp.
- FIG. 10 shows a sample of data saved to the database by the Time-Series Data Agent.
- the original timestamp for each data point is preserved, but a separate, common timestamp is also generated to match up the two series of data.
- Data for Device B is duplicated as it is generated at half the frequency of Device A.
- Data in the database is stored in the same manner as it is displayed, so no recalculation/reprocessing need be performed in order to answer relational queries such as those previously listed.
- Some hardware devices may have an inherent lag between the time that data is generated and the time that the data is received by the Time-Series Data Agent. Since this lag may be arbitrarily large, the Data Writer element can be configured to process data only up to a particular number of milliseconds before the current time. This allows the device to report its data values slightly late without the Data Writer having already written the particular time period's values to the database.
- the size of the Data Buffer may also be configured to a larger time range to allow the Data Writer to lag behind the current time.
- the Data Writer would lag behind the current time in the instance just mentioned, but could also lag behind in the case where the database is slow to respond to save requests.
- the Time-Series Data Agent saves the most recently reported device value at any given common timestamp
- the present invention is not limited to this approach.
- the Time-Series Data Agent may instead save the device value that has a timestamp closest to the current common timestamp, even if the data timestamp falls after the common timestamp.
- the Time-Series Data Agent would wait until it receives the next point of data from the device before writing previous values to the database.
- the Time-Series Data Agent may instead be configured to interpolate between the previous data point and the next data point. In accordance with such embodiments, the Time-Series Data Agent would wait until it received the next point of data from the device before writing previous values to the database. The Time-Series Data Agent may also have an option not to write any value into the database for a slower device if desired, thereby conserving online storage space. Further alternatively, the Time-Series Data Agent may decimate (i.e., discard samples), in order to achieve a uniform final sampling rate.
- Embodiments in accordance with the present invention may include a separate computer program that archives older data at a predefined interval, and compresses the accumulated older data into a set of offline files to preserve storage space.
- the amount of data to be kept online in the database can be configured as desired, and as storage space allows, by specifying either a maximum time range to keep online or a minimum amount of free space to keep available.
- Time-Series Data Agents in accordance with embodiments of the present invention contain a feature wherein multiple records of data (all records for each time interval or for multiple time intervals) are inserted together in a single database transaction and then committed afterwards.
- FIG. 11 is a simplified diagram illustrating a system 1100 for processing semiconductor devices according to an embodiment of the present invention.
- the diagram is merely an illustration, which should not unduly limit the scope of the claims herein.
- One of ordinary skill in the art would recognize many other variations, modifications, and alternatives.
- system 1100 includes a process tool 1103 .
- the process tool can include a dry etch tool using a plasma environment such as those manufactured by Tokyo Electric Limited of Tokyo, Japan, but can be others.
- Multiple process chambers 1105 are coupled to the process tool.
- Each of the process chambers include elements such as permanent magnets, an RF power supply and matching network to provide a plasma environment for an etching process, but can be others.
- Each of the process chambers also includes a susceptor 1107 to hold a semiconductor wafer 1109 to be processed.
- the susceptor can be an electrostatic chuck or a vacuum chuck among others.
- the semiconductor wafer has a film, such as a dielectric film, deposited thereon.
- the dielectric film can be silicon oxide, silicon nitride, silicon oxynitride or a combination.
- Each of the chambers also includes one or more sensor devices 1111 operably coupled to the chamber, also shown in FIG. 11 .
- the one or more sensors can include, but are not limited to, a RF sensor, an optical sensor, a mass spectrometer, a temperature probe, or an analog-to-digital signal converter, among others.
- the one or more sensors are configured to collect information associated with the plasma environment in the etch tool during a determined time period.
- the chamber maintains the plasma environment during the determined time period.
- the information is characterized by a first signal intensity.
- the sensor device is configured to collect information on the RF signal in the chamber, but can be others. These other information includes certain light intensity, temperature, pressure, or gas composition, among others.
- the system also includes a process module 1113 coupled to the sensor devices in each of the process chambers.
- the process module includes elements such as a computer device and computer codes to receive data such as time-series data streams from the sensors, and to manage/generate timestamp information as indicated above.
- the system further includes a network interface 1115 to connect the process module to a database or a data storage 1119 .
- the network interface may include communication standards such as a semiconductor equipment control system (SECS/GEM or SECS II/GEM or HSMS).
- SECS/GEM semiconductor equipment control system
- SECS II/GEM SECS II/GEM
- HSMS semiconductor equipment control system
- the database can be part of the fabrication facility network and connect to other tools or computers.
- the collected data may be utilized to perform any number of tasks in connection with process control or other objectives.
- collected time series data reflecting one or more operational parameters of a tool may be displayed to an operator to allow monitoring of the health of the tool/recipe.
- the time-series data may alternatively be analyzed to alert an operator to the likelihood of a fault.
- Such fault analysis may involve comparing the collected data to historical data for the tool, or to a predetermined set of rules defining acceptable tolerance variation of tool parameters for a particular process. Where a fault is indicated by this analysis, the operator may be alerted to allow for alteration of inputs to the tool or to shut down the tool.
- the semiconductor processing tool may automatically be shut down where analysis reveals the possibility of a fault occurring.
- the collected time series data including the generated timestamp may be used for recipe control to vary inputs to the tool and thereby bring the manufacturing process back within a specified tolerance window.
- Data collected and stored in accordance with embodiments of the present invention may also be used for other purposes, for example to determine process endpoint.
- the collected data may be analyzed to indicate the completion of a fabrication process. Again, the collected data may be compared with historical data, or with a set of rules governing the endpoint of the process.
- the tool operator may simply be alerted to the existence of endpoint, or tool operation may be automatically halted once analysis of the collected data indicates that endpoint has been reached.
- Data collected and stored in accordance with embodiments of the present invention may be used in connection with still other purposes.
- the collected data may be fed forward to another tool/chamber employed in a subsequent step to process the wafer, alerting that other tool/chamber to the parameters of the subsequent processing.
- collected data revealing the actual thickness of a layer formed by chemical vapor deposition (CVD) in one tool or chamber, could in turn be fed forward to a subsequent tool or chamber utilized in removing the deposited material, for example by etching or chemical mechanical planarization (CMP).
- CVD chemical vapor deposition
- CMP chemical mechanical planarization
- data collected in accordance with embodiments of the present invention may be fed back to another tool/chamber employed in a previous step to process the wafer, alerting that tool/chamber to issues associated with the previous processing.
- data collected from a tool responsible for removing a layer of material i.e. an etching or CMP tool
- CMP tool indicating the actual thickness of the material removed
- Such information could in turn be used to adjust the parameters of the deposition process.
- the time accuracy of the sampled data is critical. This is because the data, or derivatives thereof, may be used for curve fitting or processing by various algorithms highly dependent upon the accuracy of the time of data sampling.
- embodiments in accordance with the present invention ensure the suitability of the collected data for one of more of these prescribed uses, and others.
- FIG. 12 shows computer system 1210 including display device 1220 , display screen 1230 , cabinet 1240 , keyboard 1250 , and mouse 1270 .
- Mouse 1270 and keyboard 1250 are representative “user input devices.”
- Mouse 1270 includes buttons 1280 for selection of buttons on a graphical user interface device.
- Other examples of user input devices are a touch screen, light pen, track ball, data glove, microphone, and so forth.
- FIG. 12 is representative of but one type of system for embodying the present invention. It will be readily apparent to one of ordinary skill in the art that many system types and configurations are suitable for use in conjunction with the present invention.
- computer system 1210 includes a Pentium class based computer, running Windows NT operating system by Microsoft Corporation. However, the apparatus is easily adapted to other operating systems and architectures by those of ordinary skill in the art without departing from the scope of the present invention.
- mouse 1270 can have one or more buttons such as buttons 1280 .
- Cabinet 1240 houses familiar computer components such as disk drives, a processor, storage device, etc. Storage devices include, but are not limited to, disk drives, magnetic tape, solid state memory, bubble memory, etc. Cabinet 1240 can include additional hardware such as input/output (I/O) interface cards for connecting computer system 1210 to external devices external storage, other computers or additional peripherals, further described below.
- I/O input/output
- FIG. 12A is an illustration of basic subsystems in computer system 1210 of FIG. 12 .
- This diagram is merely an illustration and should not limit the scope of the claims herein.
- the subsystems are interconnected via a system bus 1275 . Additional subsystems such as a printer 1274 , keyboard 1278 , fixed disk 1279 , monitor 1276 , which is coupled to display adapter 1282 , and others are shown.
- Peripherals and input/output (I/O) devices which couple to I/O controller 1271 , can be connected to the computer system by any number of means known in the art, such as serial port 1277 .
- serial port 1277 can be used to connect the computer system to a modem 1281 , which in turn connects to a wide area network such as the Internet, a mouse input device, or a scanner.
- a wide area network such as the Internet, a mouse input device, or a scanner.
- the interconnection via system bus allows central processor 1273 to communicate with each subsystem and to control the execution of instructions from system memory 1272 or the fixed disk 1279 , as well as the exchange of information between subsystems.
- Other arrangements of subsystems and interconnections are readily achievable by those of ordinary skill in the art.
- System memory and the fixed disk are examples of tangible media for storage of computer programs
- other types of tangible media include floppy disks, removable hard disks, optical storage media such as CD-ROMS and bar codes, and semiconductor memories such as flash memory, read-only-memories (ROM), and battery backed memory.
- Embodiments in accordance with the present invention are not limited to methods and computer programs for managing timestamp information relating to the processing of silicon wafers.
- endpoint can be determined for processes utilized in the fabrication of flat panel displays, microelectromechanical structures (MEMS) and other devices.
- MEMS microelectromechanical structures
Landscapes
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- Automation & Control Theory (AREA)
- Debugging And Monitoring (AREA)
Abstract
Description
-
- TReference=<current reference clock time>
TReference is the current time as reported by the reference clock - TLag=<fixed configuration constant>
TLag is the estimated average lag between the time that a data point is generated by the device and the time that is received by the computer system. Knowing this value helps to create a more accurate absolute timestamp value for each data point. Such network delay can be determined by having the data-producing device send a signal to the computer system, and then having the computer system return a signal to the device, thereby allowing calculation of the round trip delay. TLag can also be measured each time data is retrieved from the device by measuring the round-trip delay and dividing by a factor of 2, so that it is neither constant nor zero. If TLag is not known, then it can be set to zero. - TCalc=TReference
TCalc is the calculated timestamp for the data point being processed before accounting for TLag. When the clocks are first synchronized, TCalc is set to be the same as TReference. - TLastSynch=TReference
The TLastSynch variable represents the time when the calculated device clock was last synchronized with the reference clock. - EDevice=0
EDevice represents the calculated drift between the hardware device clock and the reference clock. Initially, it is assumed that there is no drift, and then the value of EDevice is adjusted as drift is detected. - EMax=<fixed configuration constant>
EMax represents the maximum difference that is tolerated between TCalc and TReference before a resynchronization is performed.
- TReference=<current reference clock time>
TCalc=TCalc+(ΔTDevice/FDevice)(1+EDevice).
ΔTDevice/FDevice=(10054−10032)/1000=0.022 seconds
ΔTDevice/FDevice=¼=0.250 seconds
The time to add to the previous timestamp is adjusted by the amount EDevice, which is recalculated during each clock resynchronization.
-
- TCalc=TReference
This uses the reference time as the timestamp for the current data point. - EDevice=EDevice+(TCalc−TReference)/(TReference−TLastSynch)
This adjusts the estimated average drift by calculating the average drift of TCalc versus the reference clock since the last resynchronization. - TLastSynch=TReference
This notes when the resynchronization took place. After EDevice is recalculated, all subsequent calculations of TCalc will account for the average drift of the device clock.
- TCalc=TReference
-
- TFinal=TCalc+TLag
TFinal is the final timestamp that is assigned to the current data point
- TFinal=TCalc+TLag
Claims (13)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US11/821,810 US7937232B1 (en) | 2006-07-06 | 2007-06-25 | Data timestamp management |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US81943006P | 2006-07-06 | 2006-07-06 | |
US11/821,810 US7937232B1 (en) | 2006-07-06 | 2007-06-25 | Data timestamp management |
Publications (1)
Publication Number | Publication Date |
---|---|
US7937232B1 true US7937232B1 (en) | 2011-05-03 |
Family
ID=43903334
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US11/821,810 Active US7937232B1 (en) | 2006-07-06 | 2007-06-25 | Data timestamp management |
Country Status (1)
Country | Link |
---|---|
US (1) | US7937232B1 (en) |
Cited By (19)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20110301739A1 (en) * | 2010-06-08 | 2011-12-08 | Hitachi Kokusai Electric Inc. | Control system of substrate processing apparatus, collecting unit, substrate processing apparatus and control method of the substrate processing apparatus |
US20130063660A1 (en) * | 2000-10-18 | 2013-03-14 | Microsoft Corporation | Compressed timing indicators for media samples |
US20130219207A1 (en) * | 2012-02-03 | 2013-08-22 | mCube, Incorporated | Distributed MEMS Devices Synchronization Methods and Apparatus |
US20130297563A1 (en) * | 2012-05-03 | 2013-11-07 | Samsung Electronics Co., Ltd. | Timestamp management method for data synchronization and terminal therefor |
EP2738963A1 (en) * | 2012-11-30 | 2014-06-04 | BlackBerry Limited | Time stamping a sensor sample |
US20140156227A1 (en) * | 2012-11-30 | 2014-06-05 | Research In Motion Limited | Time stamping a sensor sample |
WO2014090657A1 (en) * | 2012-12-12 | 2014-06-19 | Bayerische Motoren Werke Aktiengesellschaft | Assigning time stamps to received data packets |
US20140257730A1 (en) * | 2013-03-11 | 2014-09-11 | Qualcomm Incorporated | Bandwidth and time delay matching for inertial sensors |
US20150296276A1 (en) * | 2012-09-28 | 2015-10-15 | Panasonic Corporation | Information notification apparatus and information displaying method |
US9454158B2 (en) | 2013-03-15 | 2016-09-27 | Bhushan Somani | Real time diagnostics for flow controller systems and methods |
WO2017090799A1 (en) * | 2015-11-27 | 2017-06-01 | 전자부품연구원 | Method and system for selectively configuring db according to data type |
US9977839B2 (en) | 2015-06-05 | 2018-05-22 | Qualcomm Incorporated | Improving accuracy of time of event determination at sensor device |
DE102017005974A1 (en) * | 2017-06-23 | 2018-12-27 | Stefan Andreas Widmann | Device and method for device-based detection of data usage outside its validity period in data processing units |
CN109917440A (en) * | 2019-04-09 | 2019-06-21 | 广州小鹏汽车科技有限公司 | A kind of Combinated navigation method, system and vehicle |
US20200218697A1 (en) * | 2019-01-04 | 2020-07-09 | International Business Machines Corporation | Synchronizing log data within a cluster |
US10747119B2 (en) * | 2018-09-28 | 2020-08-18 | Taiwan Semiconductor Manufacturing Co., Ltd. | Apparatus and method for monitoring reflectivity of the collector for extreme ultraviolet radiation source |
US10983537B2 (en) | 2017-02-27 | 2021-04-20 | Flow Devices And Systems Inc. | Systems and methods for flow sensor back pressure adjustment for mass flow controller |
US11632823B1 (en) | 2021-03-23 | 2023-04-18 | Waymo Llc | Estimating sensor timestamps by oversampling |
CN116633983A (en) * | 2023-05-15 | 2023-08-22 | 上海傅利叶智能科技有限公司 | Communication method and device for multi-robot collaborative operation and communication middleware |
Citations (14)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5140408A (en) * | 1989-02-10 | 1992-08-18 | Sanyo Electric Co., Ltd. | Color component signal converting apparatus having an input dependent switchable matrix |
US5444637A (en) * | 1993-09-28 | 1995-08-22 | Advanced Micro Devices, Inc. | Programmable semiconductor wafer for sensing, recording and retrieving fabrication process conditions to which the wafer is exposed |
US5652627A (en) * | 1994-09-27 | 1997-07-29 | Lucent Technologies Inc. | System and method for reducing jitter in a packet-based transmission network |
US6097699A (en) * | 1998-06-05 | 2000-08-01 | Gte Laboratories Incorporated | Method and system for monitoring broadband quality of services |
US6134379A (en) * | 1997-03-20 | 2000-10-17 | Avid Technology, Inc. | Method and apparatus for synchronizing devices in an audio/video system |
US6301643B1 (en) * | 1998-09-03 | 2001-10-09 | International Business Machines Corporation | Multi-environment data consistency |
US20020022945A1 (en) * | 2000-08-09 | 2002-02-21 | International Business Machines Corporation Armonk, New York | Method and apparatus for determining the performance of data processing device with the unsynchronized clocks |
US6748481B1 (en) * | 1999-04-06 | 2004-06-08 | Microsoft Corporation | Streaming information appliance with circular buffer for receiving and selectively reading blocks of streaming information |
US20040264612A1 (en) * | 2003-03-04 | 2004-12-30 | Timelab Corporation | Clock and data recovery method and apparatus |
US6981165B2 (en) * | 2002-09-03 | 2005-12-27 | International Business Machines Corporation | Method and apparatus for handling an interrupt from a real-time clock to increment a program clock |
US7103124B1 (en) * | 1999-12-30 | 2006-09-05 | Telefonaktiebolaget Lm Ericsson (Publ) | Synchronization of nodes |
US20070005297A1 (en) * | 2005-06-30 | 2007-01-04 | Oracle International Corporation | Automatic determination of high significance alert thresholds for system performance metrics using an exponentially tailed model |
US7200779B1 (en) * | 2002-04-26 | 2007-04-03 | Advanced Micro Devices, Inc. | Fault notification based on a severity level |
US20070260410A1 (en) * | 2004-08-20 | 2007-11-08 | Pdf Solutions S.A. | Method for Evaluating the Quality of Data Collection in a Manufacturing Environment |
-
2007
- 2007-06-25 US US11/821,810 patent/US7937232B1/en active Active
Patent Citations (14)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5140408A (en) * | 1989-02-10 | 1992-08-18 | Sanyo Electric Co., Ltd. | Color component signal converting apparatus having an input dependent switchable matrix |
US5444637A (en) * | 1993-09-28 | 1995-08-22 | Advanced Micro Devices, Inc. | Programmable semiconductor wafer for sensing, recording and retrieving fabrication process conditions to which the wafer is exposed |
US5652627A (en) * | 1994-09-27 | 1997-07-29 | Lucent Technologies Inc. | System and method for reducing jitter in a packet-based transmission network |
US6134379A (en) * | 1997-03-20 | 2000-10-17 | Avid Technology, Inc. | Method and apparatus for synchronizing devices in an audio/video system |
US6097699A (en) * | 1998-06-05 | 2000-08-01 | Gte Laboratories Incorporated | Method and system for monitoring broadband quality of services |
US6301643B1 (en) * | 1998-09-03 | 2001-10-09 | International Business Machines Corporation | Multi-environment data consistency |
US6748481B1 (en) * | 1999-04-06 | 2004-06-08 | Microsoft Corporation | Streaming information appliance with circular buffer for receiving and selectively reading blocks of streaming information |
US7103124B1 (en) * | 1999-12-30 | 2006-09-05 | Telefonaktiebolaget Lm Ericsson (Publ) | Synchronization of nodes |
US20020022945A1 (en) * | 2000-08-09 | 2002-02-21 | International Business Machines Corporation Armonk, New York | Method and apparatus for determining the performance of data processing device with the unsynchronized clocks |
US7200779B1 (en) * | 2002-04-26 | 2007-04-03 | Advanced Micro Devices, Inc. | Fault notification based on a severity level |
US6981165B2 (en) * | 2002-09-03 | 2005-12-27 | International Business Machines Corporation | Method and apparatus for handling an interrupt from a real-time clock to increment a program clock |
US20040264612A1 (en) * | 2003-03-04 | 2004-12-30 | Timelab Corporation | Clock and data recovery method and apparatus |
US20070260410A1 (en) * | 2004-08-20 | 2007-11-08 | Pdf Solutions S.A. | Method for Evaluating the Quality of Data Collection in a Manufacturing Environment |
US20070005297A1 (en) * | 2005-06-30 | 2007-01-04 | Oracle International Corporation | Automatic determination of high significance alert thresholds for system performance metrics using an exponentially tailed model |
Cited By (32)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20130063660A1 (en) * | 2000-10-18 | 2013-03-14 | Microsoft Corporation | Compressed timing indicators for media samples |
US8698955B2 (en) * | 2000-10-18 | 2014-04-15 | Microsoft Corporation | Compressed timing indicators for media samples |
US8712730B2 (en) * | 2010-06-08 | 2014-04-29 | Hitachi Kokusai Electric Inc. | Control system of substrate processing apparatus, collecting unit, substrate processing apparatus and control method of the substrate processing apparatus |
US20110301739A1 (en) * | 2010-06-08 | 2011-12-08 | Hitachi Kokusai Electric Inc. | Control system of substrate processing apparatus, collecting unit, substrate processing apparatus and control method of the substrate processing apparatus |
US9989988B2 (en) | 2012-02-03 | 2018-06-05 | Mcube, Inc. | Distributed MEMS devices time synchronization methods and system |
US20130219207A1 (en) * | 2012-02-03 | 2013-08-22 | mCube, Incorporated | Distributed MEMS Devices Synchronization Methods and Apparatus |
US9471092B2 (en) * | 2012-02-03 | 2016-10-18 | MCube Inc. | Distributed MEMS devices time synchronization methods and system |
US20130297563A1 (en) * | 2012-05-03 | 2013-11-07 | Samsung Electronics Co., Ltd. | Timestamp management method for data synchronization and terminal therefor |
TWI615038B (en) * | 2012-09-28 | 2018-02-11 | Panasonic Ip Man Co Ltd | Information notification device and information display method |
US9749714B2 (en) * | 2012-09-28 | 2017-08-29 | Panasonic Intellectual Property Mangement Co., Ltd. | Information notification apparatus and information displaying method |
US20150296276A1 (en) * | 2012-09-28 | 2015-10-15 | Panasonic Corporation | Information notification apparatus and information displaying method |
US20140156227A1 (en) * | 2012-11-30 | 2014-06-05 | Research In Motion Limited | Time stamping a sensor sample |
EP2738963A1 (en) * | 2012-11-30 | 2014-06-04 | BlackBerry Limited | Time stamping a sensor sample |
US9664539B2 (en) * | 2012-11-30 | 2017-05-30 | Blackberry Limited | Time stamping a sensor sample |
US9882799B2 (en) | 2012-12-12 | 2018-01-30 | Bayerische Motoren Werke Aktiengesellschaft | Assigning time stamps to received data packets |
WO2014090657A1 (en) * | 2012-12-12 | 2014-06-19 | Bayerische Motoren Werke Aktiengesellschaft | Assigning time stamps to received data packets |
US20140257730A1 (en) * | 2013-03-11 | 2014-09-11 | Qualcomm Incorporated | Bandwidth and time delay matching for inertial sensors |
US9454158B2 (en) | 2013-03-15 | 2016-09-27 | Bhushan Somani | Real time diagnostics for flow controller systems and methods |
US10054959B2 (en) | 2013-03-15 | 2018-08-21 | Bhushan Somani | Real time diagnostics for flow controller systems and methods |
US9977839B2 (en) | 2015-06-05 | 2018-05-22 | Qualcomm Incorporated | Improving accuracy of time of event determination at sensor device |
WO2017090799A1 (en) * | 2015-11-27 | 2017-06-01 | 전자부품연구원 | Method and system for selectively configuring db according to data type |
US10983537B2 (en) | 2017-02-27 | 2021-04-20 | Flow Devices And Systems Inc. | Systems and methods for flow sensor back pressure adjustment for mass flow controller |
US11300983B2 (en) | 2017-02-27 | 2022-04-12 | Flow Devices And Systems Inc. | Systems and methods for flow sensor back pressure adjustment for mass flow controller |
US10983538B2 (en) | 2017-02-27 | 2021-04-20 | Flow Devices And Systems Inc. | Systems and methods for flow sensor back pressure adjustment for mass flow controller |
DE102017005974A1 (en) * | 2017-06-23 | 2018-12-27 | Stefan Andreas Widmann | Device and method for device-based detection of data usage outside its validity period in data processing units |
US11204556B2 (en) | 2018-09-28 | 2021-12-21 | Taiwan Semiconductor Manufacturing Co., Ltd. | Apparatus and method for monitoring reflectivity of the collector for extreme ultraviolet radiation source |
US10747119B2 (en) * | 2018-09-28 | 2020-08-18 | Taiwan Semiconductor Manufacturing Co., Ltd. | Apparatus and method for monitoring reflectivity of the collector for extreme ultraviolet radiation source |
US20200218697A1 (en) * | 2019-01-04 | 2020-07-09 | International Business Machines Corporation | Synchronizing log data within a cluster |
US11782880B2 (en) * | 2019-01-04 | 2023-10-10 | International Business Machines Corporation | Synchronizing log data within a cluster |
CN109917440A (en) * | 2019-04-09 | 2019-06-21 | 广州小鹏汽车科技有限公司 | A kind of Combinated navigation method, system and vehicle |
US11632823B1 (en) | 2021-03-23 | 2023-04-18 | Waymo Llc | Estimating sensor timestamps by oversampling |
CN116633983A (en) * | 2023-05-15 | 2023-08-22 | 上海傅利叶智能科技有限公司 | Communication method and device for multi-robot collaborative operation and communication middleware |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7937232B1 (en) | Data timestamp management | |
US7437199B2 (en) | Method for data pre-population | |
US7809681B2 (en) | Method for analyzing data and data analysis apparatus | |
US7974314B2 (en) | Synchronization of multiple data source to a common time base | |
US8959381B2 (en) | Method and system for clock offset and skew estimation | |
TWI413014B (en) | Computer-implemented method for managing substrate processing data in a substrate processing environment and method for processing at least a substrate in a plasma processing system | |
TW200400539A (en) | Method for interaction with status and control apparatus | |
CN110312911B (en) | System and method for measuring substrate and film thickness distribution | |
TW201203163A (en) | Methods and apparatuses for utilizing adaptive predictive algorithms and determining when to use the adaptive predictive algorithms for virtual metrology | |
US20110022734A1 (en) | Differential time synchronization of intelligent electronic devices | |
US20070219738A1 (en) | Tool health information monitoring and tool performance analysis in semiconductor processing | |
JP2015162108A (en) | Measurement system, measurement management device, measurement instrument, and measurement method | |
JPH0251715A (en) | Maintaining of right time for dispersion processing system | |
KR20090030252A (en) | Time weighted moving average filter | |
CN103454905A (en) | Method for synchronizing time | |
JP7160675B2 (en) | Fluid flow monitor | |
CN108932007A (en) | Method for acquiring time stamp and computer device | |
CN115380295A (en) | System, method and computer program product for optimizing a manufacturing process | |
US11853116B2 (en) | Clock error-bound tracker | |
US9914551B2 (en) | Passive timing of asynchronous IMU attitude data | |
CN115508040A (en) | Synchronous parallel acquisition system for data of speed field and temperature field and application method | |
JP2005157946A (en) | Synchronization method, computer system and program | |
Schmetz et al. | The time synchronization problem in data-intense manufacturing | |
JP7056613B2 (en) | Counter unit, counter unit control method, control device, and control system | |
JP2003057077A (en) | Data collecting apparatus |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: PIVOTAL SYSTEMS CORPORATION, CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:CHOW, PAXTON MING KAI;SNOWBALL, VERA ALEXANDROVA;LANE III, BARTON GEORGE;AND OTHERS;SIGNING DATES FROM 20070912 TO 20070920;REEL/FRAME:019888/0387 |
|
AS | Assignment |
Owner name: COMERICA BANK, MICHIGAN Free format text: SECURITY AGREEMENT;ASSIGNOR:PIVOTAL SYSTEMS CORPORATION;REEL/FRAME:024672/0058 Effective date: 20100702 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
AS | Assignment |
Owner name: PACIFIC WESTERN BANK, AS SUCCESSOR IN INTEREST TO Free format text: SECURITY INTEREST;ASSIGNOR:PIVOTAL SYSTEMS CORPORATION;REEL/FRAME:039968/0404 Effective date: 20150731 |
|
AS | Assignment |
Owner name: PIVOTAL SYSTEMS CORPORATION, CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:COMERICA BANK;REEL/FRAME:041787/0543 Effective date: 20170328 |
|
AS | Assignment |
Owner name: WESTERN ALLIANCE BANK, CALIFORNIA Free format text: SECURITY INTEREST;ASSIGNOR:PIVOTAL SYSTEMS CORPORATION;REEL/FRAME:041818/0138 Effective date: 20170331 |
|
AS | Assignment |
Owner name: PIVOTAL SYSTEMS CORPORATION, CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:PACIFIC WESTERN BANK, AS SUCCESSOR IN INTEREST TO SQUARE 1 BANK;REEL/FRAME:041866/0489 Effective date: 20170403 |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YR, SMALL ENTITY (ORIGINAL EVENT CODE: M2552); ENTITY STATUS OF PATENT OWNER: SMALL ENTITY Year of fee payment: 8 |
|
AS | Assignment |
Owner name: WESTERN ALLIANCE BANK, CALIFORNIA Free format text: SECURITY INTEREST;ASSIGNOR:PIVOTAL SYSTEMS CORPORATION;REEL/FRAME:050197/0305 Effective date: 20190827 |
|
AS | Assignment |
Owner name: ANZU INDUSTRIAL RBI USA LLC, FLORIDA Free format text: SECURITY INTEREST;ASSIGNOR:PIVOTAL SYSTEMS CORPORATION;REEL/FRAME:051882/0786 Effective date: 20200220 |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 12TH YR, SMALL ENTITY (ORIGINAL EVENT CODE: M2553); ENTITY STATUS OF PATENT OWNER: SMALL ENTITY Year of fee payment: 12 |