



______________________________________ CPU MEMORY LOCATION WORKSPACE REGISTER IN THE TMS995 CPU ARE DESIGNATED AS R0, R1, R2...R10 ______________________________________ A. SPEAK PHRASE (1) Priority polled to determine phrase to be spoken (see Heading C below). R1 contains code of selected phrase (2) Selected phrase number is copied in R2 to be saved for future comparison. (3) Displacement of selec- ted phrase data (see Heading C below, for determination of selected phrase), is moved to R4. R4 to be referred to (4) Address of start of as data table pointer, look-up table 334.sub.16 is added or DT, henceforth to displacement value placed in R4 in A.3 above. This value is the starting add- ress of the block of data in the look-up table which will be used in accessing data for the speaking of the phrase selected by the input switch. R5 to be referred to (5) The contents of DT (R4) as phrase length counter, are copied in R5. DT (R4) is or PLC, henceforth automatically incremented to point to the next piece of data in the look-up table. The memory location to which R5 now points contains a num- ber representing the number of words to be spoken in the sel- ected phrase. (6) The selected word is now processed and spoken (see Heading B above for descrip- tion of this function) under control of sub-program refer- red to as "Speak One (Word). (7) Sub-program "Speak One" returns control, but having polled the condition of the inputs before so doing, it has recorded in R3 whether or not the phrase currently being processed is still the highest priority selected by the inputs (a) If priority has changed, control reverts to step A.2 above for processing of new priority. R6 to be referred to as (b) If priority has not Pause Counter, or PC, changed DT (R4) is henceforth. copied in R6 and automatically incre- mented. (8) Delay counter R7 is loaded with a constant value (300.sub. 16). (9) The number in R7 is decremented, one instruction per count, implementing a time delay equal to the execution times of the involved instruc- tions multiplied by the start- ing value in R7. (10) Input priority condi- tion is checked as in Heading A.7 above (a) If priority has changed, control reverts to step A.2 above for processing of new priority, (b) If priority has not changed PC (R6) is decremented. (11)Steps 9 through 10b are repeated until the value in R7 = 0. (12) PLC (R5) is decremented indicating the completion of the processing of one word and its associated phrase. (a) If PLC (R5)> 0, more words remain in phrase and control reverts to Heading A.6 above with PLC (R5) pointing to start of data for next word (b) If PLC (R5)= 0 phrase is complete and con- trol loops back to start and phrase is repeated. B. SPEAK ONE WORD (1) Reset CTR (R15) is set to (9). (2) One byte of all ones is written into VSP via its data bus. (3) Reset CTR (R15) is de- cremented. (4) Steps 1-3 above are repeated until (R9)= 0, meaning that 9 bytes have been written. This is necessary to be guaran- teed that the VSP is totally reset. (5) VSP status register is read. TS (Talk Status) true means speech is being processed. Program will wait until TS is no longer true, meaning that complete reset has been accom- plished. R8 to be referred to (6) The contents of DT (R4) henceforth as Speech are copied into R8. DT (R4) is Data Pointer of SDP. automatically incremented. This leaves R8 pointing to the loca- tion in memory containing the first byte of speech data for the selected word. R9 to be referred to (7) The contents of DT (R4) henceforth as Word are copied into R9. Dt (R4) Length Register or WLR. is automatically incremented. This leaves R9 containing the number of bytes of speech data necessary for the speaking of the selected word. (8) The speak external com- mand is written into the VSP. (9) Byte counter (R10) is set to 8. (10) Contents of memory loca- tion pointed to by SDP (R8) are written to VSP. (11) SDP (R8) is automatically incremented to point to the next byte of speech data. (12) WLR (R9) is decremented. (13) Byte counter is decre- mented. (14) Steps 10-13 are repeated until value contained in byte counter = meaning 8 bytes of speech data have been written to VSP. (15) Input priority condition is checked as in Heading A.7 above (a) If priority has changed, VSP status register is checked to see if BL (Buffer Low) is active mean- ing the VSP input buffer has space to receive a reset data byte needed to cleanly terminate speech gen- eration. If BL is not active, the program waits until it is, and then jumps ahead to step B.8 leaving the code of the newly selected phrase in R1 (b) If priority has not changed, BL condi- tion is checked as in Step B.15a above, if BL is not active pro- gram jumps back to Step B.15 and con- tinues in a loop until BL is found to be true. (16) If the contents of WLR (R9) is greater than or equal to 8, (meaning that 8 or more bytes of speech data remain to be processed in the selected word) control reverts to Step B.9 above to write another 8 bytes of speech data to the VSP. (17) If the contents of WLR (R9) are less than 8 but greater than zero, control reverts to step B.10 above to load one more byte of speech data into the VSP. (18) One byte of all ones, followed by one byte of all zeros are written to the VSP to reset the VSP and terminate speech synthesis. (19) Input priority is checked as in step A.7 above leaving any new selection priority code in R1. (20) Control returns to step A.7 above. C. PRIORITY POLL SUBROUTINE (1) R3 is cleared. (2) Input code written from inputs into R0. (Inputs are mem- ory mapped onto data bus). (3) R1 is set to the value 8000.sub.16 (1000 0000 0000 0000.sub.2) (4) R0 (input code) is com- pared to contents of R1. (5) If value of input word is less than that in R1, the con- tents of R1 are shifted right, one bit. This has established that no bit in the input word of higher significance than the set bit in R1 is active. (a) R13 is incremented in order to count arith- metically the number of times it is neces- sary to shift the test bit in R1 before it corresponds to an ac- tive bit in the input word. (b) Program jumps back to step C.4. (6) If value of input word is greater than or equal to that in RL, contents of R1 are compared to contents of R2 (saved in step A.2) from previous processing of input word). (7) If contents of R1 equal contents of R2, no change of input priority has occurred and control returns to calling pro- gram. (8) If contents of R1 = con- tents of R2, a change in input priority has occurred, which is recorded by setting (R3)= 000.sub.16 (9) Control is then returned to calling program. ______________________________________
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US06/387,578US4519027A (en) | 1982-06-10 | 1982-06-10 | Industrial control, communications and information system |
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US06/387,578US4519027A (en) | 1982-06-10 | 1982-06-10 | Industrial control, communications and information system |
| Publication Number | Publication Date |
|---|---|
| US4519027Atrue US4519027A (en) | 1985-05-21 |
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US06/387,578Expired - Fee RelatedUS4519027A (en) | 1982-06-10 | 1982-06-10 | Industrial control, communications and information system |
| Country | Link |
|---|---|
| US (1) | US4519027A (en) |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US4633198A (en)* | 1986-03-12 | 1986-12-30 | The United States Of America As Represented By The Secretary Of The Air Force | Flexible (multi-mode) waveform generator |
| US4636876A (en)* | 1983-04-19 | 1987-01-13 | Compusonics Corporation | Audio digital recording and playback system |
| US4675840A (en)* | 1983-02-24 | 1987-06-23 | Jostens Learning Systems, Inc. | Speech processor system with auxiliary memory access |
| US4682248A (en)* | 1983-04-19 | 1987-07-21 | Compusonics Video Corporation | Audio and video digital recording and playback system |
| US4709340A (en)* | 1983-06-10 | 1987-11-24 | Cselt-Centro Studi E Laboratori Telecomunicazioni S.P.A. | Digital speech synthesizer |
| US4771403A (en)* | 1984-11-16 | 1988-09-13 | Allen-Bradley Company, Inc. | I/O module with multi-function integrated circuits and an isolation interface for multiplexing data between a main processor and I/O devices |
| EP0224752A3 (en)* | 1985-11-07 | 1988-12-14 | Mitsubishi Denki Kabushiki Kaisha | Peripheral device of a programmable controller |
| US4914705A (en)* | 1986-09-03 | 1990-04-03 | Hitachi, Ltd. | Voice message announcing method and system for plant |
| US5062147A (en)* | 1987-04-27 | 1991-10-29 | Votek Systems Inc. | User programmable computer monitoring system |
| WO1992008185A1 (en)* | 1990-10-25 | 1992-05-14 | Tower Tech Srl | Voice and sound reproduction device on personal computer |
| WO1995004971A1 (en) | 1993-08-11 | 1995-02-16 | Levi Strauss & Co. | Voice trouble-shooting system for computer-controlled machines |
| US5696487A (en)* | 1995-02-16 | 1997-12-09 | Pyeong-Hwa Electronic Co. | Audible fire alarm apparatus |
| US20010025243A1 (en)* | 2000-03-23 | 2001-09-27 | Yoshihisa Nakamura | Speech synthesizer |
| US6323780B1 (en) | 1998-10-14 | 2001-11-27 | Gary J. Morris | Communicative environmental alarm system with voice indication |
| US6404569B1 (en) | 1996-07-24 | 2002-06-11 | Bp Holdings, Llc | Light switch cover plate with audio recording and playback feature |
| US6600424B1 (en) | 1999-01-26 | 2003-07-29 | Gary Jay Morris | Environment condition detector with audible alarm and voice identifier |
| US6768424B1 (en) | 1999-01-21 | 2004-07-27 | Gary J. Morris | Environmental condition detector with remote fire extinguisher locator system |
| US20040164870A1 (en)* | 2001-06-28 | 2004-08-26 | Byoung-Jin Jeon | Cargo container having an audio system |
| US20080048840A1 (en)* | 2006-08-22 | 2008-02-28 | Reagan Donnie L | Delayed start-up verbal warning unit |
| US20080097629A1 (en)* | 2006-10-20 | 2008-04-24 | Rockwell Automation Technologies, Inc. | Unit module state processing enhancements |
| US20080098351A1 (en)* | 2006-10-20 | 2008-04-24 | Rockwell Automation Technologies, Inc. | Module class subsets for industrial control |
| US20080098401A1 (en)* | 2006-10-20 | 2008-04-24 | Rockwell Automation Technologies, Inc. | Module arbitration and ownership enhancements |
| US20080097624A1 (en)* | 2006-10-20 | 2008-04-24 | Rockwell Automation Technologies, Inc. | State propagation for modules |
| US20080097628A1 (en)* | 2006-10-20 | 2008-04-24 | Rockwell Automation Technologies, Inc. | Automatic fault tuning |
| US20080097630A1 (en)* | 2006-10-20 | 2008-04-24 | Rockwell Automation Technologies, Inc. | patterns employed for module design |
| US20080097626A1 (en)* | 2006-10-20 | 2008-04-24 | Rockwell Automation Technologies, Inc. | Configuration methodology for validation industries |
| US20080097623A1 (en)* | 2006-10-20 | 2008-04-24 | Rockwell Automation Technologies, Inc. | Standard mes interface for discrete manufacturing |
| US20080095196A1 (en)* | 2006-10-20 | 2008-04-24 | Rockwell Automation Technologies, Inc. | Unit to unit transfer synchronization |
| US20110068932A1 (en)* | 2006-11-14 | 2011-03-24 | Thierry Flocard | Bed exit alarm of hospital bed mattress |
| US8175884B1 (en) | 2011-02-08 | 2012-05-08 | Gary Jay Morris | Environmental condition detector with validated personalized verbal messages |
| US20130275137A1 (en)* | 2012-04-16 | 2013-10-17 | Saudi Arabian Oil Company | Warning system with synthesized voice diagnostic announcement capability for field devices |
| US8717181B2 (en) | 2010-07-29 | 2014-05-06 | Hill-Rom Services, Inc. | Bed exit alert silence with automatic re-enable |
| US20150142432A1 (en)* | 2013-11-20 | 2015-05-21 | Honeywell International Inc. | Ambient Condition Detector with Processing of Incoming Audible Commands Followed by Speech Recognition |
| CN105977873A (en)* | 2015-03-12 | 2016-09-28 | 施洛伊尼格控股股份公司 | Cable processing machine with improved precision mechanism for cable processing |
| US20170302741A1 (en)* | 2015-11-11 | 2017-10-19 | ARK-LA-TEX Remote Monitoring and Control, LLC | Systems and methods for process monitoring and control |
| US9875633B2 (en) | 2014-09-11 | 2018-01-23 | Hill-Rom Sas | Patient support apparatus |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US3538264A (en)* | 1968-04-08 | 1970-11-03 | Mc Donnell Douglas Corp | Annunciator system with digital means for selecting individual message elements for the synthesis of an audio message |
| US4335379A (en)* | 1979-09-13 | 1982-06-15 | Martin John R | Method and system for providing an audible alarm responsive to sensed conditions |
| US4375329A (en)* | 1980-06-09 | 1983-03-01 | Xerox Corporation | Talking copiers and duplicators |
| US4387368A (en)* | 1980-12-03 | 1983-06-07 | Borg-Warner Corporation | Telemetry system for centrifugal water chilling systems |
| US4401971A (en)* | 1980-03-10 | 1983-08-30 | Hitachi, Ltd. | Alarm device for a vehicle including priority control for plural alarm conditions |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US3538264A (en)* | 1968-04-08 | 1970-11-03 | Mc Donnell Douglas Corp | Annunciator system with digital means for selecting individual message elements for the synthesis of an audio message |
| US4335379A (en)* | 1979-09-13 | 1982-06-15 | Martin John R | Method and system for providing an audible alarm responsive to sensed conditions |
| US4401971A (en)* | 1980-03-10 | 1983-08-30 | Hitachi, Ltd. | Alarm device for a vehicle including priority control for plural alarm conditions |
| US4375329A (en)* | 1980-06-09 | 1983-03-01 | Xerox Corporation | Talking copiers and duplicators |
| US4387368A (en)* | 1980-12-03 | 1983-06-07 | Borg-Warner Corporation | Telemetry system for centrifugal water chilling systems |
| Title |
|---|
| "Cheaptalk" Brochure-Data Voice Corporation--Chicago, Ill. |
| "Speech Synthesis Systems"-Brochure-Telesensory Systems, Inc., Palo Alto, California--Nov. 7, 1979. |
| ADAS Systems Brochure Butler National Corporation, Lenexa, Kansas, 1980.* |
| ADAS Systems Brochure--Butler National Corporation, Lenexa, Kansas, 1980. |
| Chatterbox Systems Brochure Raco Manufacturing and Engineering Company Emeryville, California Aug. 5, 1981.* |
| Chatterbox Systems Brochure-Raco Manufacturing and Engineering Company-Emeryville, California--Aug. 5, 1981. |
| Cheaptalk Brochure Data Voice Corporation Chicago, Ill.* |
| Cyberblast and Banshee Brochures Cybersonic Division, C. A. Briggs Company, Glenside, Pa. Aug. 1981 & Oct. 1981.* |
| Cyberblast® and Banshee® Brochures--Cybersonic Division, C. A. Briggs Company, Glenside, Pa.--Aug. 1981 & Oct. 1981. |
| Elphick Talking Machines Aim for Versatility High Technology pp. 41 48, Sep./Oct. 1980.* |
| Elphick--"Talking Machines Aim for Versatility"--High Technology--pp. 41-48, Sep./Oct. 1980. |
| IBM 7770 & 7772 Series Audio Response Unit Manual IBM Systems Development Division Research Triangle Park, North Carolina pp. 1 29.* |
| IBM 7770 & 7772 Series Audio Response Unit Manual-IBM Systems Development Division--Research Triangle Park, North Carolina--pp. 1-29. |
| Keefe et al. Enhancement of a Radiation Safety System Through the Use of a Microprocessor Controlled Speech Synthesizer IEEE Trans. on Nuclear Science, vol. NS 28, No. 1, Feb. 1981 pp. 643 645.* |
| Keefe et al.--"Enhancement of a Radiation Safety System Through the Use of a Microprocessor Controlled Speech Synthesizer"--IEEE Trans. on Nuclear Science, vol. NS-28, No. 1, Feb. 1981--pp. 643-645. |
| Series III Speech Synthesizer Module Brochure Telesensory Speech Systems, Palo Alto, California Feb. 17, 1981.* |
| Series III Speech Synthesizer Module Brochure--Telesensory Speech Systems, Palo Alto, California--Feb. 17, 1981. |
| Speech Synthesis Systems Brochure Telesensory Systems, Inc., Palo Alto, California Nov. 7, 1979.* |
| Texas Instruments Advertisement Electronic News, Mar. 2, 1981.* |
| Texas Instruments Advertisement Electronic News, Oct. 12, 1981.* |
| Texas Instruments Advertisement--Electronic News, Mar. 2, 1981. |
| Texas Instruments Advertisement--Electronic News, Oct. 12, 1981. |
| TMS 5200 Voice Synthesizer Processor Instruction Module Texas Instruments, Inc. pp. 1 26.* |
| TMS 5200 Voice Synthesizer Processor Instruction Module-Texas Instruments, Inc. pp. 1-26. |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US4675840A (en)* | 1983-02-24 | 1987-06-23 | Jostens Learning Systems, Inc. | Speech processor system with auxiliary memory access |
| US4636876A (en)* | 1983-04-19 | 1987-01-13 | Compusonics Corporation | Audio digital recording and playback system |
| US4682248A (en)* | 1983-04-19 | 1987-07-21 | Compusonics Video Corporation | Audio and video digital recording and playback system |
| US4709340A (en)* | 1983-06-10 | 1987-11-24 | Cselt-Centro Studi E Laboratori Telecomunicazioni S.P.A. | Digital speech synthesizer |
| US4771403A (en)* | 1984-11-16 | 1988-09-13 | Allen-Bradley Company, Inc. | I/O module with multi-function integrated circuits and an isolation interface for multiplexing data between a main processor and I/O devices |
| EP0224752A3 (en)* | 1985-11-07 | 1988-12-14 | Mitsubishi Denki Kabushiki Kaisha | Peripheral device of a programmable controller |
| US4633198A (en)* | 1986-03-12 | 1986-12-30 | The United States Of America As Represented By The Secretary Of The Air Force | Flexible (multi-mode) waveform generator |
| US4914705A (en)* | 1986-09-03 | 1990-04-03 | Hitachi, Ltd. | Voice message announcing method and system for plant |
| US5062147A (en)* | 1987-04-27 | 1991-10-29 | Votek Systems Inc. | User programmable computer monitoring system |
| WO1992008185A1 (en)* | 1990-10-25 | 1992-05-14 | Tower Tech Srl | Voice and sound reproduction device on personal computer |
| WO1995004971A1 (en) | 1993-08-11 | 1995-02-16 | Levi Strauss & Co. | Voice trouble-shooting system for computer-controlled machines |
| US5583801A (en)* | 1993-08-11 | 1996-12-10 | Levi Strauss & Co. | Voice troubleshooting system for computer-controlled machines |
| US5696487A (en)* | 1995-02-16 | 1997-12-09 | Pyeong-Hwa Electronic Co. | Audible fire alarm apparatus |
| US6404569B1 (en) | 1996-07-24 | 2002-06-11 | Bp Holdings, Llc | Light switch cover plate with audio recording and playback feature |
| US6323780B1 (en) | 1998-10-14 | 2001-11-27 | Gary J. Morris | Communicative environmental alarm system with voice indication |
| US6768424B1 (en) | 1999-01-21 | 2004-07-27 | Gary J. Morris | Environmental condition detector with remote fire extinguisher locator system |
| US6600424B1 (en) | 1999-01-26 | 2003-07-29 | Gary Jay Morris | Environment condition detector with audible alarm and voice identifier |
| US6784798B2 (en) | 1999-01-26 | 2004-08-31 | Gary Jay Morris | Environmental condition detector with audible alarm and voice identifier |
| US20050007255A1 (en)* | 1999-01-26 | 2005-01-13 | Morris Gary Jay | Environmental condition detector with audible alarm and voice identifier |
| US7158040B2 (en) | 1999-01-26 | 2007-01-02 | Sunbeam Products, Inc. | Environmental condition detector with audible alarm and voice identifier |
| US20010025243A1 (en)* | 2000-03-23 | 2001-09-27 | Yoshihisa Nakamura | Speech synthesizer |
| US6801894B2 (en)* | 2000-03-23 | 2004-10-05 | Oki Electric Industry Co., Ltd. | Speech synthesizer that interrupts audio output to provide pause/silence between words |
| US20040164870A1 (en)* | 2001-06-28 | 2004-08-26 | Byoung-Jin Jeon | Cargo container having an audio system |
| US7142126B2 (en)* | 2001-06-28 | 2006-11-28 | Byoung-Jin Jeon | Cargo container having an audio system |
| US20080048840A1 (en)* | 2006-08-22 | 2008-02-28 | Reagan Donnie L | Delayed start-up verbal warning unit |
| US20080097624A1 (en)* | 2006-10-20 | 2008-04-24 | Rockwell Automation Technologies, Inc. | State propagation for modules |
| US7676292B2 (en) | 2006-10-20 | 2010-03-09 | Rockwell Automation Technologies, Inc. | Patterns employed for module design |
| US20080098401A1 (en)* | 2006-10-20 | 2008-04-24 | Rockwell Automation Technologies, Inc. | Module arbitration and ownership enhancements |
| US20080097629A1 (en)* | 2006-10-20 | 2008-04-24 | Rockwell Automation Technologies, Inc. | Unit module state processing enhancements |
| US20080097628A1 (en)* | 2006-10-20 | 2008-04-24 | Rockwell Automation Technologies, Inc. | Automatic fault tuning |
| US20080097630A1 (en)* | 2006-10-20 | 2008-04-24 | Rockwell Automation Technologies, Inc. | patterns employed for module design |
| US20080097626A1 (en)* | 2006-10-20 | 2008-04-24 | Rockwell Automation Technologies, Inc. | Configuration methodology for validation industries |
| US20080097623A1 (en)* | 2006-10-20 | 2008-04-24 | Rockwell Automation Technologies, Inc. | Standard mes interface for discrete manufacturing |
| US20080095196A1 (en)* | 2006-10-20 | 2008-04-24 | Rockwell Automation Technologies, Inc. | Unit to unit transfer synchronization |
| US8392008B2 (en) | 2006-10-20 | 2013-03-05 | Rockwell Automation Technologies, Inc. | Module arbitration and ownership enhancements |
| US7680550B2 (en) | 2006-10-20 | 2010-03-16 | Rockwell Automation Technologies, Inc. | Unit module state processing enhancements |
| US7684877B2 (en) | 2006-10-20 | 2010-03-23 | Rockwell Automation Technologies, Inc. | State propagation for modules |
| US7725200B2 (en) | 2006-10-20 | 2010-05-25 | Rockwell Automation Technologies, Inc. | Validation of configuration settings in an industrial process |
| US7844349B2 (en) | 2006-10-20 | 2010-11-30 | Rockwell Automation Technologies, Inc. | Standard MES interface for discrete manufacturing |
| US7894917B2 (en) | 2006-10-20 | 2011-02-22 | Rockwell Automation Technologies, Inc. | Automatic fault tuning |
| US20080098351A1 (en)* | 2006-10-20 | 2008-04-24 | Rockwell Automation Technologies, Inc. | Module class subsets for industrial control |
| US8601435B2 (en) | 2006-10-20 | 2013-12-03 | Rockwell Automation Technologies, Inc. | Module class subsets for industrial control |
| US20110068932A1 (en)* | 2006-11-14 | 2011-03-24 | Thierry Flocard | Bed exit alarm of hospital bed mattress |
| US8717181B2 (en) | 2010-07-29 | 2014-05-06 | Hill-Rom Services, Inc. | Bed exit alert silence with automatic re-enable |
| US8428954B2 (en) | 2011-02-08 | 2013-04-23 | Gary Jay Morris | Environmental condition detector with validated personalized verbal messages |
| US8175884B1 (en) | 2011-02-08 | 2012-05-08 | Gary Jay Morris | Environmental condition detector with validated personalized verbal messages |
| US20130275137A1 (en)* | 2012-04-16 | 2013-10-17 | Saudi Arabian Oil Company | Warning system with synthesized voice diagnostic announcement capability for field devices |
| US9697700B2 (en)* | 2013-11-20 | 2017-07-04 | Honeywell International Inc. | Ambient condition detector with processing of incoming audible commands followed by speech recognition |
| US20150142432A1 (en)* | 2013-11-20 | 2015-05-21 | Honeywell International Inc. | Ambient Condition Detector with Processing of Incoming Audible Commands Followed by Speech Recognition |
| US9875633B2 (en) | 2014-09-11 | 2018-01-23 | Hill-Rom Sas | Patient support apparatus |
| US10276021B2 (en) | 2014-09-11 | 2019-04-30 | Hill-Rom Sas | Patient support apparatus having articulated mattress support deck with load sensors |
| CN105977873A (en)* | 2015-03-12 | 2016-09-28 | 施洛伊尼格控股股份公司 | Cable processing machine with improved precision mechanism for cable processing |
| US10177547B2 (en) | 2015-03-12 | 2019-01-08 | Schleuniger Holding Ag | Cable processing machine with improved precision mechanism for cable processing |
| EP3068002B1 (en)* | 2015-03-12 | 2019-11-06 | Schleuniger Holding AG | Cable processing machine with improved precision mechanism for cable processing |
| CN105977873B (en)* | 2015-03-12 | 2020-02-21 | 施洛伊尼格控股股份公司 | Wire processing machine for wire processing with improved precision mechanism |
| US10581228B2 (en) | 2015-03-12 | 2020-03-03 | Schleuniger Holding Ag | Cable processing machine with improved precision mechanism for cable processing |
| US20170302741A1 (en)* | 2015-11-11 | 2017-10-19 | ARK-LA-TEX Remote Monitoring and Control, LLC | Systems and methods for process monitoring and control |
| Publication | Publication Date | Title |
|---|---|---|
| US4519027A (en) | Industrial control, communications and information system | |
| AU568009B2 (en) | Crash survivable solid state memory for aircraft flight data recorded system | |
| EP0991012A4 (en) | Ic card | |
| EP0479575A2 (en) | 3-state bidirectional buffer and portable semiconductor storage device incorporating the same | |
| US5668767A (en) | Polled FIFO flags | |
| GB2242766A (en) | Protecting stored data | |
| JPS57135500A (en) | Data memory protecting circuit | |
| JPS6039224A (en) | Reset device of apparatus using microcomputer | |
| KR100338145B1 (en) | Video capture board | |
| JPS58157319A (en) | Protecting relay | |
| TW353175B (en) | Decoding method of synchronous semiconductor memory device and decoding circuit thereof | |
| US5384732A (en) | Semiconductor device comprising a function change over switching circuit having a non-volatile storage device | |
| SU1179349A1 (en) | Device for checking microprograms | |
| JPS583026A (en) | Information input system | |
| SU1493996A1 (en) | Device for output of data from computer | |
| KR950003384Y1 (en) | Software protector | |
| EP0417918B1 (en) | Data receiver interface circuit | |
| KR940003617B1 (en) | Key input method and circuit therefor | |
| RU2248607C1 (en) | Pulse code transformer | |
| JP3343765B2 (en) | Terminal control device | |
| SU1524062A2 (en) | Device for interfacing digital computer with peripherals | |
| SU1287159A1 (en) | Priority interruption device | |
| JPS63227251A (en) | Digital button telephone device and data setting method in the device | |
| JPH04188497A (en) | Electronic circuit device | |
| JPS57172600A (en) | Program loading device of electronic equipment |
| Date | Code | Title | Description |
|---|---|---|---|
| AS | Assignment | Owner name:C.A. BRIGGS COMPANY; A CORP OF PA. Free format text:ASSIGNMENT OF 1/2 OF ASSIGNORS INTEREST;ASSIGNOR:VOGELSBERG, WALTER;REEL/FRAME:004052/0619 Effective date:19820607 Owner name:C.A. BRIGGS COMPANY Free format text:ASSIGNMENT OF 1/2 OF ASSIGNORS INTEREST;ASSIGNOR:VOGELSBERG, WALTER;REEL/FRAME:004052/0619 Effective date:19820607 | |
| AS | Assignment | Owner name:CYBERSONIC CORPORATION, THREE RIVERS, MI A MI CORP Free format text:ASSIGNMENT OF ASSIGNORS INTEREST.;ASSIGNOR:C.A. BRIGGS COMPANY;REEL/FRAME:004232/0135 Effective date:19840203 | |
| 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 | |
| LAPS | Lapse for failure to pay maintenance fees | ||
| FP | Lapsed due to failure to pay maintenance fee | Effective date:19930523 | |
| STCH | Information on status: patent discontinuation | Free format text:PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362 |