US20050089132A1 - Digital counter - Google Patents
Digital counter Download PDFInfo
- Publication number
- US20050089132A1 US20050089132A1 US10/835,139 US83513904A US2005089132A1 US 20050089132 A1 US20050089132 A1 US 20050089132A1 US 83513904 A US83513904 A US 83513904A US 2005089132 A1 US2005089132 A1 US 2005089132A1
- Authority
- US
- United States
- Prior art keywords
- software
- hardware part
- maximum value
- hardware
- value
- 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.)
- Granted
Links
- 238000000034 method Methods 0.000 claims description 13
- 238000010606 normalization Methods 0.000 description 4
- 230000000875 corresponding effect Effects 0.000 description 3
- 238000006243 chemical reaction Methods 0.000 description 1
- 230000002596 correlated effect Effects 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000012544 monitoring process Methods 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H03—ELECTRONIC CIRCUITRY
- H03K—PULSE TECHNIQUE
- H03K21/00—Details of pulse counters or frequency dividers
- H03K21/40—Monitoring; Error detection; Preventing or correcting improper counter operation
-
- H—ELECTRICITY
- H03—ELECTRONIC CIRCUITRY
- H03K—PULSE TECHNIQUE
- H03K21/00—Details of pulse counters or frequency dividers
- H03K21/40—Monitoring; Error detection; Preventing or correcting improper counter operation
- H03K21/406—Synchronisation of counters
Definitions
- the present invention relates to digital counters, and more particularly to a digital counter having a dial position that includes a hardware part to determine the n lowest-value bits of the dial position and a software part to determine the remaining higher-value bits of the dial position.
- Counters having both hardware and software parts are known, the hardware part often being realized through the use of flip-flops. Counters of this kind are used, for example, for assigning time stamps in devices for monitoring telecommunication links. As a time stamp, the relevant dial position is used. In order to minimize the effort, the hardware part is usually realized as a 16 to 32 bit counter. If there is an overflow, the software part is counted up by 1. For this, it must be taken into account that an overflow of the hardware part initiates an interrupt and that an interrupt server cannot, however, operate at any speed. In the area of the hardware part overflow, there is therefore a certain dead time. For example, there is conceivably a situation in which the hardware part is already back to 0000 . . . , but the software part has not yet counted up. If this data were to be selected for a time stamp, the clock would practically count backwards. Consequently, the result would be incorrect.
- the hardware part of the counter is read twice to be on the safe side, so that the assignment of lower-value and higher-value bits can proceed correctly. Accordingly, if the second value is smaller than the value read first, there has been an overflow. Accordingly, the dial position resulting from the software part and the second read hardware and software part is the correct one.
- the present invention provides a digital counter where the time-critical coinciding of two interrupts is prevented by executing the software part twice, the corresponding software part being converted at a non-time-critical point in time so that when the overflow of the hardware part of the counter occurs, the already converted software part applicable at this point in time is read. Since the conversion of the software part applicable in a given case no longer coincides with the overflow of the hardware part of the counter, the problem of the prior art are reliably avoided.
- FIG. 1 is a schematic representation a hardware part and two software parts of a first embodiment of a digital counter according to the present invention.
- FIG. 2 is a schematic representation two software parts and a hardware part of a second embodiment of a digital counter according to the present invention.
- FIG. 3 is a schematic representation a validity range of the relevant software part on a simple embodiment and the preferred point in time for changing the relevant software part according to the present invention.
- FIG. 4 explains the re-normalizing of a digital counter according to the present invention.
- a preferred realization has a maximum dial position of a hardware part correlated with a maximum value, a first counting range of the hardware part essentially defined between dial positions of 0 and half of the maximum value of the hardware part minus 1, and a second counting range essentially defined between the dial positions of half of the maximum value and the maximum value of the hardware part minus 1.
- the first range stretches from 0 to 7 and the second range from 8 to 15. The maximum value is thus 16.
- the first range is from 0 to 4, the second range from 5 to 9, and the maximum value is 10.
- the maximum value therefore denotes the number of different values that are possible within the relevant system: in the decimal system 10 , for example, and with 4 bits 16 , for example.
- the result may also be achieved if slightly different definitions are chosen, as is evident to a person skilled in the art. What is essential is that the time periods during which a relevant software part is read do not overlap with the point in time at which the relevant software part is changed.
- a digital counter preferably has a software part-increasing device which is designed to change first and second software parts at predeterminable values of the hardware part, particularly to effect an increase by the value of 1.
- a software part is increased by 1
- the other instead of being increased by 1, may, at the point in time at which its next change occurs, be equated with the software part changed first.
- Non-critical points in time for increasing the second software part lie at the hardware part, which is between 10 and 40 per cent of the maximum value, preferably 25 per cent of the maximum value. Accordingly, for the first software part, the hardware part between 60 and 90 per cent of the maximum value, preferably 75 per cent of the maximum value, applies.
- a normalization of the dial position to a maximum value other than that predetermined by the installed hardware part of the counter is often desired.
- an easier interpretation of the assigned time stamps may often be achieved.
- the hardware part works with a maximum value of 24,576,000. What is desired, however, is a normalization to a maximum value of 2,000,000. This is achieved by having the dial position, which is normalized to the second maximum value, made up of a software part normalized to the second maximum value and hardware part normalized to the second maximum value.
- the software part is then designed such that it also has the n lowest-value bits, which, to be precise, is done by shifting the original software part to the left. Shifting to the left corresponds to multiplication by the first maximum value. Since re-normalizing also requires division by the first maximum value, both processes cancel each other out. What remains from the re-normalization is a factor that corresponds to the second maximum value.
- the hardware part normalized to the second maximum value is preferably calculated by the following step: multiplying by the second maximum value and dividing by the first maximum value, or vice versa.
- Putting together the relevant software part and the relevant hardware part may be achieved in an easy way after the aforementioned multiplication step of the software part valid at the time by the second maximum value, by adding the software part normalized to the second maximum value and the hardware part normalized to the second maximum value.
- the aforementioned multiplication step in which the software part valid at the time is multiplied by the second maximum value, is performed at a non-computation time-critical point in time.
- a calculation of the second software part normalized to the second maximum value is performed at a value between 10 and 40 per cent of the first maximum value of the hardware part, particularly at 25 per cent of the first maximum value of the hardware part, and the calculation of the first software part normalized to the second maximum value is performed at a value between 60 and 90 per cent of the first maximum value of the hardware part, particularly at 75 per cent of the first maximum value of the hardware part.
- FIG. 1 shows in a schematic representation the actual dial position on a first embodiment of the digital counter. According thereto, the four lowest-value bits are determined by the hardware part 10 , while the four remaining bits are either determined by a first software part 12 or by a second software part 14 .
- FIG. 3 shows on a simple embodiment—the hardware part and the software parts each have 4 bits—the validity range of the relevant software part 12 , 14 and the preferred points in time for changing the relevant software part.
- Both the software part 12 , SW 0 , and the software part 14 , SW 1 start at the value of 0, i.e. all four bits are zeros.
- the software part 12 , SWO is linked with the hardware part 10 for the values 0 to 7 (in decimal notation) of the hardware part.
- the software part 14 , SW 1 is linked with the hardware part for the values 8 to 15 of the hardware part 10 .
- the software part 14 , SW 1 is preferably changed between the values 3 and 4 of the hardware part 10 , i.e., either counted up by 1 or equated with the software part 12 , SW 0 .
- the software part 12 , SW 0 is increased by 1 between the decimal values 11 and 12 of the hardware part 10 .
- the software part 14 , SW 1 is thus changed at a point in time at which the hardware part 10 is linked with the software part 12 , SW 0 , for the full display of the digital counter, while the software part 12 , SW 0 , is increased by 1 when the hardware part 10 is linked with the software part 14 , SW 1 .
- the points in time for the changing of the software parts are separate from the point in time of the overflow of the hardware part 10 .
- FIG. 2 an embodiment in which the dial position is obtained by adding the hardware part to the software part SW 0 ′, SW 1 ′ valid at the time.
- the current dial position then results from adding the hardware part 10 to the software part 12 ′, SW 0 ′, or 14 ′, SW 1 ′ valid at the time.
- equation (6) the first term, which only changes twice in the value range of the hardware part 10 , is calculated at non-time critical points in time.
- the second term in equation (6) is only 4 bits wide, so that the multiplication and division to be performed thereon is carried out with a relatively low time and computation expense.
- the expression in the square brackets of equation (5) were to be resolved, followed by multiplication and division, a value with twice the number of bits would have to be multiplied and divided.
- the present invention provides a digital counter with a hardware part and a software part where the software part is separated into two parts such that each software part increments during a non-critical time at different time during the count range of the hardware part so that at any particular point in time the combination of the hardware part with one of the software parts gives the proper count.
Landscapes
- Debugging And Monitoring (AREA)
- Telephonic Communication Services (AREA)
- Compression, Expansion, Code Conversion, And Decoders (AREA)
- Telephone Function (AREA)
Abstract
Description
- The present invention relates to digital counters, and more particularly to a digital counter having a dial position that includes a hardware part to determine the n lowest-value bits of the dial position and a software part to determine the remaining higher-value bits of the dial position.
- Counters having both hardware and software parts are known, the hardware part often being realized through the use of flip-flops. Counters of this kind are used, for example, for assigning time stamps in devices for monitoring telecommunication links. As a time stamp, the relevant dial position is used. In order to minimize the effort, the hardware part is usually realized as a 16 to 32 bit counter. If there is an overflow, the software part is counted up by 1. For this, it must be taken into account that an overflow of the hardware part initiates an interrupt and that an interrupt server cannot, however, operate at any speed. In the area of the hardware part overflow, there is therefore a certain dead time. For example, there is conceivably a situation in which the hardware part is already back to 0000 . . . , but the software part has not yet counted up. If this data were to be selected for a time stamp, the clock would practically count backwards. Consequently, the result would be incorrect.
- In order to prevent this the hardware part of the counter is read twice to be on the safe side, so that the assignment of lower-value and higher-value bits can proceed correctly. Accordingly, if the second value is smaller than the value read first, there has been an overflow. Accordingly, the dial position resulting from the software part and the second read hardware and software part is the correct one.
- However, this solution cannot be used in those cases where a processor can only process one interrupt at a time. There may be situations in which the processor receives an interrupt from the overflow of the hardware part and at the same time an interrupt from the event that is to be provided with a time stamp. The processor will be blocked until the first interrupt has been processed and will then assign an incorrect time stamp to the event.
- What is desired is to eliminate this problem which results with a generic counter, and to provide a corresponding method for operating a digital counter which eliminates this problem.
- Accordingly the present invention provides a digital counter where the time-critical coinciding of two interrupts is prevented by executing the software part twice, the corresponding software part being converted at a non-time-critical point in time so that when the overflow of the hardware part of the counter occurs, the already converted software part applicable at this point in time is read. Since the conversion of the software part applicable in a given case no longer coincides with the overflow of the hardware part of the counter, the problem of the prior art are reliably avoided.
- The objects, advantages and other novel features of the present invention are apparent from the following detailed description when read in conjunction with the appended claims and attached drawing.
-
FIG. 1 is a schematic representation a hardware part and two software parts of a first embodiment of a digital counter according to the present invention. -
FIG. 2 is a schematic representation two software parts and a hardware part of a second embodiment of a digital counter according to the present invention. -
FIG. 3 is a schematic representation a validity range of the relevant software part on a simple embodiment and the preferred point in time for changing the relevant software part according to the present invention. -
FIG. 4 explains the re-normalizing of a digital counter according to the present invention. - A preferred realization has a maximum dial position of a hardware part correlated with a maximum value, a first counting range of the hardware part essentially defined between dial positions of 0 and half of the maximum value of the
hardware part minus 1, and a second counting range essentially defined between the dial positions of half of the maximum value and the maximum value of the hardware part minus 1. For the hardware part with 4 bits the first range stretches from 0 to 7 and the second range from 8 to 15. The maximum value is thus 16. For a decimal system, the first range is from 0 to 4, the second range from 5 to 9, and the maximum value is 10. The maximum value therefore denotes the number of different values that are possible within the relevant system: in thedecimal system 10, for example, and with 4bits 16, for example. The result may also be achieved if slightly different definitions are chosen, as is evident to a person skilled in the art. What is essential is that the time periods during which a relevant software part is read do not overlap with the point in time at which the relevant software part is changed. - Therefore, a digital counter preferably has a software part-increasing device which is designed to change first and second software parts at predeterminable values of the hardware part, particularly to effect an increase by the value of 1. Where a software part is increased by 1, the other, instead of being increased by 1, may, at the point in time at which its next change occurs, be equated with the software part changed first.
- Non-critical points in time for increasing the second software part lie at the hardware part, which is between 10 and 40 per cent of the maximum value, preferably 25 per cent of the maximum value. Accordingly, for the first software part, the hardware part between 60 and 90 per cent of the maximum value, preferably 75 per cent of the maximum value, applies.
- A normalization of the dial position to a maximum value other than that predetermined by the installed hardware part of the counter is often desired. In particular by re-normalizing to another maximum value, an easier interpretation of the assigned time stamps may often be achieved.
- For example, the hardware part works with a maximum value of 24,576,000. What is desired, however, is a normalization to a maximum value of 2,000,000. This is achieved by having the dial position, which is normalized to the second maximum value, made up of a software part normalized to the second maximum value and hardware part normalized to the second maximum value.
- The software part is then designed such that it also has the n lowest-value bits, which, to be precise, is done by shifting the original software part to the left. Shifting to the left corresponds to multiplication by the first maximum value. Since re-normalizing also requires division by the first maximum value, both processes cancel each other out. What remains from the re-normalization is a factor that corresponds to the second maximum value. These values for the software parts, which are normalized to the second maximum value, are preferably saved so that they may be used for adding within the relevant period of time without having to be recalculated.
- The hardware part normalized to the second maximum value is preferably calculated by the following step: multiplying by the second maximum value and dividing by the first maximum value, or vice versa.
- Putting together the relevant software part and the relevant hardware part may be achieved in an easy way after the aforementioned multiplication step of the software part valid at the time by the second maximum value, by adding the software part normalized to the second maximum value and the hardware part normalized to the second maximum value.
- Preferably, the aforementioned multiplication step, in which the software part valid at the time is multiplied by the second maximum value, is performed at a non-computation time-critical point in time. Preferably, a calculation of the second software part normalized to the second maximum value is performed at a value between 10 and 40 per cent of the first maximum value of the hardware part, particularly at 25 per cent of the first maximum value of the hardware part, and the calculation of the first software part normalized to the second maximum value is performed at a value between 60 and 90 per cent of the first maximum value of the hardware part, particularly at 75 per cent of the first maximum value of the hardware part.
-
FIG. 1 shows in a schematic representation the actual dial position on a first embodiment of the digital counter. According thereto, the four lowest-value bits are determined by thehardware part 10, while the four remaining bits are either determined by afirst software part 12 or by asecond software part 14. -
FIG. 3 shows on a simple embodiment—the hardware part and the software parts each have 4 bits—the validity range of therelevant software part software part 12, SW0, and thesoftware part 14, SW1, start at the value of 0, i.e. all four bits are zeros. According to the figure, thesoftware part 12, SWO, is linked with thehardware part 10 for thevalues 0 to 7 (in decimal notation) of the hardware part. Thesoftware part 14, SW1, is linked with the hardware part for thevalues 8 to 15 of thehardware part 10. Thesoftware part 14, SW1, is preferably changed between thevalues hardware part 10, i.e., either counted up by 1 or equated with thesoftware part 12, SW0. Thesoftware part 12, SW0, is increased by 1 between thedecimal values hardware part 10. As is seen from the representation ofFIG. 3 , thesoftware part 14, SW1, is thus changed at a point in time at which thehardware part 10 is linked with thesoftware part 12, SW0, for the full display of the digital counter, while thesoftware part 12, SW0, is increased by 1 when thehardware part 10 is linked with thesoftware part 14, SW1. Hence the points in time for the changing of the software parts are separate from the point in time of the overflow of thehardware part 10. - While with the embodiment according to
FIG. 1 the software part and the hardware part are connected with each other in series, so that thehardware part 10 determines the lowest-value bits and software part valid at the time determines the remaining higher-value bits, there is shown inFIG. 2 an embodiment in which the dial position is obtained by adding the hardware part to the software part SW0′, SW1′ valid at the time. This way thesoftware part 12′, SW0′ is created by a shifting to the left of thesoftware part 12 by as many bits as thehardware part 10 has, in the present case by 4 digits. This corresponds to a multiplication by 24=16. The same applies, mutatis mutandis, to thesoftware part 14′, SW1′, which is obtained by a corresponding shift to the left from thesoftware part 14, SW1. For details, see equations (1) and (2) inFIG. 2 . - The current dial position then results from adding the
hardware part 10 to thesoftware part 12′, SW0′, or 14′, SW1′ valid at the time. -
FIG. 4 shows the re-normalization. It is assumed that, as is shown inFIGS. 1, 2 and 3, the hardware part can assume sixteen values, and that this count is now to be re-normalized into the decimal system. For m=0 or 1 the dial position Z according to equation (3) inFIG. 4 is received as 24·SWm+HW. The dial position Z′ normalized to the decimal system is obtained therefrom by multiplying by 10 and dividing by 16, see equation (4) inFIG. 4 . If equation (3) is inserted into equation (4), then equation (5) results, which, after canceling of thenumber 16 in the first term, is reformulated into equation (6). - In equation (6) the first term, which only changes twice in the value range of the
hardware part 10, is calculated at non-time critical points in time. The second term in equation (6) is only 4 bits wide, so that the multiplication and division to be performed thereon is carried out with a relatively low time and computation expense. In contrast, if the expression in the square brackets of equation (5) were to be resolved, followed by multiplication and division, a value with twice the number of bits would have to be multiplied and divided. - Thus the present invention provides a digital counter with a hardware part and a software part where the software part is separated into two parts such that each software part increments during a non-critical time at different time during the count range of the hardware part so that at any particular point in time the combination of the hardware part with one of the software parts gives the proper count.
Claims (16)
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
EP03010817A EP1478092B1 (en) | 2003-05-14 | 2003-05-14 | Digital counter |
EP03010817.9 | 2003-05-14 |
Publications (2)
Publication Number | Publication Date |
---|---|
US6882697B1 US6882697B1 (en) | 2005-04-19 |
US20050089132A1 true US20050089132A1 (en) | 2005-04-28 |
Family
ID=33016889
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/835,139 Expired - Fee Related US6882697B1 (en) | 2003-05-14 | 2004-04-28 | Digital counter |
Country Status (3)
Country | Link |
---|---|
US (1) | US6882697B1 (en) |
EP (1) | EP1478092B1 (en) |
DE (1) | DE50308597D1 (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2012025191A1 (en) * | 2010-08-24 | 2012-03-01 | Continental Automotive France | Digital counter and method for measuring a period of time |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7461383B2 (en) * | 2006-08-21 | 2008-12-02 | International Business Machines Corporation | Method and apparatus for efficient performance monitoring of a large number of simultaneous events |
US20110103540A1 (en) * | 2009-10-29 | 2011-05-05 | Wassermann Gary M | Multiple base counter representation |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4086470A (en) * | 1976-12-27 | 1978-04-25 | International Business Machines Corporation | Hardware-software counting |
US4151403A (en) * | 1977-10-05 | 1979-04-24 | Molins Machine Company, Inc. | Control system for an unwinding roll |
US4566069A (en) * | 1980-10-22 | 1986-01-21 | Hitachi, Ltd. | Electronic control apparatus for an internal combustion engine |
US5572720A (en) * | 1995-01-17 | 1996-11-05 | Delco Electronics Corporation | Method of extending capacity of a microprocessor timer |
US5826066A (en) * | 1996-08-08 | 1998-10-20 | Tandem Computers Incorporated | Method for keeping accurate time in a computer system |
US6625571B1 (en) * | 1998-12-18 | 2003-09-23 | Robert Bosch Gmbh | Method for evaluating signals with the aid of a timer and an overrun counter |
-
2003
- 2003-05-14 DE DE50308597T patent/DE50308597D1/en not_active Expired - Lifetime
- 2003-05-14 EP EP03010817A patent/EP1478092B1/en not_active Expired - Lifetime
-
2004
- 2004-04-28 US US10/835,139 patent/US6882697B1/en not_active Expired - Fee Related
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4086470A (en) * | 1976-12-27 | 1978-04-25 | International Business Machines Corporation | Hardware-software counting |
US4151403A (en) * | 1977-10-05 | 1979-04-24 | Molins Machine Company, Inc. | Control system for an unwinding roll |
US4566069A (en) * | 1980-10-22 | 1986-01-21 | Hitachi, Ltd. | Electronic control apparatus for an internal combustion engine |
US5572720A (en) * | 1995-01-17 | 1996-11-05 | Delco Electronics Corporation | Method of extending capacity of a microprocessor timer |
US5826066A (en) * | 1996-08-08 | 1998-10-20 | Tandem Computers Incorporated | Method for keeping accurate time in a computer system |
US6625571B1 (en) * | 1998-12-18 | 2003-09-23 | Robert Bosch Gmbh | Method for evaluating signals with the aid of a timer and an overrun counter |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2012025191A1 (en) * | 2010-08-24 | 2012-03-01 | Continental Automotive France | Digital counter and method for measuring a period of time |
FR2964275A1 (en) * | 2010-08-24 | 2012-03-02 | Continental Automotive France | DIGITAL COUNTER AND METHOD FOR MEASURING DURATION |
CN103190077A (en) * | 2010-08-24 | 2013-07-03 | 法国大陆汽车公司 | Digital counter and method for measuring a period of time |
US9118332B2 (en) | 2010-08-24 | 2015-08-25 | Continental Automotive France | Digital counter and method for measuring a period of time |
Also Published As
Publication number | Publication date |
---|---|
EP1478092A1 (en) | 2004-11-17 |
EP1478092B1 (en) | 2007-11-14 |
DE50308597D1 (en) | 2007-12-27 |
US6882697B1 (en) | 2005-04-19 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
EP0029706A1 (en) | Arithmetic circuit with overflow detection capability | |
JPH0319569B2 (en) | ||
US9047119B2 (en) | Circular floating-point number generator and a circular floating-point number adder | |
US20070033152A1 (en) | Digital signal processing device | |
CN116594589B (en) | Method, device and arithmetic logic unit for floating point number multiplication calculation | |
US6882697B1 (en) | Digital counter | |
US20060265443A1 (en) | Converting a number from a first base to a second base | |
JP3551113B2 (en) | Divider | |
JP7036075B2 (en) | Integer divider and motor controller | |
US20040044710A1 (en) | Converting mathematical functions to power series | |
EP1357460B1 (en) | A numerically controlled oscillator (NCO) for generating rational frequencies | |
EP0377064B1 (en) | Method of operating a timer | |
EP0452099A2 (en) | Divider unit | |
US5768171A (en) | Method and apparatus for improving the precision or area of a memory table used in floating-point computations | |
USRE38144E1 (en) | Comb filter | |
JP3457416B2 (en) | Timer correction device for computer system | |
US5710730A (en) | Divide to integer | |
US7627624B2 (en) | Digital signal averaging using parallel computation structures | |
JPH0772860B2 (en) | Calculation method | |
AU767325B2 (en) | A method and apparatus for compressing signals in a fixed point format without introducing a bias | |
KR100309520B1 (en) | Multiplication methods and multiplication circuits with round-off capability | |
TWI866805B (en) | Odd and even bit weight equalization method and system | |
JPH07146777A (en) | Arithmetic unit | |
US20080034027A1 (en) | Method for reducing round-off error in fixed-point arithmetic | |
JPH0831024B2 (en) | Arithmetic processor |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: TEKTRONIX INTERNATIONAL SALES GMBH, SWITZERLAND Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:GALUSCHKA, HOLGER;REEL/FRAME:016073/0944 Effective date: 20040420 |
|
FEPP | Fee payment procedure |
Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
FEPP | Fee payment procedure |
Free format text: PAYER NUMBER DE-ASSIGNED (ORIGINAL EVENT CODE: RMPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
FPAY | Fee payment |
Year of fee payment: 8 |
|
REMI | Maintenance fee reminder mailed | ||
LAPS | Lapse for failure to pay maintenance fees | ||
STCH | Information on status: patent discontinuation |
Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362 |
|
FP | Lapsed due to failure to pay maintenance fee |
Effective date: 20170419 |