US12442845B2 - Method of generating metadata from acquired signals for search, filtering, and machine learning inputs - Google Patents
Method of generating metadata from acquired signals for search, filtering, and machine learning inputsInfo
- Publication number
- US12442845B2 US12442845B2 US17/592,998 US202217592998A US12442845B2 US 12442845 B2 US12442845 B2 US 12442845B2 US 202217592998 A US202217592998 A US 202217592998A US 12442845 B2 US12442845 B2 US 12442845B2
- Authority
- US
- United States
- Prior art keywords
- measurements
- computing device
- repository
- new
- waveform
- 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, expires
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/17—Details of further file system functions
- G06F16/172—Caching, prefetching or hoarding of files
-
- G—PHYSICS
- G01—MEASURING; TESTING
- G01R—MEASURING ELECTRIC VARIABLES; MEASURING MAGNETIC VARIABLES
- G01R13/00—Arrangements for displaying electric variables or waveforms
- G01R13/02—Arrangements for displaying electric variables or waveforms for displaying measured electric variables in digital form
- G01R13/029—Software therefor
-
- G—PHYSICS
- G01—MEASURING; TESTING
- G01R—MEASURING ELECTRIC VARIABLES; MEASURING MAGNETIC VARIABLES
- G01R23/00—Arrangements for measuring frequencies; Arrangements for analysing frequency spectra
- G01R23/16—Spectrum analysis; Fourier analysis
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N5/00—Computing arrangements using knowledge-based models
- G06N5/02—Knowledge representation; Symbolic representation
- G06N5/022—Knowledge engineering; Knowledge acquisition
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2218/00—Aspects of pattern recognition specially adapted for signal processing
- G06F2218/12—Classification; Matching
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N20/00—Machine learning
Definitions
- This disclosure relates to test and measurement systems, and more particularly to automatic generation of metadata from acquired signals.
- Engineers take measurements on test and measurement equipment to distill acquired data into tangible information.
- the waveform and engineering data has information buried in it, but it is difficult to extract.
- computers can handle the data format being the same as the search format, humans must use text and context to search and understand waveform and engineering data.
- a user wants to sort ten waveforms from smallest to largest root-mean-square (RMS) value, a common measurement performed on the test and measurement device such as an oscilloscope. If all of the files included that measurement, the desired sort would be a simple operation. However, suppose that the engineers that acquired the candidate waveforms only happened to take an RMS measurement in five of the stored waveforms. In one solution, the system could open each of the file and perform the missing RMS measurements, then execute the sort. However, these files tend to be large, and the time to open, measure, and then save the RMS measurements for the files would take long periods of time, making it not scalable for multiple files.
- RMS root-mean-square
- Embodiments of the disclosed apparatus and methods address shortcomings in the prior art.
- FIG. 1 shows a system to gather, analyze and store waveform data and associated metadata.
- FIG. 2 shows a machine learning component of a system to gather, analyze and store waveform metadata.
- FIG. 3 shows a flowchart of a method of capturing waveform data and metadata.
- FIG. 4 shows a flowchart of a method of analyzing waveform data and metadata.
- the embodiments involve attaching measurements to the waveform files as metadata.
- the challenge exists in determining which measurements to include and how to include them to make the system as useful as possible.
- the embodiments create a library of measurements, classifications, decodes, and other algorithms, all of which can be run against the data sets whenever new data is added.
- the term “measurements” means any measurement, query, search, filter, classification, decode, etc. that is run against the data.
- the system may implement methods to automatically crawl historical data already in the repository. The library can also be updated when new measurements are run to add them to the library.
- the embodiments also provide for an expansion of the uses of the data.
- data as used here means the waveform data acquired from test and measurement devices and may include data points, images, etc.
- metadata as used here means any other information attached to the waveform data that may not actually include data from the test and measurement device. This may include administrative information, such as the name of the person running the test, their contact information, the date and time of the test, the description of the device under test that produced the waveform, including its serial number.
- the metadata may also include the measurements taken of the data, the results of those measurements, etc.
- FIG. 1 shows an embodiment of a system 10 that provides these capabilities to the users.
- the system includes a computing device, 12 , which may actually comprise a “cloud” of multiple computing devices such as 14 .
- Each computing device 14 may have one or more processors 16 , memory 18 , a user interface 20 and a port 22 that allows the device to connect to other assets through a connection 26 to a network 28 .
- the connection 26 may comprise a connection through the internet, an intranet, a virtual private network, or even a direct connection.
- a repository 24 may be directly connected to the computing device 12 , be a part of the computing device 12 , or be connected through the network 28 .
- the computing device and repository receives the waveform data from a test and measurement device such as 30 .
- the test and measurement device performs tests on the device under test (DUT) 32 that results in the waveform data used in the system.
- DUT device under test
- a user may use a user device 34 , connected to the network 28 through connection 36 , to access the repository 24 either directly or through the computing device 12 .
- the user device 34 may comprise a computing device such as a desktop or laptop computer, tablet, mobile phone, augmented reality (AR) or virtual reality (VR) headset, or any other computing device that allows the user to access the repository and/or send signals to the computing device 12 through the network 28 .
- the user device 34 may include a display for presenting results returned by the computing device 12 to the user.
- the computing device 12 may include one or more processors that are programmed as a machine learning system 38 .
- the term “machine learning system” as used here means a system that can operate in an autonomous manner and learns and improves from experience without being explicitly programmed.
- the programming mentioned above refers to the programming of the processor to form the machine learning system.
- the machine learning system will gain experience by consuming particular data sets, referred to here as training sets.
- the embodiments of the system may involve supplementing training sets by identifying new data sets, discussed in more detail below.
- the repository 24 may comprise multiple repositories, partitions of a single repository, etc.
- One repository 40 may include the library of measurements mentioned above.
- Another repository 42 may contain the actual data and metadata.
- Another repository 44 may include the library of training data sets.
- FIG. 3 shows a method of adding new data.
- the computing device using one or more processors, determines that the repository had added a new waveform. This may occur through a notification from the repository, or an inquiry to the repository. The one or more processors then perform a set of measurements on the waveform at 52 .
- the set of measurements performed may include different measurements.
- An example may include all possible and practical measurements, since the system has no or very little knowledge about what measurements need to be performed.
- Another example may perform a user-definable set of measurements, such as a user selecting to run power ripple measurements defined by user.
- Another example includes performing a defined set of the measurements, based on an initial assessment of the signal.
- the system decides to automatically run, for example, power ripple measurements based on characteristics of the incoming signal.
- the characteristics of the signal may be determined by an initial assessment.
- the assessment may be based on one or all of classification performed by the machine learning system, pattern recognition, measurement results, user-defined characteristics, and tagging/metadata added during acquisition.
- An example of measurement results may be that if a center frequency is measured to be 915 MHz, then run all Z-Wave measurements.
- User-defined characteristics may comprise something like, if the data contains 200 data points, or if the average amplitude is greater than 3 Volts, etc.
- An example enabled by the system would involve tagging/metadata added during acquisition, such as time/date, operator name, user-added tag like “USB,” etc. Yet another example could be based upon the states of other systems, such as “run certain measurements based on health reports of other systems in the lab.”
- the results are attached to the waveform data at 54 .
- This is then stored in the repository at 56 .
- the data may be added to the training dataset for future updates to the machine learning system at 58 . This determination may result from comparing the new data to existing data to determine that the existing data does not have those attributes and therefore adds it to the training set.
- the machine learning system may have an error vector and the data set may be selected to improve the error vector.
- FIG. 4 shows an embodiment of a method of using the system.
- the computing device receives a user input through the user device shown in FIG. 1 .
- the user input submits a request to perform a task at 62 to the computing device, and the task may take one of many forms.
- Each measurement or algorithm can create structured data like numeric and string, which have sortable characteristics, such as the waveform searches by RMS value ascending.
- When distilling waveforms into measurements one can write complex filters for searching and automation, such as “show digital waveforms with rising edges between 100 ⁇ s and 1 ms.”
- the system can classify waveforms and measurements into types that are highly searchable and human readable, such as “show all the CAN bus captures.”
- the user can create notifications from metadata/measurements, such as “when the process finds xAF, xFF, x16, x45 on a RS-232 signal, send the user an email and a link.”
- the user can also ask the system to detect certain things, features, trends, thresholds, errors, etc. such as “show all the runts detected.”
- the machine learning system can make predictions about future measurements, such as “show all waveforms that indicate 95% failure probability.”
- the computing device then presents the results to the user at 64 .
- the user input such as a search or query discussed above, may then be saved to the library of measurements, etc., in the repository at 66 .
- aspects of the disclosure may operate on a particularly created hardware, on firmware, digital signal processors, or on a specially programmed general purpose computer including a processor operating according to programmed instructions.
- controller or processor as used herein are intended to include microprocessors, microcomputers, Application Specific Integrated Circuits (ASICs), and dedicated hardware controllers.
- ASICs Application Specific Integrated Circuits
- One or more aspects of the disclosure may be embodied in computer-usable data and computer-executable instructions, such as in one or more program modules, executed by one or more computers (including monitoring modules), or other devices.
- program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types when executed by a processor in a computer or other device.
- the computer executable instructions may be stored on a non-transitory computer readable medium such as a hard disk, optical disk, removable storage media, solid state memory, Random Access Memory (RAM), etc.
- a non-transitory computer readable medium such as a hard disk, optical disk, removable storage media, solid state memory, Random Access Memory (RAM), etc.
- the functionality of the program modules may be combined or distributed as desired in various aspects.
- the functionality may be embodied in whole or in part in firmware or hardware equivalents such as integrated circuits, FPGA, and the like.
- Particular data structures may be used to more effectively implement one or more aspects of the disclosure, and such data structures are contemplated within the scope of computer executable instructions and computer-usable data described herein.
- the disclosed aspects may be implemented, in some cases, in hardware, firmware, software, or any combination thereof.
- the disclosed aspects may also be implemented as instructions carried by or stored on one or more or non-transitory computer-readable media, which may be read and executed by one or more processors. Such instructions may be referred to as a computer program product.
- Computer-readable media as discussed herein, means any media that can be accessed by a computing device.
- computer-readable media may comprise computer storage media and communication media.
- Computer storage media means any medium that can be used to store computer-readable information.
- computer storage media may include RAM, ROM, Electrically Erasable Programmable Read-Only Memory (EEPROM), flash memory or other memory technology, Compact Disc Read Only Memory (CD-ROM), Digital Video Disc (DVD), or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, and any other volatile or nonvolatile, removable or non-removable media implemented in any technology.
- Computer storage media excludes signals per se and transitory forms of signal transmission.
- Communication media means any media that can be used for the communication of computer-readable information.
- communication media may include coaxial cables, fiber-optic cables, air, or any other media suitable for the communication of electrical, optical, Radio Frequency (RF), infrared, acoustic or other types of signals.
- RF Radio Frequency
- An embodiment of the technologies may include one or more, and any combination of, the examples described below.
- Example 1 is a computing device, comprising: a port to allow the computing device to connect to a network; and one or more processors, the one or more processors configured to execute code to cause the one or more processors to: determine that a new waveform has been added to a repository connected to the computing device; perform a set of measurements on the new waveform; attach results from the measurements to the new waveform as metadata; and store the new waveform and attached metadata to the repository.
- Example 2 is the computing device of Example 1, wherein the one or more processors are further configured to execute code to cause the one or more processors to: receive a new set of measurements across the network from a user device; and add the new set of measurements to the repository.
- Example 3 is the computing device of Examples 2, wherein the one or more processors are further configured to execute code to cause the one or more processors to: perform the new set of measurements on existing waveforms in the repository; and add results from the new set of measurements to metadata attached to each waveform.
- Example 4 is the computing device of any of Examples 1 through 3, wherein the one or more processors are further configured to execute code to cause the one or more processors to: receive signals from a user device; perform at least one task indicated by the signals; and provide results of the task to the user device.
- Example 5 is the computing device of Example 4, wherein the at least one task comprises one or more of searching, sorting, filtering, classifying, triggering, detecting, and predicting.
- Example 6 is the computing device of any of Examples 1 through 5, wherein at least one of the one or more processors is configured as part of a machine learning system.
- Example 7 is the computing device of Example 6, wherein the machine learning system is configured to classify waveforms in the repository into types of waveforms.
- Example 8 is the computing device of Example 6, wherein the machine learning system is configured to provide predictions about future measurements.
- Example 9 is the computing device of any of Examples 1 through 8, wherein the code to cause the one or more processors to perform a set of measurements comprises code to cause the one or more processors to perform one or more of: all available measurements; a user-definable set of measurements; and a defined set of measurements after an initial assessment.
- Example 10 is the computing device of Example 9, wherein the code to cause the one or more processors to perform an initial assessment comprises code to cause the one or more processors to perform at least one of: operating a machine learning process to produce a classification; performing pattern recognition; and basing the initial assessment on one of measurement results, user-defined characteristics, and metadata attached to the waveform.
- Example 11 is the computing device of any of Examples 1 through 10, wherein the computing device is connected to one or more test and measurement devices.
- Example 12 is the computing device of any of Examples 1 through 11, wherein the computing device comprises multiple computing devices and the one or more processors are distributed among the multiple computing devices.
- Example 13 is a method of managing waveform data, comprising: determining that a new waveform has been added to a repository; performing a set of measurements on the new waveform; attaching results from the measurements to the new waveform as metadata; and storing the new waveform and attached metadata to the repository.
- Example 14 is the method of Example 13, further comprising: receiving a new set of measurements from a user device; and adding the new set of measurements to the repository.
- Example 15 is the method of Example 14, further comprising: performing the new set of measurements on existing waveforms in the repository; and adding results from the new set of measurements to metadata attached to each waveform.
- Example 16 is the method of any of Examples 13 through 15, further comprising: receiving signals from a user device; performing at least one task indicated by the signals; and providing results of the task to the user device.
- Example 17 is the method of Example 16, wherein the at least one task comprises one or more of searching, sorting, filtering, classifying, triggering, detecting, and predicting.
- Example 18 is the method of any of Examples 13 through 17 further comprising using machine learning to classify waveforms in the repository into types of waveforms.
- Example 19 is the method of any of Examples 13 through 17 further comprising using machine learning to provide predictions about future measurements on waveforms based upon the metadata.
- Example 20 is the method of any of Examples 13 through 19, wherein performing a set of measurements comprises performing at least one of all available measurements, a user-definable set of measurements, and a defined set of measurements after an initial assessment.
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- General Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- Mathematical Physics (AREA)
- Data Mining & Analysis (AREA)
- Software Systems (AREA)
- Evolutionary Computation (AREA)
- Computing Systems (AREA)
- Artificial Intelligence (AREA)
- Computational Linguistics (AREA)
- Medical Informatics (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Databases & Information Systems (AREA)
- Debugging And Monitoring (AREA)
- Recording Measured Values (AREA)
Abstract
Description
Claims (19)
Priority Applications (4)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US17/592,998 US12442845B2 (en) | 2021-02-08 | 2022-02-04 | Method of generating metadata from acquired signals for search, filtering, and machine learning inputs |
| CN202210118219.6A CN114942914A (en) | 2021-02-08 | 2022-02-08 | Method for generating metadata from acquired signals for search, filtering and machine learning input |
| DE102022102902.6A DE102022102902A1 (en) | 2021-02-08 | 2022-02-08 | METHOD OF GENERATION OF METADATA FROM CAPTURED SIGNALS FOR SEARCH, FILTER AND MACHINE LEARNING INPUTS |
| JP2022017973A JP2022121416A (en) | 2021-02-08 | 2022-02-08 | Computing device and waveform data management method |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US202163147153P | 2021-02-08 | 2021-02-08 | |
| US17/592,998 US12442845B2 (en) | 2021-02-08 | 2022-02-04 | Method of generating metadata from acquired signals for search, filtering, and machine learning inputs |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| US20220252647A1 US20220252647A1 (en) | 2022-08-11 |
| US12442845B2 true US12442845B2 (en) | 2025-10-14 |
Family
ID=82493502
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US17/592,998 Active 2043-05-09 US12442845B2 (en) | 2021-02-08 | 2022-02-04 | Method of generating metadata from acquired signals for search, filtering, and machine learning inputs |
Country Status (4)
| Country | Link |
|---|---|
| US (1) | US12442845B2 (en) |
| JP (1) | JP2022121416A (en) |
| CN (1) | CN114942914A (en) |
| DE (1) | DE102022102902A1 (en) |
Families Citing this family (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20250020694A1 (en) | 2023-07-13 | 2025-01-16 | Tektronix, Inc. | Platform to stream, view, analyze and collaborate on test and measurement waveform data |
Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20200166546A1 (en) * | 2018-11-28 | 2020-05-28 | Tektronix, Inc. | Categorization of acquired data based on explicit and implicit means |
| US20200358683A1 (en) * | 2019-05-10 | 2020-11-12 | Cisco Technology, Inc. | Composite key performance indicators for network health monitoring |
| US11461683B2 (en) * | 2013-09-04 | 2022-10-04 | Datashapes, Inc. | Pattern recognition system |
Family Cites Families (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP4078605B2 (en) * | 2003-04-25 | 2008-04-23 | 横河電機株式会社 | Waveform measuring apparatus and waveform measuring system |
| JP4451750B2 (en) * | 2004-09-24 | 2010-04-14 | 日置電機株式会社 | Event recording device |
| JP4597209B2 (en) * | 2008-04-14 | 2010-12-15 | 三菱電機株式会社 | Communication analyzer |
| US12416654B2 (en) * | 2016-04-04 | 2025-09-16 | Schneider Electric USA, Inc. | Systems and methods to analyze waveforms from multiple devices in power systems |
| US10802081B2 (en) * | 2016-04-04 | 2020-10-13 | Schneider Electric USA, Inc. | Method and system for analyzing waveforms in power systems |
| US10585121B2 (en) * | 2016-09-12 | 2020-03-10 | Tektronix, Inc. | Recommending measurements based on detected waveform type |
| US11137323B2 (en) * | 2018-11-12 | 2021-10-05 | Kabushiki Kaisha Toshiba | Method of detecting anomalies in waveforms, and system thereof |
| US11442102B2 (en) * | 2019-05-17 | 2022-09-13 | Tektronix, Inc. | Test and measurement system for parallel waveform analysis |
-
2022
- 2022-02-04 US US17/592,998 patent/US12442845B2/en active Active
- 2022-02-08 DE DE102022102902.6A patent/DE102022102902A1/en active Pending
- 2022-02-08 CN CN202210118219.6A patent/CN114942914A/en active Pending
- 2022-02-08 JP JP2022017973A patent/JP2022121416A/en active Pending
Patent Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US11461683B2 (en) * | 2013-09-04 | 2022-10-04 | Datashapes, Inc. | Pattern recognition system |
| US20200166546A1 (en) * | 2018-11-28 | 2020-05-28 | Tektronix, Inc. | Categorization of acquired data based on explicit and implicit means |
| US20200358683A1 (en) * | 2019-05-10 | 2020-11-12 | Cisco Technology, Inc. | Composite key performance indicators for network health monitoring |
Non-Patent Citations (1)
| Title |
|---|
| Kadowaki et al., JP 6798905 B2, "Abnormal Index Calculation Device, Abnormal Index Calculation Method and Abnormal Index Calculation Program", Date published: Dec. 9, 2020 (Year: 2020). * |
Also Published As
| Publication number | Publication date |
|---|---|
| DE102022102902A1 (en) | 2022-08-11 |
| JP2022121416A (en) | 2022-08-19 |
| US20220252647A1 (en) | 2022-08-11 |
| CN114942914A (en) | 2022-08-26 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN111177714B (en) | Abnormal behavior detection method and device, computer equipment and storage medium | |
| US11181552B2 (en) | Categorization of acquired data based on explicit and implicit means | |
| US20200074306A1 (en) | Feature subset evolution by random decision forest accuracy | |
| US20170364561A1 (en) | Telemetry data contextualized across datasets | |
| US11443137B2 (en) | Method and apparatus for detecting signal features | |
| JP6196196B2 (en) | Inter-log causal estimation device, system abnormality detection device, log analysis system, and log analysis method | |
| US20210312323A1 (en) | Generating performance predictions with uncertainty intervals | |
| US9842044B2 (en) | Commit sensitive tests | |
| CN115267035A (en) | Chromatograph fault diagnosis analysis method and system | |
| US12442845B2 (en) | Method of generating metadata from acquired signals for search, filtering, and machine learning inputs | |
| CN105912467A (en) | Performance test method and device | |
| Papas et al. | Combining clustering and classification for software quality evaluation | |
| CN113656314B (en) | Pressure test processing method and device | |
| US11520831B2 (en) | Accuracy metric for regular expression | |
| CN118660312B (en) | Automatic test method and device suitable for wireless test of data link system | |
| CN110928784A (en) | Software testing environment monitoring method and device | |
| CN114528215B (en) | Interactive page testing method and element template generation method and device | |
| US12147330B2 (en) | Smart test data workload generation | |
| US11698849B2 (en) | Automated application testing of mutable interfaces | |
| US9417986B1 (en) | System library error classification in a cloud based dynamic analysis tool | |
| US20190286508A1 (en) | Generating targeted analysis results in a support system | |
| Shawky et al. | The impact of agile approaches on software quality attributes an empirical study | |
| KR102740334B1 (en) | Machine learning-based mobile radar test file processing system and machine learning-based mobile radar test file processing method | |
| CN119441041A (en) | Software testing method, device, computer equipment, readable storage medium and program product | |
| Hudson et al. | Local Exceptionality Detection in Time Series Using Subgroup Discovery: An Approach Exemplified on Team |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| FEPP | Fee payment procedure |
Free format text: ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: BIG.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION |
|
| AS | Assignment |
Owner name: INITIAL STATE TECHNOLOGIES, INC., TENNESSEE Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:KUHLMAN, FREDERICK B., III;REEVES, ADAM M.;BUIDA, THOMAS;AND OTHERS;SIGNING DATES FROM 20220220 TO 20221107;REEL/FRAME:061958/0247 |
|
| AS | Assignment |
Owner name: TEKTRONIX, INC, OREGON Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:INITIAL STATE TECHNOLOGIES, INC.;REEL/FRAME:066023/0297 Effective date: 20231229 |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: NON FINAL ACTION MAILED |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: FINAL REJECTION MAILED |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: ADVISORY ACTION MAILED |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: NON FINAL ACTION MAILED |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT RECEIVED |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT VERIFIED |
|
| STCF | Information on status: patent grant |
Free format text: PATENTED CASE |