A CD-R compact disc is submitted in duplicate, and contains an appendix in the form of a file titled “MS2000-8000 Long.txt”, created Mar. 30, 2004, with a file size of 30,367 bytes (30,720 bytes on disc), the entire contents of which are incorporated herein by this reference.
Prefabricated spa systems have become popular, and typically include the spa tub, heater, water pump, electronic controller system, lighting elements and associated plumbing. The spa system can be assembled at a manufacturer's factory or distribution center, before being delivered to the customer's site for installation.
The spa systems typically have several devices or systems under control of the system controller, and these must be connected properly in the system to provide intended operational capability of the spa system. If the spa system is delivered to a customer and does not operate properly, a technician must be dispatched to the installation site to troubleshoot and make repairs.
It would be advantageous to provide a method for testing spa systems before shipment from the assembly location or shipment to an installation location.
It would further be advantageous to provide a test system for testing an assembled spa system before shipment from an assembly location or shipment to an installation location.
Features and advantages of the disclosure will readily be appreciated by persons skilled in the art from the following detailed description when read in conjunction with the drawing wherein:
In the following detailed description and in the several figures of the drawing, like elements are identified with like reference numerals.
Service voltage power is supplied to the spa control system at electrical service wiring 15, which can be 120V or 240V single phase 60 cycle, 220V single phase 50 cycle, or any other generally accepted power service suitable for commercial or residential service. An earth ground 16 is connected to the control system and there through to all electrical components which carry service voltage power and all metal parts. Electrically connected to the control system through respective cables 9 and 11 are the control panels 8 and 10. All components powered by the control system are connected by cables 14 suitable for carrying appropriate levels of voltage and current to properly operate the spa.
Water is drawn to the plumbing system generally through the skimmer 12 or suction fittings 17, and discharged back into the spa through therapy jets 18.
An exemplary embodiment of a spa test system 50 is shown in diagrammatic form in
The system 50 further includes a data acquisition module 60 which is connected to a USB port of the computer system. The module 60 has an input port connected to a current sensor coupled to line 1 of service lines 15A–15C, to provide a means of power input current sensing.
In an exemplary embodiment, the data acquisition module is a commercially available device, e.g. the National Instruments DAQPad-602-E, a rack-mountable device with a 68-pin SCSI II male connector. This device is a USB-compatible multi-function data acquisition device, with analog, digital and timing I/O functions. This exemplary device includes a 12-bit analog-to-digital converter (ADC), two digital-to-analog converters (DACs), TTL-compatible digital I/O and counter-timers for timing I/O. Of course, other types of circuits and devices can alternatively be used in the system.
The system 50 further includes a current sensor 70 for sensing the current being drawn by the spa 1.
The port 76 of the current sensor is connected to the data acquisition module, where the dc readout voltage is converted to digital form, and the digitized value is passed to the test station computer for use in the spa test.
In an exemplary embodiment, a serial port of the test station computer 52 is connected to a serial port of the electronic controller of the spa 1 through a voltage level shifting adapter 80. The adapter 80 converts between RS-232 signal levels of the computer serial port and SPI protocol TTL signal levels which are compatible with the microcomputer comprising the electronic controller of the spa. In an exemplary embodiment, the adapter module 80 can include a MAX 232 RS-232 driver receiver device, marketed by Maxim, or an equivalent, for performing the level shifting. For some applications, the adapter 80 may be omitted, e.g. in a design in which the TTL conversion is performed on the controller board of the spa, and RS-232 signals are communicated between the test station computer and an RS-232 port on the spa controller board. A serial data stream can be passed between the computer and the spa controller, allowing data and commands to be passed from the computer to the spa controller, and for status and other data to be passed from the spa to the computer 52.
In an exemplary embodiment, the test station 50 is connected via an internet connection to a remote server site 90, which can be employed to store and process test result files uploaded by the test station to the remote server. In other embodiments, the test station does not include a facility for uploading the test files.
The controller 2 in an exemplary embodiment includes two DIP switch assemblies 184A, 184B, which can be set at the factory or by a service technician to setting indicative of settings of the controller or a particular configuration of the spa 1.
Data can therefore be exchanged between the spa controller 2 and external systems such as the test station computer. In an exemplary embodiment, the data can be in the form of data packets of a predetermined protocol.
In an exemplary embodiment, the adapter 80 receives SPI (Serial Peripheral Interface Protocol) data from the spa controller 2, and RS-232 serial data from the test station computer, and performs a conversion between the voltage levels and timing of the SPI and RS-232 signals. The burst clock rate for the SPI data in this exemplary embodiment is 375 kHz (24 MHz/64), meaning the worst possible case would be 46.875 microseconds between bytes, but if necessary the controller can space the bytes somewhat further apart. The bit rate for the RS-232 serial communication data will be 38400 baud, meaning characters may be no more than about 260 microseconds apart. In other embodiments, the spa controller 2 can include an integrated adapter, so that it receives the RS-232 data from the test station computer directly.
The adapter 80 detects the start of an SPI transmission. For example, it can do this by detecting a timeout after the last (successful or unsuccessful) transmission, or by monitoring (a copy of) the SPI select signal manually.
Upon the start of an SPI transmission, the data coming from the spa controller 2 can be in the following format in one exemplary embodiment:
The SPI transmission will end after and exactly after the ‘checksum’ byte. This could be used as another level of verification (specifically, if the transmission ends before the ‘checksum’ byte, the transmission should be considered invalid).
The format of the data coming from the adapter 80 will be similar:
In an exemplary embodiment, the data is sent in both directions in the same phase; i.e., while the spa controller 2 is sending magic-1, the adapter 80 is also sending magic-1, etc. Magic-1 and Magic-2 are bit sequences that would be highly unusual to find in real data, and is used for synchronization. The adapter 80 tells the spa controller 2 the length it has to send before it knows how many bytes the controller will send (and thus for how many bytes the controller will send clocks). Thus if the length the adapter 80 sends is greater than the length the controller 2 sends, the adapter will use the length the controller sends to determine how much to actually send and when to send the checksum byte, even though it will find out too late to send its ‘invertedLength’ and ‘length’ parameters correctly.
In an exemplary embodiment, the adapter passes through as much data as it gets as soon as it reasonably can, in each direction independently. Actual packets from the external source, e.g., the test station computer, may or may not be broken up into multiple SPI packets, and/or one packet from the computer 52 may end and another may start within one SPI packet.
Communication from the test station computer 52 in an exemplary embodiment is full duplex asynchronous serial at 38.4 kbaud, 8-N-1, i.e. 8 data bits, no parity, 1 stop bit. Examples of the data format are summarized in the Table below.
In an exemplary embodiment, the status packet includes status data about the configuration of the spa under test, its current status as well as that of the installed devices, and the states of the spa controller board DIP switch settings. The board and system serials packet can include serial number data for the controller 2 as well as for the installed devices in the device under test.
The fault log packets can include fault data which is logged by the spa controller and can be uploaded to the test station or to a remote server.
In an exemplary embodiment, the button push packet includes control commands or data for the spa controller to act on. These button commands can be issued by the test station during a test routine. The data in the packet can include a Button Metacode. In an exemplary embodiment, the Button Metacode is one of the following:
Temperature Up/Warm=1
Temperature Down/Cool=2
Temperature/UpDown=3
TimeChemistry=5
TimeOnly=6
ChemistryOnly=7
Mode=8
Invert=9
Jets1=11
Jets2=12
Jets3=13
Jets4=14
Blower=16
Spa Light=18
Fiber=19
EitherLight=20
Option=24
Mister=25
Color Kinetics Mode=26
Color Kinetics Option (Color/Speed)=27
Color Kinetics Intensity=28
The following metacodes are only effective when the receiving system is in Priming mode:
Pump 0 Only=50
Fiber Light Only=51
Fiber Wheel Only=52
Spa Light Only=53
Ozone Without Timeout=54
Pump 1 Only=55
Alarm=56
In an exemplary embodiment, the programming poke packet can be used to set the time on the spa controller, as well as filter programmable time values. The requests packet can be used to send instructions to the spa controller from the test station to return a board and serials packet, to transmit its fault log in a fault packet, to place the spa in a priming mode (during which most tests are conducted by the test station), or to transmit its configuration settings.
The settings poke packet can be used, in an exemplary embodiment, to lock the spa controller panel during tests, and to set the spa temperature for tests.
In an exemplary embodiment, early in each packet is a ‘packetType’ field. Its exact meaning may vary with the system software identification (SSID), but each packet includes the direction bit. For example, if bit 7 is “on” (0×81, for example), the packet has been sent to the spa controller 2, and does not include the SSID (in this exemplary embodiment, packets are sent to the controller 2 only once packets from the controller 2 have been received by the adapter 80, and so resending the SSID would be superfluous). If bit 7 of a given packet is “off” (0×01, for example), this signifies that the packet has been sent from the controller 2, and does include the SSID.
In one exemplary embodiment, all packets use an identical format up through the ‘packetType’ field. (This includes a two-byte magic, a one-byte length preceded by an inverted copy of itself, and a five-byte Chip Serial Number structure.) Furthermore, all packets sent from the controller use an identical format up through the ‘ASSID_version’ field.
In an exemplary embodiment, the spa controller 2 sends only Status Update packets unless it gets a Request packet asking for another type of packet. Only one other type of packet is sent at a time from the controller, and when there is another type of packet sent from the controller, it is only sent every other time. Thus there are always Status Update packets coming at least every other packet in this embodiment.
The data frequency is switchable for packets sent from the controller 2 in one exemplary embodiment. The slow (default) data frequency is a packet every 0.8 seconds; an exemplary fast data frequency is around 10 packets per second.
The test station computer 52 is programmed with a test algorithm designed to exercise the components of the spa under test. In one exemplary embodiment, the test algorithm is defined by test scripts which are run by a compiled Labview application installed on the test station computer 52. Labview is a commercially available program, marketed by National Instruments. The compiled program processes the test scripts which are designed to perform the test sequences.
An exemplary test script is set out in the Appendix set out in the incorporated file MS2000-8000 Long.txt. An exemplary spa test routine is described below. It will be understood that the following description is merely exemplary, and that other embodiments may implement different test scripts and routines.
Spa Test Overview The Spa Test Station 50 in this embodiment gives the user the opportunity to control and measure events and states of the spa in a highly repeatable manner. In an exemplary embodiment, this is achieved by running a Test Script that modifies the states of spa equipment (pumps, blowers, etc.) in the desired way while taking current draw measurements and serial ADCM status as confirmation of correct operation. In an exemplary embodiment, the spa test is a wet test, performed with water in the spa tub. The spa is filled with sufficient water for the test.
In an exemplary embodiment, two types of data are archived during a test run. One type is the Test Results Data. These results appear in text format on the main screen, and are logged to the local hard drive in the c:\Fast Spa Test\Test Results directory as the test runs. They can be subsequently transferred to a remote server site upon test completion, using an internet connection. A second type of data is ADCM data. This is serial status information from the controller, acquired at regular intervals and sent to the remote server, FTP site upon test completion. This “history of operation” logging provides the user several post-test troubleshooting tools. The data can be processed and viewed.
Upon completion of a test run, the following printed reports can be made available in an exemplary embodiment. A Test Report is a complete copy of all measurements taken during the test run. It is essentially a copy of the data that appears in the Test Results table during a test run. A second printed report is a Spa Certificate. If a test run is completed without any failures, the tester will optionally print out a certificate of verification for the spa.
An exemplary test regime carried out by the test station is described by the following process steps:
1. Initialize the test script variables, and check operations, e.g. check for correct spa water level, diverter valves set to center position, visual spa inspection.
2. Evaluate the spa system configuration for the spa under test.
3. Initialize the spa for test.
4. Main Test:
6. Reset Spa under test.
7. Print report and test certificate.
8. Optionally upload test results to remote server.
In an exemplary embodiment, the test station will set the spa controller to a priming mode to run the tests which do not involve the heater. This is a convenient mode which allows the non-heater components to be exercised. The spa controller in this embodiment is placed in an operating mode to test the heater operation, and the spa water temperature, i.e. a thermostat temperature, is set to a set point which will cause the heater to turn on in normal conditions. The spa current magnitude is monitored during the various tests to determine whether the current draw is within specifications as the respective spa components are turned on and off. Since the nominal current draw for each of the components and for each component state (e.g. low speed, high speed, etc.) is stored in advance in the spa configuration files on the test station, the application software compares the actual current as measured by the current sensor 70 to the nominal current for the respective device. There is also a test for the maximum current load, with all devices turned on.
The function and operation of an exemplary embodiment of a test station and test routines which can be run by this exemplary embodiment are described below.
Control and Display Section
The “Tab Selection” Control (
Checking the “Pause Delay” (
The Current Display indicator (
The Temperature Control/Display control (
The controls used to operate and monitor the various configured pumps, blowers, lights, etc., are displayed on the application panel (
When the Pump control (
When the Blower control (
When the Option control is pushed, the user equipment is toggled On and Off. In an exemplary embodiment, this control will only be available if the spa controller is not set up to have a Mister.
When the Mister control (
When the Light control (
When the Fiber control (
The Reset button provides the user the ability to quickly de-energize all spa components.
Controls for devices not available, or not enabled by the spa controller DIP switches, will appear with greyed out labels.
The application panel (
Still referring to
A No Data Acquisition indicator is only displayed if the data acquisition module is not detected by the program. Test scripts may still be run which do not require measured current (ADCM only). The Status Bar is located at the bottom of the panel (
The various areas (tabs) of the application are discussed in this section.
Test Results Tab The Test Results Table under this tab displays the results of all measurements taken by the test script. The exemplary application panel of
The Error Message Display contains a list of all errors encountered by the program. The background and text change color if errors are present. This display is cleared at the beginning of each test.
The Test Loops control selects the number of times the test runs through the main body of the script before the test ends. Note that this control may also be controlled by the test script.
Checking the Single-Stepping box allows the user to pause prior to each test script command being executed. When the program is paused, the large Resume Test button will be visible and blinking.
Graph Display Tab. This tab displays a running history buffer of test events and current levels. Graphs are cleared at the beginning of a test run, or the beginning of a new spa connection. The sample interval and buffer size of the graph are configurable on the Test Configuration tab.
The upper section of the Current Draw graph displays the current draw as sampled at the interval specified. The lower portion of the graph converts the states of various spa devices, as well as the current reading, into a strip-chart format. The graph records as long as a controller is connected. The time span of the graph can be changed by entering a different value into the left, or right X-axis coordinates. The Clear graph button allows the user to restart the graph at any time. The graph is also cleared whenever a different spa is connected to the station.
Test Configuration Tab. This tab is viewable at any time, and invoked when a test is run. It provides the Operator and Test Script selection.
The Operator Selection listbox contains the pre-defined list of operators (as configured). The operator selection is used for logging purposes only. The name of the operator appears in the test result file.
The Test Script File Selection listbox contains the names of all Test Scripts that have been loaded into the test station application to run on the tester. This is the “test program” to be run on the spa. The test scripts, in an exemplary embodiment, are designed to test the configured device connections, operation, and current draws at the available speeds. ADCM status from the spa controller allows the test script to determine what is available to test.
Spa Configuration Tab. This tab is invoked when a test is run. At that time, the Device Status indicators are updated to reflect the configuration of the presently connected spa. When the operator selects a spa model from the drop-down list, all model selections and options will populate this screen. If the correct model has been selected, the only remaining red selections will typically be the Spa S/N and perhaps the Tub Color.
The Spa S/N is required to commence a test in this exemplary embodiment. All other S/N's are recommended but optional.
There are drop-down lists originating from the information entered via the User Settings utility, for spa equipment and components, including pump models, blower models, heater models, spa cabinets, tub, colors, etc. This information includes a set of options defined by the user, and is kept in the user configuration files.
The Selected Options selections have no functional effect on the test, but allow the program to log the contents of the spa for tracking purposes. The same applies to the Comments field and Aux Panels field. The model selections “tell” the program how much current each device should draw in the different states. If these are not selected correctly, test failures will occur.
The Reload Last Spa button frees the operator from having to re-enter the OS/N's of a spa should the test need to be restarted.
In an exemplary embodiment, the test station Bar Code reader is programmed to accept a S/N then proceed to the next available S/N field.
For each spa component that the software detects, the user is offered an entry for Model and S/N. (If there is no pump 3, for example, then these options are disabled for that device). The test station software receives the spa component information by reading the ADCM status packets received from the spa under test.
Spa Status Tab. The spa status tab shows the parsed results of the ADCM packets retrieved from the unit on a continual basis. This information, plus the Current Draw reading make up the ADCM data packets which can optionally be uploaded to the remote FTP server.
The Controller Type indicates a particular spa controller model. The Firmware and S/N numbers are written into memory at the controller manufacturer and can be viewed here. Several Spa Status LED's indicate the status of several spa characteristics (e.g. Celsius mode, Mister Enabled, Option Enabled, etc.)
The DIP Switch Status indicator shows the visual and hexadecimal setting of the DIP switches on the spa controller unit as defined at the last power-up sequence, by receipt of the ADCM status data packet from the spa controller. In one exemplary embodiment, the test scripts are written to fully test the functionality of the configured spa devices. The DIP switch states are processed at the beginning of the test to determine what test actions are to be taken. In one exemplary embodiment, the DIP switches should be correctly set with power cycled if necessary, before the test is run, so that all devices are correctly tested for a given spa model.
Utilities Tab. This tab contains several utility programs within the test application.
One utility is the Fault Log. One type of spa controller can track observed failures and store them in non-volatile memory on the spa controller. Pressing the update button causes the program to retrieve and display these internal fault messages.
The Check FTP Connect button checks the status of the network connection, as well as the FTP user name. If the system can successfully log in to the site, a ‘pass’ message is temporarily shown in the upper panel section, otherwise fail is indicated and the Network LED is turned off.
The Re-Print Last Report feature is available to enable the user to generate multiple printouts of the report, or recover from printer difficulties at the time of the original test results report.
The Re-Print Last Certificate feature is available to enable the user to generate multiple certificates, or recover from printer difficulties at the time of the original certificate print.
The Viewing test Summary Log utility allows the user to quickly view the summary test results of units run on the test station during a given time interval. The time span is modifiable, and printed reports are available.
The Viewing Test Result Files viewer is provided to quickly access the details of the test results gathered by the test station. Files are available on a Model/Serial Number basis. These are the same files that can be sent to the FTP site upon test completion.
The User Settings Utility gives the spa test application the ability to adapt the test behavior to accommodate a specific user (based on his pumps, blowers, heaters, misters, options, special options, cabinet types, colors, tub materials etc.). Setting up the parameters in this utility is the first step in preparing the test station for use. This utility is entered from the “utilities” tab on the application panel. The following Table shows a sample of a file generated by this utility.
The User Profile Tab under the User Settings utility provides report and Certificate print options. Test reports and spa certificates are available upon test completion. An exemplary pass test report, a fail test report and a spa certificate are shown in
1. None—No printouts are generated for the selected item.
2. Automatic—Automatic printout of test reports, Automatic certificate printouts on a passed test.
3. Prompt—Prompt for printing report at the end of the test run. Same for certificate if the test is passed.
Test results are written to a file based on the Model and serial number of the spa entered at run-time. Multiple runs on the same model and serial number are appended to the existing file. The Test Result File indicator shows the file name assigned by the program.
A Test Log Mode selector allows the measurements written to the Test Results file to be handled in the following way:
1. All results—Header and all test results are written to the results file for this S/N.
2. Fails Only—Header and failed readings are written to the results for this S/N.
3. No Results—No results are written. This mode should only be used during troubleshooting.
The Colors and Options tab under the User Settings tab stores entries used for spa feature tracking and record keeping. These options are recorded to the Test Results file and may appear on the spa certificate.
The Device Ratings Tab under the User Settings tab provides a place to define all models used to build the various spa products. For each device, there is a model description and a nominal amperage draw for each of the speeds/states of the device. For single speed devices, 0.0 is entered for all lower speeds that do not apply.
The Spa Configurations Tab under the User Settings tab is where the tested spa configurations are created. Spas created here are available to the operator in the drop-down list at test run time. The upper section of this panel provides the interface for modifying the configuration. The lower section (table) shows the summary of what has been created.
In an exemplary embodiment, upon completion of the necessary User Settings actions, the station is ready to run a test on a configured spa. Pressing the Run Test button (application panel,
The program can assist the operator in locating the cause for test failures obtained during a test run. A diagnostic panel displays the top reasons why a measurement may have failed a test. To access the diagnostic panel, the user clicks, using the mouse, in the row of the test results table where the failure occurred. If the top reasons are determined not to be the cause of the failure, the operator may then proceed with the fault tree diagnosis to further locate the problem. An exemplary diagnostic display panel is shown in
In an exemplary embodiment, the test station is protected by a security key. It is necessary to have the key installed in one of the USB ports on the computer in order to launch the application. If the key is not present, an error message will alert the user, and the application will terminate. If the key is removed after the application is started, the user will be given a warning that the key can no longer be detected. After approximately 30 seconds the application will terminate.
The test station and testing method can find use by spa fabricators to test a fully assembled spa at a factory or distribution center. Other exemplary applications include use to test a fielded spa, e.g. by a service technician. The test station application software can be loaded onto a laptop computer, and the service technician can hook up the current sensor to the line voltage connection to the spa with a data acquisition module as needed, and the data connection between the computer and the spa controller.
Although the foregoing has been a description and illustration of specific embodiments of the invention, various modifications and changes thereto can be made by persons skilled in the art without departing from the scope and spirit of the invention as defined by the following claims.
Number | Name | Date | Kind |
---|---|---|---|
4567323 | Lottes et al. | Jan 1986 | A |
5155761 | Hammond | Oct 1992 | A |
5206903 | Kohler et al. | Apr 1993 | A |
5291550 | Levy et al. | Mar 1994 | A |
5299260 | Shaio | Mar 1994 | A |
5309513 | Rose | May 1994 | A |
5335269 | Steinlicht | Aug 1994 | A |
5506898 | Costantini et al. | Apr 1996 | A |
5537470 | Lee | Jul 1996 | A |
5546452 | Andrews et al. | Aug 1996 | A |
5559720 | Tompkins et al. | Sep 1996 | A |
5592378 | Cameron et al. | Jan 1997 | A |
5594726 | Thompson et al. | Jan 1997 | A |
5606361 | Davidsohn et al. | Feb 1997 | A |
5627884 | Williams et al. | May 1997 | A |
5684872 | Flockhart et al. | Nov 1997 | A |
5724092 | Davidsohn et al. | Mar 1998 | A |
5740238 | Flockhart et al. | Apr 1998 | A |
5751707 | Voit et al. | May 1998 | A |
5754639 | Flockhart et al. | May 1998 | A |
5790677 | Fox et al. | Aug 1998 | A |
5818907 | Maloney et al. | Oct 1998 | A |
5825869 | Brooks et al. | Oct 1998 | A |
5828747 | Fisher et al. | Oct 1998 | A |
5839117 | Cameron et al. | Nov 1998 | A |
5875437 | Atkins | Feb 1999 | A |
5880720 | Iwafune et al. | Mar 1999 | A |
5884032 | Bateman et al. | Mar 1999 | A |
5897622 | Blinn et al. | Apr 1999 | A |
5903641 | Tonisson | May 1999 | A |
5903877 | Berkowitz et al. | May 1999 | A |
5905793 | Flockhart et al. | May 1999 | A |
5943416 | Gisby | Aug 1999 | A |
5982873 | Flockhart et al. | Nov 1999 | A |
6000832 | Franklin et al. | Dec 1999 | A |
6044205 | Reed et al. | Mar 2000 | A |
6049547 | Fisher et al. | Apr 2000 | A |
6064730 | Ginsberg | May 2000 | A |
6064731 | Flockhart et al. | May 2000 | A |
6084954 | Harless et al. | Jul 2000 | A |
6088441 | Flockhart et al. | Jul 2000 | A |
6151571 | Pertrushin | Nov 2000 | A |
6163607 | Bogart et al. | Dec 2000 | A |
6173053 | Bogart et al. | Jan 2001 | B1 |
6192122 | Flockhart et al. | Feb 2001 | B1 |
6259969 | Tackett et al. | Jul 2001 | B1 |
6275806 | Pertrushin | Aug 2001 | B1 |
6275991 | Erlin | Aug 2001 | B1 |
6278777 | Morley et al. | Aug 2001 | B1 |
6282370 | Cline et al. | Aug 2001 | B1 |
6292550 | Burritt | Sep 2001 | B1 |
6295353 | Flockhart et al. | Sep 2001 | B1 |
6353810 | Petrushin | Mar 2002 | B1 |
6366668 | Borst et al. | Apr 2002 | B1 |
6389028 | Bondarenko et al. | May 2002 | B1 |
6389132 | Price et al. | May 2002 | B1 |
6389400 | Bushey et al. | May 2002 | B1 |
6427137 | Petrushin | Jul 2002 | B1 |
6430282 | Bannister et al. | Aug 2002 | B1 |
6449356 | Dezonno | Sep 2002 | B1 |
6453038 | McFarlane et al. | Sep 2002 | B1 |
6463346 | Flockhart et al. | Oct 2002 | B1 |
6463415 | St. John | Oct 2002 | B1 |
6480826 | Pertrushin | Nov 2002 | B1 |
6535600 | Fisher et al. | Mar 2003 | B1 |
6587739 | Abrams et al. | Jul 2003 | B1 |
6597685 | Miloslavsky et al. | Jul 2003 | B1 |
6643108 | Cline et al. | Nov 2003 | B1 |
6676831 | Wolfe | Jan 2004 | B1 |
6747367 | Cline et al. | Jun 2004 | B1 |
20010056349 | St. John | Dec 2001 | A1 |
20020002460 | Pertrushin | Jan 2002 | A1 |
20020002464 | Petrushin | Jan 2002 | A1 |
20020010587 | Pertrushin | Jan 2002 | A1 |
20020118816 | Flockhart et al. | Aug 2002 | A1 |
20020181692 | Flockhart et al. | Dec 2002 | A1 |
20020194002 | Petrushin | Dec 2002 | A1 |
20030171111 | Clark | Sep 2003 | A1 |
Number | Date | Country |
---|---|---|
0 740 450 | Oct 1996 | EP |
0 829 996 | Mar 1998 | EP |
0 855 826 | Jul 1998 | EP |
0 866 407 | Sep 1998 | EP |
WO 9728635 | Aug 1997 | WO |
Number | Date | Country | |
---|---|---|---|
20050222786 A1 | Oct 2005 | US |