University of Connecticut Department of Electrical and Computer Engineering

Size: px
Start display at page:

Download "University of Connecticut Department of Electrical and Computer Engineering"

Transcription

1 University of Connecticut Department of Electrical and Computer Engineering ECE 4901: Fall 2016 Spring 2017 Team 1707 (Trans-Tek): Automated Test System and Fixture for Angular Displacement Transducers Final Report Michael Caiafa (CE) Andrew DiGiugno (EE) Shane Keney (CSE) Michal Zielinski (EE) Sponsor Contact Information: Nancy Hamilton, CEO Jeff Gladu, Chief Engineer May 5,

2 Abstract This document will encompass the design of an automated test system and fixture for angular displacement transducers, or ADTs. This design was requested by Trans-Tek Incorporated, who has worked in conjunction with our team through the duration of its development. This report includes various design ideas that have been used to create a successful design. Background Angular displacement transducers (ADTs) are position sensors based upon a differential capacitance such that the output of the ADT will be proportional to the angular displacement of the shaft. Because it is primarily used as a sensor, it is imperative that it is not only calibrated, but that its calibration is also verified. Currently, Trans-Tek accomplishes the latter with an outdated test fixture (see Figure 1). To use it, the user must manually set the ADT into the test fixture and continue with the verification process with the aid of in-house developed software. This software is used in conjunction with the test fixture (Figure 1) and pre-existing electrical equipment needed for the verification process. This procedure continues with the user being prompted by the software to align the null position of the ADT with the 0 index mark on the test fixture gear wheel. The user is then responsible for fastening the ADT in this location so that the rest of the verification procedure can continue. After the null position has been located and the ADT is fastened to the test fixture the user, prompted by the software, moves out to the maximum stroke of the ADT being tested to record output via button press. The user then is instructed to take the remaining angular degree points of the ADT passing back through the null position and reaching the maximum angular stroke on the opposite side of null. These points are all taken by disengaging a gear lock mechanism, rotating the gear wheel to the defined angular degree specified by the software program and then recording the specific output voltage associated by button press or mouse click in software. The verification procedure is then completed with a linearity calculation of the output voltages recorded at the specific angular degree points taken through the test of the specific ADT unit. Problems with this test fixture are rooted primarily in the fact that it requires constant user intervention. Because the fixture is hand-operated, it necessitates the use of excessive employee time. ADT units can have up to 101 angular degree points to record and as such can be a very time consuming testing procedure. This time consumption is increased when user errors such as improper setup of the ADT or skipping over a specified step requires user to go back and correct or redo an entire verification test. This issue is exacerbated even further by the tediousness of the testing procedure. Furthermore, the current test fixture shown does not have a definitive accuracy model and has even additional error in mechanical construct with nondefinitive stability when locked into a specific gear location. Finally, the fixture only allows the ADT to be tested in three-degree increments, which is not a sufficient resolution for Trans-Tek s needs. 2

3 Figure 1. Current ADT test fixture. Courtesy of Trans-Tek Inc. 3

4 Objective The ultimate goal of this design was to redesign this test fixture in a manner that resolves the aforementioned issues. Specifically, the design reduces the required user intervention with an overall objective of having a fully automated test fixture, reaching a definitive accuracy model, and lastly increasing the overall resolution of the test fixture. Solution General To accomplish the objectives, our solution was to use a highly accurate motor drive to rotate the ADTs. This motor is computer controlled, which therefore limits the need for human interaction. There are three main options on the market evaluated for suitability as the motor type used in the design: stepper, servo, and encoded stepper. All three allow for accurate position control; the stepper and encoded stepper can accomplish this via microstepping, and the servo can accomplish this with its fine resolution encoder. Ultimately, the encoded stepper was chosen. The ADTs to be tested exist in two different possible dimensions. As a result, the mechanical test fixture must be adaptable to each. Finally, with the aim of this new fixture being full automation, has been fully integrated into Trans-Tek s current software suite. This software suite is written in Visual Basic, and has existing methods to communicate with the ADTs via GPIB between the power supply and the digital multimeter. The software setup does not conflict with this design; therefore, the existing components have not been modified. The following block diagram (Figure 2) illustrates the changes made to Trans-Tek s current ADT test infrastructure (illustrated in red). The current PC software has been upgraded to allow for communication to the motor controller. This communication is done via RS232. From the motor controller, power signals are sent to the motor and encoder feedback is sent back to notify the controller of the motor s position. Finally, the motor rotates the ADT accordingly. 4

5 Figure 2. Block diagram for Trans-Tek ADT testing infrastructure. Black, darker boxes represent current elements; red, lighter boxes represent proposed additions. 5

6 Motor Choice Stepper Motor A stepper motor is an electric motor that moves in discrete steps. As shown in Figure 2, the magnetized rotor has a set number of teeth that encompass its perimeter. When one of the electromagnets is activated, the rotor shifts so that the teeth become aligned with the poles of the electromagnet. If the electromagnets are activated in sequence, the rotor will undergo a certain amount of motion. Likewise, if the currently activated electromagnet stays energized, the rotor becomes locked into place. This allows for position control. Figure 3. Diagram of a stepper motor. Numbers 1, 2, 3, and 4 are labels for each of the electromagnets, and the red, center portion is the gear-shaped iron rotor. 1 To implement a stepper motor in the proposed design fixture, there exist a few considerations. First, stepper motors with a total number of steps outside of either 200 or 400 are not widely available. With those two step options, it is impossible to rotate the ADT shaft by a whole number degree value. This is not satisfactory for Trans-Tek s needs. To compensate for this, microstepping can be used. Whereas activating the electromagnets in sequence results in full-stepping, activating more than one electromagnet at a time allows for the rotor to be moved in partial steps. Therefore, the resolution can be increased well past 200 or 400 steps, and, with an appropriate stepper motor controller, will allow for a high enough microstep count to adjust the ADT shaft in whole degree increments. Another consideration is that the stepper motor system is open loop. For the purposes of this solution, an open loop system means that it is not possible to be given feedback concerning the current position of the stepper motor. This is problematic because the test fixture must rely on position control, and if the position of the stepper is not where it is expected to be, the fixture will produce inaccurate results without any way of notifying the user. It is also important to note that microstepping is known to decrease accuracy, but data sheets do not specify by how much. Thus, without position feedback, it will be difficult to determine if the required accuracy is being met

7 Servo Motor A servo motor is a closed loop motor system that allows for precise position feedback and control. Unlike a stepper motor, it rotates smoothly; it does not undergo a rapid sequence of steps to induce rotation. The position is detected by a device called an encoder. Figure 4. High-level design of a servo motor system. 2 Because the motor does not have steps, position control is done by continuously inducing minute rotations of the shaft. These rotations correspond to the location determined by the encoder, and the rotations are the result of the motor system attempting to align itself properly. This leads to a non-negligible dither. The specific servo motor chosen for this project solution is both brushless and DC. It also has 10,000 different positions defined by its controller, allowing for an accuracy of ±0.036 degrees. Therefore, it is capable of providing a per degree resolution while simultaneously meeting the required accuracy. Stepper vs. Servo The servo motor both generates less vibration and is noticeably quieter than a stepper motor. However, this all comes at a cost; a complete servo solution will be about $ more than a complete stepper solution. Furthermore, as previously mentioned, the servo experiences a non-negligible amount of dither when holding at a specific point. This dither is not present in stepper motors, and is thus a drawback to the servo option. Based upon these details, it is clear that the benefit of the servo is that it has an encoder, and is therefore a closed-loop system. Meanwhile, the stepper motor is beneficial mainly because it doesn t have the dither of the servo, which upon further research was determined to be degrees. This value is too large for the servo motor to meet the project specifications. Ideally, a stepper with an encoder, or a closedloop stepper system, was the best design choice

8 StepSERVO The term StepSERVO is used by Applied Motion to refer to a closed loop stepper motor. This motor has the capability to hold a constant position without any dither with the added benefit of active position feedback via a built in encoder. In addition, it is capable of 20,000 positional counts which gives it a higher resolution than any other option discussed. This option also fits well within the specified budget and accuracy constraint as the positions are only separated by degrees. RS232 vs. Ethernet Another consideration that was made is the communication protocol used between the motor controller and the PC. The options available were RS232 and Ethernet. RS232 would require no additional cost but has an impending obsolescence. The biggest reason to use ethernet is to make the design more future proof. However, it should also be noted that ethernet is less susceptible to electronic noise and possesses a higher bandwidth. For the StepSERVO option, ethernet is only available on motor models that are much larger than what is required. This means that, if ethernet were to be chosen, the accompanying motor would not only be more expensive, but also require the use of a larger test fixture. Based upon the comparison between the two protocols, the marginal benefits of ethernet do not outweigh the price savings and design considerations of the larger motor. 8

9 Software Development One necessary specification given by Trans-Tek was integrating the automated test fixture into their current software suite of VB.NET. The software was designed and functions as closely to the current testing procedure as possible for ease of use for QC Department of Trans-Tek who will be the ones in direct use of the automated test fixture. The below information regards the development of the software as well as the way in which it functions that is not already explicitly described in the user manual attached to the end of this report (see Appendix). The first important feature added to the software was creating a button present on the Main Window screen for the user to distinguish between an automated calibration run and a manual calibration run. This is designed so that in the case of an automated testing calibration not being possible the user can manually calibrate the ADT unit. Next it was necessary to creating the serial communication between the PC, software, and motor. The software will be using the serial connection to move the motor as necessary to the necessary points during the calibration run. In setting up the serial communication between the software and motor we found that it was necessary to append a carriage return to each command as the stop bit for the motor. The following below is the basic structure that will be used to send commands to the motor via the software: Command Code + (Additional parameter) + vbcr The following commands will be used in the software: EP, FL. The first command (EP) is used in the software for zeroing the encoder position of the motor as well as requesting the current encoder position for encoder feedback as will be described later. The second command (FL) will be used specifically for moving the motor to the necessary points during the calibration run. The additional parameter field as shown above will be populated with 0 when calling EP command code to zero the encoder position and will also be populated with any number between and when used with the FL command to represent a relative location count for the motor to move to. Once the serial communication was established the development of the calibration test with the motor and integration into the software began. The 600 and 605 series that the automated test system needed to be designed to calibrate were not going to be any different when sampling points. However, different parameters needed to be measured based on the different units and would be reused from sections of the programming code supplied by Trans-Tek. These sections were used to measure things like input voltage, input current, etc. based on the unit and would be taken as soon as the calibration began before sampling points of the ADT unit. The measured parameters would be updated into the Take Data window which is the window that will be used when calibrating the unit. Upon conclusion of taking these parameter measurements and updating the Take Data window as necessary, the software will automatically move the ADT to the null location. The null location for each unit will represent the point at the middle of the stroke of the ADT. The software first determines what voltage it needs to look for the specific unit being tested based on an XML file containing all the necessary unit details. Next, the software determines the general 9

10 location of the motor based on the voltage that is currently being outputted by the unit. The software can almost instantaneously then move to the null location if the user aligned the unit close enough to null. To find the null location the unit must be aligned ±45 degrees to the actual null. This alignment step was not possible to automate as it is only based on aligning a visual mark on the shaft with a mark on the housing. However, it is very easy to attain alignment manually when placing it into the test fixture. After finding the null location a window will appear called the Pre-Adjust window which will allow the user to move the motor as necessary to adjust any mechanical or electrical constraints of the unit being tested. Once the user continues past this screen the main portion of the calibration run will commence. For symmetric ADT units, the null location will be at zero volts. For asymmetric units, the null location will be at whatever voltage is the at the middle of the stroke. From the null location, the software will move the motor to the minimum stroke location and slowly increment through the stroke of the unit taking the output voltage at each point. The Take Data window will be updated correspondingly as the calibration run proceeds. On conclusion of the calibration run the software will calculate the linearity of the data that was collected. This is calculated by first creating a best fit line to find the optimal voltages at each degree. This is then subtracted from the measured voltage and then divided over the stroke of the unit to calculate a percent error. For a practical description of the software, please consult the Automated ADT Test Fixture User Manual, provided as a supplement to this document. Figure 5. Main test results display of software 10

11 Mechanical Fixture For the redesigned test fixture to be effective, it must also have a stable mechanical structure that holds the motor, motor controller, and ADT during testing. A preliminary design for the fixture is shown below. Figure 6. Straight-on and isometric views of the prototype CAD model mechanical fixture Figure 7. CAD model of final mechanical fixture revision(left) and final test fixture machined from aluminum(middle and right) The base of the fixture is a rigid, four sided rectangular structure. The motor is mounted to the lower level of the structure, while the ADT is attached to the upper level. This vertical orientation eliminates radial forces on the shafts of the motor and ADT, preventing any measurement artifacts due to, for example, the heavier section of the motor rotor being pulled down by gravity. In our first two revisions, to allow the testing of multiple sizes of ADTs, a 11

12 replaceable mounting ring is used. The ring itself sits on a shelf in the top surface of the structure, and has an inner shelf that is machined to the outer diameter of the ADT. A different size mounting ring is used for each size of ADT. This scheme allows the fixture to support any size ADT with a diameter less than 5 in., simply through the creation of a new mounting ring. The mounting ring is retained by two set screws (represented by rods in the diagram) and corresponding threaded holes in the upper lip of the ring. When a batch of ADTs is to be tested, the appropriate mounting ring is installed, and the set screws are screwed in part way, so that they do not enter into the inner area of the ring. The ADT is then inserted into the ring, and the set screws are tightened until the ADT is firmly retained in the fixture. Another benefit of this design is that the ADT can be removed from the fixture by just a quarter turn on each set screw. The motor is mounted on the lower level of the structure in a bracket, which interfaces with the machined top surface of the motor, on the same side as the shaft. This machined surface also has integral threaded holes for attaching to the bracket. The bracket attaches to the lower level of the structure with 4 screws to be screwed into the lower level itself. The holes present in the bracket will be oversized to allow fine lateral adjustment of the location of the bracket on the lower level, allowing the shaft of the motor to be precisely aligned with the shaft of the ADT. The two shafts will be connected with a coupling with two threaded holes and set screws. Since the diameter of the ADT shaft varies according to the model, different couplings can be made for each model. Again, this allows the easy extension of this fixture for new ADT models. Since none of the team had significant CAD or machining experience, we worked closely with Trans-Tek on fine tuning this fixture for manufacturability and cost-effectiveness. After discussing our first two revisions with both engineers and employees who would be using our test fixture in the future, we created our third and final revision. Differences in this revision included a base plate for added stability and the fixture being attached to its power supply. This was suggested by the ADT testers at Trans-Tek because a single connected unit would be easier to move from place to place. Affixing the unit to the power supply also allows for more comfort when using the fixture as it is higher off of the desk and the tester will not have to bend down to place the ADT. In addition to this, the original concept of mounting rings with set screws to allow for different size ADT s was removed from the design and replaced with a new mounting system which was less cumbersome when changing ADT type. The original design required the set screws to be threaded all the way into and out of the ring every time it was to be changed. The final design incorporated two separate mounting plates, each with pinholes allowing them to be attached to the fixture. This allows for quick and easy switches between testing the 600 and 605 series. In addition to this, if a different size ADT ever needs to be tested in the future, a new mounting plate could easily be made to fit it. The final test fixture was built out of aluminum, which is inexpensive and easy to source. Aluminum was chosen over steel for its lighter weight and easier machining. 12

13 Accuracy Verification While the StepSERVO chosen for this design is specified to have an accuracy well within that which is required for this project, testing has been done to verify said accuracy. In order to do this a mount has been printed which allows a focusable laser pointer to be affixed to the motor shaft. The laser is projected onto a wall 40 feet away. By measuring the displacement of the laser point as the shaft rotates, it is possible to use simple trigonometry to determine the accuracy and repeatability of the motor. Figure 8. Showing the mathematics used to determine accuracy of the motor using a laser pointer In practice, a much higher focus was placed on the repeatability of consecutive movements, rather than absolute accuracy. It can be assumed that the encoder disk used in the StepSERVO is a precisely made part, and that any errors in the system are a result of the motor drive s inability to perfectly position itself relative to the encoder disk. As such, repeatability of the motor drive to move according to the encoder disk becomes the only concern. A set of results of this kind of repeatability verification are presented in Figure 6. These results are digitized versions of those collected manually by marking a piece of paper with the current laser position after every movement. 13

14 Figure 9. StepSERVO repeatability results. The first test scenario in Figure 9 represents repeated movements of a single step at a time, equal to degrees. It can be seen that after a few initial evenly spaced movements, the motor enters a regime of paired steps, where every other step is almost as large as two steps, but the steps in between are much shorter than normal steps. The most probably cause for this is that after a number of initial steps, error in the motor positioning accumulated such that the motor index is positioned at the very edge of an encoder slice. As the motor begins to move, it almost immediately enters the next encoder slice and starts decelerating before it was able to accelerate to full speed. This is the short step observed. At this point, the motor is at the far edge of an encoder slice. As it begins to move again, it goes through much more angular displacement before it enters the next encoder slice. Since the motor now has significant inertia, by the time it decelerates, it has rotated again to the very edge of an encoder slice. This is the long step. The cycle then repeats. However, the next test in Figure 9, which represents repeated movements of two steps at a time, does not exhibit this behavior. In fact, the step sizes are very regular. Evidently, error does not accumulate when the movement of the motor is greater than a single step. Since during ADT testing angular movements are almost always at least one degree (55 steps), error will not accumulate, and step sizes will always be as expected. Also, since the accuracy specification is +/ degrees, even a single missed step of degrees will not invalidate our desired accuracy. In cases where reliable single step movements are required (such as in the acquisition of the exact null position of an ADT, the third test in Figure 9 shows that it is possible by performing movements of, for example, 10 steps forward and 9 steps back. Error does not accumulate for these relatively large movements, and the resulting displacements are perfectly regular. Several methods of obtaining native single step support were attempted, but none proved fruitful. These included attaching a load mass onto the shaft of the motor (since ADTs themselves present such low torque loads), and adjusting the PID coefficients of the motor 14

15 controller. Even a mass large enough to cause steady state oscillation in the motor did not improve native single step reliability nor did the manufacturer recommended changed to various motor parameters. Ultimately, the manufacturer definitively stated that the motor is not reliable under single step movements. However, this does not compromise the design in the least. The workarounds discussed above preserve all desired functionality while compensating for the shortcomings of the StepSERVO. 15

16 Results Figure 10. Final design setup After the design was functionally complete, it was desired to obtain a quantitative measure of the superiority of the redesigned, automated fixture as compared to Trans-Tek s existing, manual fixture. To accomplish this, a statistical analysis of the repeatability of each fixture was performed. Using a particular 605 series unit as the device under test, 15 calibration runs were performed using each fixture. This particular 605 unit had a stroke of 300 degrees, with 51 points to be sampled at 3 degree increments along the stoke. After each calibration run, the voltage readings at each point were saved into a spreadsheet document. After all 30 trials were completed, the standard deviation in voltage at each angular position for both fixtures was calculated and plotted. The resulting plot is shown in Figure

17 Figure 11. Repeatability of old and new test fixtures. Clearly, the new design is a marked improvement over Trans-Tek s old fixture. The large spikes is the middle of the ADT stroke (most likely due to particularly worn gear teeth) present on the old fixture are completely gone, and the standard deviation values are universally lower. In fact, when averaging standard deviation values over the entire stroke, the new design shows a standard deviation in voltage that is only 27.6% that of the old fixture: a very significant improvement. 17

18 Timeline Figure 11. Timeline for August 2016 through December Figure 12. Timeline for January 2017 through May Development for this design began in early September A variety of background research, such as the theory behind ADTs, the intricacies of the project, and minor planning, was done until the end of September. Coinciding with this was the development of our project statement, completed on September 22nd. Throughout much of early and mid October, the project progressed into developing solution proposals. This is where the stepper and servo motor options, the RS232 and ethernet options, and the test fixture ideas were considered. As these ideas were being contemplated, the presentation for the design review was created and based upon these ideas. The presentation was given October 28th to professors in the University of Connecticut s Electrical and Computer Engineering department. The presentation also served as the foundation of the project proposal, completed November 2nd. After creating these deliverables, project development was resumed with the modeling of the fixture in SOLIDWORKS. During the weeks of November 14th and November 21st, slight modifications to the test fixture were made, the StepSERVO motor option was chosen, and a bill of material was sent to Trans-Tek. During the winter intersession, the focus was to create a test fixture prototype. This was done at Trans-Tek s facilities, utilizing their three-dimensional printer. With the prototype created, the other components--motor and ADT--were affixed to it to verify its design. The spring semester began by outlining software development. The weeks of January 18

19 16th and January 23rd were used to verify serial communication in VB.NET to the motor. They were also used to explore the mathematics of motor step verification via laser testing. Continuing with software development, GUI design began during the week of January 30th. Software remained in development throughout the months of February and March, with the development of both the logic and GUI occurring in tandem. As development progressed, there was a meeting with Trans-Tek at the end of February. This meeting involved the discussion prototype feasibility and employee feedback about its ease-of-use. It was at this point that slight revisions were made to the test fixture model, and these revisions were approved by Trans-Tek to become the final fixture. While waiting for this final fixture to be machined, laser testing was done throughout the beginning of March. This time included a correspondence with Applied Motion about the laser test results. At the end of March, software development was concluded, and testing began. Testing was continued when the final fixture was machined, which occurred in mid-april. Testing was also the last major component of the project; therefore, the project was completed during the week of April 17th. The remainder of the month consisted of preparing for Demo Day presentations, and completing the deliverables. Budget Trans-Tek offered a budget ceiling of approximately $2000. This did not include the parts and material necessary to create the fixture itself, as those were supplied freely and inhouse by Trans-Tek and their machine shop, respectively. Figure 13. Final budget and bill of material 19

20 Conclusion The overall goal of this project was to improve ADT calibration testing. This objective was split into three major objectives: reach a definitive accuracy model, increase the overall resolution of the test fixture, and have the new test setup be fully automated. In terms of the definitive accuracy, the comparison of fixture output voltage standard deviation by angular position (Figure 11) shows that this has been accomplished. The overall resolution was inherently increased by the choice of motor. Whereas the old test fixture had 120 angular positions, the motor encoder has 20,000 counts. Through the use of microstepping, 20,000 different encoder positions allow for 167 times more angular positions. With the new fixture, once an ADT calibration test is initialized, there is no need for user intervention. The test runs to completion, and it outputs the calibration test results to the user. This satisfies the objective of full automation. Personnel and Collaborators Sponsor: Trans-Tek Inc. Project Advisor: Professor Ali Bazzi Team Members: Shane Keney Major in Computer Science Andrew DiGiugno Major in Electrical Engineering Michal Zielinski Major in Electrical Engineering & Computer Engineering Michael Caiafa Major in Computer Engineering Minor in Mathematics 20

Understanding total measurement uncertainty in power meters and detectors

Understanding total measurement uncertainty in power meters and detectors Understanding total measurement uncertainty in power meters and detectors Jay Jeong, MKS Instruments. Inc. INTRODUCTION It is important that users of calibrated power meters and detectors understand and

More information

Implementation of Auto Car Washing System Using Two Robotic Arms

Implementation of Auto Car Washing System Using Two Robotic Arms Implementation of Auto Car Washing System Using Two Robotic Arms Pranoti Utekar 1, Sayali Naik 2, Monika Wadekar 3, S.G. Watve 4 U.G. Students, Department of Electronics and Telecommunication Engineering,

More information

OBSERVATIONS AND RESPONSES

OBSERVATIONS AND RESPONSES OBSERVATIONS AND RESPONSES 1- Some operating procedures were not kept up-to-date. OPERATING PROCEDURES 96 Item 6.4.2 of procedure PFN-00191 v.4 Leukodepletion Method (PCS) specified that, in the event

More information

OVEN INDUSTRIES, INC.

OVEN INDUSTRIES, INC. OVEN INDUSTRIES, INC. OPERATING MANUAL Model 5C7-252 TEMPERATURE CONTROLLER With PLC Inputs Introduction Thank you for purchasing our controller. The Model 5C7-252 is an exceptionally versatile unit and

More information

A Cost Effective Multi-Spectral Scanner for Natural Gas Detection

A Cost Effective Multi-Spectral Scanner for Natural Gas Detection A Cost Effective Multi-Spectral Scanner for Natural Gas Detection Semi-Annual Progress Report No. 1 Reporting Period Start Date: October 1, 2003 Reporting Period End Date: March 31, 2004 Principal Authors:

More information

Autonomous Waste Sorter Design Project

Autonomous Waste Sorter Design Project Autonomous Waste Sorter Design Project Ahmet Mavus*, Sinem Gozde Defterli**, Erman Cagan Ozdemir*** * Middle East Technical University, Department of Mechanical Engineering, Ankara, 06531 Turkey (e-mail:

More information

Substation Monitoring System

Substation Monitoring System Substation Monitoring System SF6 Gas Density Monitoring System Description Introduction As a result of recent European legislation on the control of greenhouse gasses, utilities and manufacturers alike

More information

Temperature Data Logging

Temperature Data Logging . Temperature Data Logging Making the right choice with a Data Acquisition System There are many ways to make temperature measurements. The simplest method is to insert a temperature probe into a device

More information

Frequently asked questions: Intelligent Transmitter Series

Frequently asked questions: Intelligent Transmitter Series Frequently asked questions: Intelligent Transmitter Series The Wilcoxon family of Intelligent Transmitters, relay alarms, and communication modules can be used to implement low-cost online vibration monitoring

More information

Sensor Evaluation for Human Presence Detection

Sensor Evaluation for Human Presence Detection Sensor Evaluation for Human Presence Detection John Shutske, Associate Professor Bill Gilbert, Assistant Scientist Jonathan Chaplin, Associate Professor Paul Gunderson, Director, National Farm Medicine

More information

Waters 2695 Separations Module

Waters 2695 Separations Module S U P P L E M E N T A L R E L E A S E N O T E S Waters 2695 Separations Module Firmware Update Version 2.04 Firmware Update Version 2.04 Information This firmware update incorporates improved checking

More information

Speed and Frequency Seite 1 von 7

Speed and Frequency Seite 1 von 7 Speed and Frequency Seite 1 von 7 E16 Systems for High Safety Speed ing, all with Triple Modular Redundancy. A choice of versions to meet various demands. Compliant with SIL3 / IEC 61508 and/or API 670.

More information

Waters 2695D Separations Module

Waters 2695D Separations Module S U P P L E M E N T A L R E L E A S E N O T E S Waters 2695D Separations Module Firmware Update Version 2.04d Firmware Update Version 2.04d Information This firmware update incorporates improved connectivity

More information

Exercise 8. Controlling a Batch Mixing Process EXERCISE OBJECTIVE

Exercise 8. Controlling a Batch Mixing Process EXERCISE OBJECTIVE Exercise 8 Controlling a Batch Mixing Process EXERCISE OBJECTIVE To create a ladder program for controlling a batch mixing process. To test program operation through the completion of verification steps.

More information

LineGuard 2300 Program User Manual (FloBoss 107)

LineGuard 2300 Program User Manual (FloBoss 107) Form A6251 Part Number D301346X012 November 2012 LineGuard 2300 Program User Manual (FloBoss 107) Remote Automation Solutions Revision Tracking Sheet November 2012 This manual may be revised periodically

More information

NoFlex Linear Drive Technology Ensures Accuracy in Dispensing of Adhesives and Solder Paste

NoFlex Linear Drive Technology Ensures Accuracy in Dispensing of Adhesives and Solder Paste NoFlex TM Linear Drive Technology NoFlex Linear Drive Technology Ensures Accuracy in Dispensing of Adhesives and Solder Paste By: Scott Beebe, President of Fishman Corporation In dispensing adhesives and

More information

Improved Dryer Control

Improved Dryer Control Improved Dryer Control Kenneth C. Hill President Kadant Johnson Systems Division David Vijh Senior Process Control Engineer Technical White Paper Series EXECUTIVE SUMMARY Significant improvements in dryer

More information

CELLTROL II BIOREACTOR CONTROL SYSTEM OPERATIONS MANUAL

CELLTROL II BIOREACTOR CONTROL SYSTEM OPERATIONS MANUAL Operation Manual Celltrol II Bioreactor Control System Page 1 of 33 Table of Contents 1) Introduction... 3 1.1) Scope of Document... 3 1.2) Control System Overview... 3 1.3) Introduction to Celltrol II...

More information

BP Alaska GC-1. Design Review Project. January 2003

BP Alaska GC-1. Design Review Project. January 2003 BP Alaska GC-1 Design Review Project January 2003 January 03 _03 January BP Alaska GC-1 Design Review Project I. Statement of requirement The objective of this report is to review the current design drawings

More information

Sturdy but flexible. The IRB 6660 at a glance. Ideal for

Sturdy but flexible. The IRB 6660 at a glance. Ideal for 17 Sturdy but flexible To make pre-machining and machining of parts even easier, ABB introduces the IRB 6660 robot, designed specifically for post-casting foundry processes. > Facts The IRB 6660 at a glance

More information

CO 2 Laser. High Reliability and Performance

CO 2 Laser. High Reliability and Performance CO 2 Laser High Reliability and Performance FANUC imagination at work Drives & Motors Quality Through Innovation GE Fanuc is a world leader in CNC technology and has long-term experience in developing

More information

Energy Efficiency. Intercept HDDperDay <2e 16 kwhperday

Energy Efficiency. Intercept HDDperDay <2e 16 kwhperday Energy Efficiency Energy Use of the Eco House Ben Francis Introduction: Three years ago one of the small houses owned by the college was altered with the goal of being more energy efficient. Among the

More information

gforce Ultra CRAC Equipment: Using the Latest Variable Capacity Technology to Lower Energy Usage & Increase Reliability

gforce Ultra CRAC Equipment: Using the Latest Variable Capacity Technology to Lower Energy Usage & Increase Reliability May 20, 2015 gforce Ultra White Paper gforce Ultra CRAC Equipment: Using the Latest Variable Capacity Technology to Lower Energy Usage & Increase Reliability Seth Inyang, New Product Development Manager,

More information

LumiNotify Automated Light Intensity Measurement for Visual Notification Appliances ELECOMP Capstone Design Project

LumiNotify Automated Light Intensity Measurement for Visual Notification Appliances ELECOMP Capstone Design Project LumiNotify Automated Light Intensity Measurement for Visual Notification Appliances ELECOMP Capstone Design Project 2018-2019 Sponsoring Company: FM Approvals 1151 Boston-Providence Turnpike Norwood, MA

More information

DTW Master Specification Section EMCS: Start Up, Verification and Commissioning

DTW Master Specification Section EMCS: Start Up, Verification and Commissioning Page 1 of 6 PART 1 GENERAL 1.1 RELATED SECTIONS.1 Related Sections..1 The contractor is to ensure that all related work is co ordinated among all specification sections, as well as between Division 11,

More information

Climate control precision in Hi-tech environments Jupiter and Mercury Close Control Units

Climate control precision in Hi-tech environments Jupiter and Mercury Close Control Units Climate control precision in Hi-tech environments Jupiter and Mercury Close Control Units Precision control from the total provide Uncompromised precision More than ever data centers, server rooms, and

More information

Conceptual Design of a Better Heat Pump Compressor for Northern Climates

Conceptual Design of a Better Heat Pump Compressor for Northern Climates Purdue University Purdue e-pubs International Compressor Engineering Conference School of Mechanical Engineering 1976 Conceptual Design of a Better Heat Pump Compressor for Northern Climates D. Squarer

More information

Title Page. Report Title: Downhole Power Generation and Wireless Communications. for Intelligent Completions Applications

Title Page. Report Title: Downhole Power Generation and Wireless Communications. for Intelligent Completions Applications Title Page Report Title: Downhole Power Generation and Wireless Communications for Intelligent Completions Applications Type of Report: Quarterly Progress Report Project Report Period: Start Date April

More information

Team Rescue X: Autonomous Firefighting Robot

Team Rescue X: Autonomous Firefighting Robot Team Rescue X: Autonomous Firefighting Robot Team Members Project Manager: Shervin Haghgouy Parts Manager: Shervin Nikravesh Website Designer: Vincent Thomas Repository Manager: Alexander Camp Report Editor:

More information

C-NRPP Quality Assurance Guidance for Radon Test Devices

C-NRPP Quality Assurance Guidance for Radon Test Devices C-NRPP Quality Assurance Guidance for Radon Test Devices Table of Contents: 1. Purpose 2. Definitions 3. Quality Assurance Plan 4. Calibration 5. Spikes/Performance Tests 6. Duplicates 7. Blanks 8. Cross-Checks

More information

NISH Report: Team Catalyst Paper Folding Machine

NISH Report: Team Catalyst Paper Folding Machine 1 : Team Catalyst Paper Folding Machine ABSTRACT Ohio University s Team Catalyst was given a task to find a customer who was physically or mentally handicapped and required further assistance in order

More information

LUCKILY THERE S A BETTER WAY

LUCKILY THERE S A BETTER WAY CRAC EQUIPMENT Using the Latest Variable Capacity Technology to Lower Energy Usage & Increase Reliability Ever-changing Challenges Cooling data centers and other mission-critical environments is a complex

More information

Straightening STRAIGHTENING

Straightening STRAIGHTENING STRAIGHTENING Straightening The purpose of straightening is to prepare the material after unwinding to allow it to pass freely through the die and produce an acceptable part. The requirements vary depending

More information

TOS-002-US Gear Hobbing Machine TH 350 CNC

TOS-002-US Gear Hobbing Machine TH 350 CNC TOS-002-US-02-2018 1 Gear Hobbing Machine TH 350 CNC 1. MAIN FEATURES Gear hobbing machine TH 350 CNC is numeric controlled machine with seven CNC controlled axis designed for high speed hobbing of spur

More information

voith.com Systems for smooth operation Tensioning devices and guides

voith.com Systems for smooth operation Tensioning devices and guides voith.com Systems for smooth operation Tensioning devices and guides 1 SensoTension LC The measuring device SensoTension LC ensures constant tension for your fabrics, felts and belts and is used in the

More information

Temperature Control of Heat Exchanger Using Fuzzy Logic Controller

Temperature Control of Heat Exchanger Using Fuzzy Logic Controller Vo1ume 1, No. 04, December 2014 999 Temperature Control of Heat Exchanger Using Fuzzy Logic Controller Aravind R. Varma and Dr.V.O. Rejini Abstract--- Fuzzy logic controllers are useful in chemical processes

More information

DC MOTORS. INTRODUCTION. MAINTENANCE. TESTING. Henry du Preez.

DC MOTORS. INTRODUCTION. MAINTENANCE. TESTING. Henry du Preez. DC MOTORS. INTRODUCTION. MAINTENANCE. TESTING. DC Motor, Armature and commutator. Field frame, with field coils, inter-poles and pole face (compensating) winding. Types of Armature Windings. Lap Winding.

More information

Dedicated Closed Circuit Hydrostatic Fan Drive Control

Dedicated Closed Circuit Hydrostatic Fan Drive Control IFPE Paper 21.2 Dedicated Closed Circuit Hydrostatic Fan Drive Control Josh Cronbaugh Mark Peterson Danfoss Power Solutions ABSTRACT The typical closed circuit hydrostatic pump is designed primarily for

More information

Optimizing Strategy for Boiler Drum Level Control

Optimizing Strategy for Boiler Drum Level Control Optimizing Strategy for Boiler Drum Level Control Avoid trips and maximize steam output by reviewing your control equipment, strategy, and tuning. Andrew W.R. Waite 06/18/2012 Inadequate control of drum

More information

Haitian MarsⅡSeries. Haitian Mars. Series

Haitian MarsⅡSeries. Haitian Mars. Series Haitian MarsⅡSeries HAITIAN INTERNATIONAL HOLDINGS LIMITED Unit 1105 level 11 Metroplaza Tower 3 Hing fong RD Kwai Fong N.T haitian@mail.haitian.com www.haitian.com NINGBO HAITIAN HUAYUAN MACHINERY CO.,LTD.

More information

Real Time Pipeline Leak Detection on Shell s North Western Ethylene Pipeline

Real Time Pipeline Leak Detection on Shell s North Western Ethylene Pipeline Real Time Pipeline Leak Detection on Shell s North Western Ethylene Pipeline Dr Jun Zhang & Dr Ling Xu* REL Instrumentation Limited ABSTRACT In the past ten years, a number of pipeline leak detection systems

More information

Research on Decision Tree Application in Data of Fire Alarm Receipt and Disposal

Research on Decision Tree Application in Data of Fire Alarm Receipt and Disposal Research Journal of Applied Sciences, Engineering and Technology 5(22): 5217-5222, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2013 Submitted: October 09, 2012 Accepted: December

More information

ZONE MODEL VERIFICATION BY ELECTRIC HEATER

ZONE MODEL VERIFICATION BY ELECTRIC HEATER , Volume 6, Number 4, p.284-290, 2004 ZONE MODEL VERIFICATION BY ELECTRIC HEATER Y.T. Chan Department of Building Services Engineering, The Hong Kong Polytechnic University, Hong Kong, China ABSTRACT Selecting

More information

HPF 1.2 NEW INTERCONNECTION SYSTEM FOR EXTREME VIBRATION REQUIREMENTS IN THE VEHICLE

HPF 1.2 NEW INTERCONNECTION SYSTEM FOR EXTREME VIBRATION REQUIREMENTS IN THE VEHICLE HPF 1.2 NEW INTERCONNECTION SYSTEM FOR EXTREME VIBRATION REQUIREMENTS IN THE VEHICLE Authors: Stefan Glaser Senior Manager Customer Engineering VWA Waldemar Stabroth Director Technical Marketing Contact:

More information

Shell-and-Tube Heat Exchanger (Four Passes) - Optional

Shell-and-Tube Heat Exchanger (Four Passes) - Optional Exercise 2-4 Shell-and-Tube Exchanger (Four Passes) - Optional EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with the design and particularities of the four-pass shell

More information

MagnaValve Shot Flow Controller

MagnaValve Shot Flow Controller Instruction Manual MagnaValve Shot Flow Controller Electronics Inc. 56790 Magnetic Drive Mishawaka, Indiana 46545 1-800-832-5653 (Toll Free) Phone: 1-574-256-5001 Fax: 1-574-256-5222 E-mail: sales@electronics-inc.com

More information

Pouch and Bag line Technology Overview

Pouch and Bag line Technology Overview Technology Overview Pouch and Bag line Technology Overview Technology Overview Main Features Closed Loop System: Our focus is to provide a versatile, dependable control that is seamlessly integrated with

More information

Infrared Moisture Determination Balance FD-610. Operating Manual

Infrared Moisture Determination Balance FD-610. Operating Manual Infrared Moisture Determination Balance FD-610 Operating Manual Infrared Moisture Determination Balance Safety Notes Improper use of the infrared moisture tester in violation of the following safety notes

More information

The Compact Muon Solenoid Experiment. Conference Report. Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland

The Compact Muon Solenoid Experiment. Conference Report. Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland Available on CMS information server CMS CR -2016/298 The Compact Muon Solenoid Experiment Conference Report Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland 28 October 2016 (v2, 25 November 2016)

More information

LMV52 Control. Specifications. Document No. LV February 3, Product Description. Sample Specification

LMV52 Control. Specifications. Document No. LV February 3, Product Description. Sample Specification LMV52 Control Product Description February 3, 2017 The LMV52 is a microprocessor-based burner management system with matching system components for the control and supervision of forced draft burners.

More information

ACHIEVING REDUNDANT INTRINSICALLY-SAFE FIELDBUS SEGMENTS FOR FISCO & ENTITY DEVICES

ACHIEVING REDUNDANT INTRINSICALLY-SAFE FIELDBUS SEGMENTS FOR FISCO & ENTITY DEVICES Foundation Fieldbus End Users Council Australia Inc. P.O. Box Z5546 Perth AUSTRALIA 6831 ACHIEVING REDUNDANT INTRINSICALLY-SAFE FIELDBUS SEGMENTS FOR FISCO & ENTITY DEVICES Mike O Neill Director, MooreHawke

More information

Local Growth Planning in North Central Green Line Communities

Local Growth Planning in North Central Green Line Communities 2018 April 30 Page 1 of 6 EXECUTIVE SUMMARY This report outlines a high-level scope for local growth planning for north central Green Line communities. The catalyst for this review is the significant investments

More information

ENERGY LIGHT USER S GUIDE ENERGY LIGHT USER S GUIDE

ENERGY LIGHT USER S GUIDE ENERGY LIGHT USER S GUIDE ENERGY LIGHT USER S GUIDE Release January 2001 CONTENTS 1.0 GENERAL CHARACTERISTICS... 4 1.1 MAIN CHARACTERIS TICS... 4 2.0 USER INTERFACE (CODE C5121230)... 5 2.1 DISPLAY... 5 2.2 MEANING OF THE LEDS...

More information

CHAPTER 2 EXPERIMENTAL APPARATUS AND PROCEDURES

CHAPTER 2 EXPERIMENTAL APPARATUS AND PROCEDURES CHAPTER 2 EXPERIMENTAL APPARATUS AND PROCEDURES The experimental system established in the present study to investigate the transient flow boiling heat transfer and associated bubble characteristics of

More information

Facing Point Lock and Detection Testing

Facing Point Lock and Detection Testing Discipline: Engineering (Signalling) Category: Procedure Facing Point Lock and Detection Testing ESM-06-01 Applicability ARTC Network Wide CRIA (NSW CRN) Primary Source NSW Standards SMP 28, SMP 29, SMP

More information

Sintrol Snifter A2 EX. Manual. Version 1.2.3

Sintrol Snifter A2 EX. Manual. Version 1.2.3 Sintrol Snifter A2 EX Manual Version 1.2.3 Table of Contents 1 INTRODUCTION... 3 1.1 Safety... 3 1.2 Product overview... 4 1.3 How does it work?... 4 2 INSTALLATION... 4 2.1 Selecting the installation

More information

Maluna Unhinged vs Yeti Tundra Thermal Performance Comparison January 2017

Maluna Unhinged vs Yeti Tundra Thermal Performance Comparison January 2017 Maluna Unhinged vs Yeti Tundra Thermal Performance Comparison January 2017 Abstract A Maluna Unhinged cooler was tested and measured for performance relative to a Yeti Tundra cooler. Three identical tests

More information

Page 2 of 5. SOP SF SOP for Water Bath Maintenance

Page 2 of 5. SOP SF SOP for Water Bath Maintenance Page 2 of 5 4.1. The SOP applies to all SSF staff and is intended to outline maintenance, calibration, and documentation procedures used within the laboratory to ensure that water baths perform with reliable

More information

Exercise 2-4. Heat Exchangers (Optional Exercise) EXERCISE OBJECTIVE DISCUSSION OUTLINE. Description of a brazed plate heat exchanger DISCUSSION

Exercise 2-4. Heat Exchangers (Optional Exercise) EXERCISE OBJECTIVE DISCUSSION OUTLINE. Description of a brazed plate heat exchanger DISCUSSION Exercise 2-4 Heat Exchangers (Optional Exercise) EXERCISE OBJECTIVE In this exercise, you will become familiar with plate heat exchangers. You will set up a cooling and a heating loop passing through the

More information

2 A e ( I ( ω t k r)

2 A e ( I ( ω t k r) Introduction : Baffle Step Response Calculations Over the past few years, I have become very aware of the baffle step response phenomenon associated with drivers mounted in rectangular baffles. My first

More information

Insert Photo Here Bos Howard Johns Manville

Insert Photo Here Bos Howard Johns Manville What can TWO GUYS AND A TRUCK" do with PlantPAx? Insert Photo Here Bos Howard Johns Manville Rockwell Automation Process Solutions User Group (PSUG) November 14-15, 2011 Chicago, IL McCormick Place West

More information

SEC 3500 OI- StatCast RS232 Gas Status Text Broadcast Configuration Manual

SEC 3500 OI- StatCast RS232 Gas Status Text Broadcast Configuration Manual SEC 3500 OI- StatCast RS232 Gas Status Text Broadcast August, 2006 Sensor Electronics Corporation 5500 Lincoln Drive USA (952) 938-9486 Table Of Contents: Intended Audience... 3 Purpose...3 Overview...

More information

ModSync Sequencing System Installation & Operation Manual. For use with Fulton Steam Boilers.

ModSync Sequencing System Installation & Operation Manual. For use with Fulton Steam Boilers. ModSync Sequencing System Installation & Operation Manual For use with Fulton Steam Boilers. Revision 3.0 8/21/2008 - 2 - Table of Contents Introduction Page 4 Features Page 4 Sequence of Operation Page

More information

Waters 2795 Separations Module

Waters 2795 Separations Module S U P P L E M E N T A L R E L E A S E N O T E S Waters 2795 Separations Module Software Update Version 2.05 Firmware Update Version 2.05 Information Version 2.05 firmware incorporates improved checking

More information

System Level Design Review. P16420: Lip Balm and Hand Salve Process Improvement

System Level Design Review. P16420: Lip Balm and Hand Salve Process Improvement System Level Design Review P16420: Lip Balm and Hand Salve Process Improvement Agenda Team Introduction Problem Definition Review Benchmarking Functional Decomposition Product Architecture Concept Generation

More information

Chapter 1. Introduction

Chapter 1. Introduction 1.1 Background of the Proposed Research The measurement of temperature has been playing a critical role in various technical areas from civilian to military applications. According to all recent major

More information

OPERATION MANUAL. THE JENCO MODEL 6230 MICROCOMPUTER BASED ph/mv/temp PORTABLE METER JENCO ELECTRONICS, LTD. MANUFACTURER OF PRECISION INSTRUMENTS

OPERATION MANUAL. THE JENCO MODEL 6230 MICROCOMPUTER BASED ph/mv/temp PORTABLE METER JENCO ELECTRONICS, LTD. MANUFACTURER OF PRECISION INSTRUMENTS OPERATION MANUAL THE JENCO MODEL 6230 MICROCOMPUTER BASED ph/mv/temp PORTABLE METER JENCO ELECTRONICS, LTD. MANUFACTURER OF PRECISION INSTRUMENTS GENERAL INTRODUCTION The model 6230 is a precise instrument

More information

Haitian Jupiter Series

Haitian Jupiter Series HAITIAN INTERNATIONAL HOLDINGS LIMITED Unit 1105 Level 11 Metroplaza Tower 2 223 Hing Fong RD Kwai Fong N.T haitian@mail.haitian.com www.haitian.com Haitian Partner: HT 080315-IV NINGBO HAITIAN HUAYUAN

More information

WeatherLink for Alarm Output Addendum

WeatherLink for Alarm Output Addendum WeatherLink for Alarm Output Addendum Introduction This Streaming Data Logger is designed to provide an electrical interface between a Vantage Pro or Vantage Pro2 weather station console or Weather Envoy

More information

Dryer Controller M720

Dryer Controller M720 User Manual Dryer Controller M720 Hardware version 2.00 Software version 2.00 Manual M720 Dryer controller Page 1 of 60 Document history Preliminary version: - Created in April, 2009 Hardware Version 2.00,

More information

Haitian IapetusⅡSeries

Haitian IapetusⅡSeries Haitian IapetusⅡSeries HAITIAN INTERNATIONAL HOLDINGS LIMITED Unit 1105 level 11 Metroplaza Tower 2 223 Hing fong RD Kwai Fong N.T haitian@mail.haitian.com www.haitian.com NINGBO HAITIAN HUAYUAN MACHINERY

More information

PRODUCT TRAINING MODULE: Linear Hall-effect Sensor ICs SS39ET, SS49E, SS59ET Series

PRODUCT TRAINING MODULE: Linear Hall-effect Sensor ICs SS39ET, SS49E, SS59ET Series PRODUCT TRAINING MODULE: Linear Hall-effect Sensor ICs SS39ET, SS49E, SS59ET Series Agenda In this training module, you will learn the following about Honeywell s Linear Hall-effect Sensor ICs (integrated

More information

SECTION SECURITY TESTING AND COMMISSIONING

SECTION SECURITY TESTING AND COMMISSIONING SECTION 280800 - SECURITY TESTING AND COMMISSIONING PART 1 - GENERAL 1.1 WORK INCLUDES A. General Description: This specification section covers the provision of preliminary testing, acceptance testing,

More information

How Computer Simulation Helps to Design Induction Heating Systems

How Computer Simulation Helps to Design Induction Heating Systems Large Pipe Powder Coating Page 1 ASM 2001 How Computer Simulation Helps to Design Induction Heating Systems Dr. Valentin S. Nemkov, Chief Scientist Mr. Robert C. Goldstein, Research Engineer Mr. Robert

More information

FiberSystem. Fiber Optic Linear Heat Detection for Special Hazard Applications

FiberSystem. Fiber Optic Linear Heat Detection for Special Hazard Applications FiberSystem 4000 Fiber Optic Linear Heat Detection for Special Hazard Applications The Protectowire Fiber Optic System In today s complex industrial environments, the potential for down time and financial

More information

Information and Project Plan Proposal for Home Depot Renovation Library

Information and Project Plan Proposal for Home Depot Renovation Library Information and Project Plan Proposal for Home Depot Renovation Library Writing Sample Libby Graham TABLE OF CONTENTS Purpose of the Project... 1 Purpose of the Publications... 2 Usability Goals for the

More information

DSF xx15.xx xhv Ex-Atex Ex-Atex Certified Two wire Hall Effect Speed Sensor

DSF xx15.xx xhv Ex-Atex Ex-Atex Certified Two wire Hall Effect Speed Sensor DSF xx15.xx xhv Ex-Atex Product ID Type # Product # Drawing # DSF 1215.01 SHV Ex-atex (5m) 304Z-05197 113216 DSF 1415.01 AHV Ex-atex S148 304Z-05256 113351 DSF 1615.01 SHV Ex-atex (5m) 304Z-05196 113214

More information

Service: to SLK Laboratory Hot Plates glass made of ideas

Service: to SLK Laboratory Hot Plates glass made of ideas SLKServiceV04eng.doc 17 Version: 04.07.2002 Contents Page Contents... 18 1 Safety information... 20 2 Introduction... 21 2.1 Required tools...21 2.2 Required measuring and testing means...21 2.3 Setting

More information

Computer Modelling and Simulation of a Smart Water Heater

Computer Modelling and Simulation of a Smart Water Heater Computer Modelling and Simulation of a Smart Water Heater Maria Kathleen Ellul University of Malta ellul_maria@yahoo.com Adrian Muscat University of Malta adrian.muscat@um.edu.mt Abstract A computational

More information

SP-2400 & 2410 Series Smart Valve Positioner (Linear & Rotary)

SP-2400 & 2410 Series Smart Valve Positioner (Linear & Rotary) SP-2400 & 2410 series Positioner are the advanced smart valve positioners which provide easy installation and simple setting and offer the automation systems outstanding reliability in control performance

More information

A Design for True Performance and Energy Savings In Refrigerated Compressed Air Dryers The Digital Scroll Dryer

A Design for True Performance and Energy Savings In Refrigerated Compressed Air Dryers The Digital Scroll Dryer A Design for True Performance and Energy Savings In Refrigerated Compressed Air Dryers The Digital Scroll Dryer Introduction By Timothy J. Fox, P.E. Hankison, an SPX Brand Canonsburg, Pennsylvania Refrigerated

More information

PoS(ICHEP2012)516. The status of the CMS pixel upgrade detector

PoS(ICHEP2012)516. The status of the CMS pixel upgrade detector University of California Riverside E-mail: Ferdinando.Giordano@cern.ch The present CMS pixel detector was designed for a maximum luminosity of 34 cm s. Following the Phase upgrade of the LHC, the peak

More information

HDAVS ICR IR Water proof Dome Camera User s Manual

HDAVS ICR IR Water proof Dome Camera User s Manual HDAVS ICR IR Water proof Dome Camera User s Manual Version 1.0.0 Table of Contents 1 General Introduction... 1 1.1 Overview... 1 1.2 Features... 1 2 Device Framework... 2 3 Installation... 3 4 Menu...

More information

Instructions for TA HR 2 Shear Rheometer

Instructions for TA HR 2 Shear Rheometer Instructions for TA HR 2 Shear Rheometer You must be authorized to use this equipment. To become an authorized user you must have your advisor email a request to Dr. Faith Morrison Prof. Faith Morrison

More information

A FIRST RESPONDERS GUIDE TO PURCHASING RADIATION PAGERS

A FIRST RESPONDERS GUIDE TO PURCHASING RADIATION PAGERS EML-624 A FIRST RESPONDERS GUIDE TO PURCHASING RADIATION PAGERS FOR HOMELAND SECURITY PURPOSES Paul Bailey Environmental Measurements Laboratory U.S. Department of Homeland Security 201 Varick Street,

More information

When Precision is not good enough

When Precision is not good enough When Precision is not good enough Andrew Kelley XACT PCB Ltd North Shields, UK Abstract As PCB designs become ever more complex with more sequential build up layers, tighter annular ring designs and broader

More information

Fisher LCP100 Local Control Panel

Fisher LCP100 Local Control Panel Instruction Manual LCP100 Local Control Panel Fisher LCP100 Local Control Panel Contents Introduction... 1 Scope of Manual... 1 Description... 2 Specifications... 2 Installation... 3 Hazardous Area Classifications

More information

LMV51 Control. Specifications. Document No. LV February 7, Product Description. Sample Specification

LMV51 Control. Specifications. Document No. LV February 7, Product Description. Sample Specification SCC Inc. LMV51 Control Product Description February 7, 2017 The LMV51 is a microprocessor-based burner management system with matching system components for the control and supervision of forced draft

More information

WHITE PAPER. ANSI/AHRI Standard for Fan and Coil Evaporators - Benefits and Costs

WHITE PAPER. ANSI/AHRI Standard for Fan and Coil Evaporators - Benefits and Costs Abstract Fan and coil evaporators as used in the industrial refrigeration industry can be certified for performance per ANSI/AHRI Standard 420-2008, Performance Rating of Forced-Circulation Free-Delivery

More information

Refrigeration Controller Operator s Manual (HRC) PO Box 6183 Kennewick, WA

Refrigeration Controller Operator s Manual (HRC) PO Box 6183 Kennewick, WA Refrigeration Controller Operator s Manual (HRC) PO Box 6183 Kennewick, WA 99336 www.jmcvr.com 1-509-586-9893 Table of Contents TABLE OF FIGURES...1 OVERVIEW OF THE HRC CAPABILITIES...2 INSTALLATION AND

More information

Sierra Model 951 Digital Flo-Box. Instruction Manual Part Number IM-951 Revision A 09-05

Sierra Model 951 Digital Flo-Box. Instruction Manual Part Number IM-951 Revision A 09-05 Sierra Model 951 Digital Flo-Box Instruction Manual Part Number IM-951 Revision A 09-05 5 Harris Court, Building L Monterey, CA 93940 (831) 373-0200 (800) 866-0200 Fax (831) 373-4402 www.sierrainstruments.com

More information

Field Test Procedure for Optical Fibre Link Measurements

Field Test Procedure for Optical Fibre Link Measurements Application Notes Field Test Procedure for Optical Fibre Link Measurements Issued April 2014 Abstract After fiber optic cables are installed, spliced and terminated, they must be tested. For every fiber

More information

S304 and S305 Dust Emission Monitors. User Manual. Distributor

S304 and S305 Dust Emission Monitors. User Manual. Distributor S304 and S305 Dust Emission Monitors User Manual Distributor Version 6.4 30/5/2012 Table of Contents 1. INTRODUCTION... 3 1.1 Safety... 3 1.2 Product overview... 4 1.3 Principle of operation... 4 2. INSTALLATION...

More information

QUALITY ASSURANCE/QUALITY CONTROL DOCUMENTATION SERIES OPTICAL DATA REDUCTION AND VALIDATION (IMPROVE PROTOCOL) STANDARD OPERATING PROCEDURE

QUALITY ASSURANCE/QUALITY CONTROL DOCUMENTATION SERIES OPTICAL DATA REDUCTION AND VALIDATION (IMPROVE PROTOCOL) STANDARD OPERATING PROCEDURE QUALITY ASSURANCE/QUALITY CONTROL DOCUMENTATION SERIES TITLE OPTICAL DATA REDUCTION AND VALIDATION (IMPROVE PROTOCOL) TYPE STANDARD OPERATING PROCEDURE NUMBER 4400 DATE NOVEMBER 2004 AUTHORIZATIONS TITLE

More information

Food Service Technology Center

Food Service Technology Center Food Service Technology Center IR Energy Habanero HAB-M50 Gas Patio Heater Test Report Application of ASTM Standard Test Method FF2644-07 September 2014 Prepared by: Elan Frantz Trey Young Fisher-Nickel,

More information

Design & Control of an Elevator Control System using PLC

Design & Control of an Elevator Control System using PLC Design & Control of an Elevator Control System using PLC Prof. Omkar M. Shete 1, Ms. Amrita A. Vitekar 2, Ms. Ashwini N. Patil 3 Assistant Professor, Electrical Engineering Department, NBN Sinhgad School

More information

Smart Grid Tables. Exploring the Electrical Infrastructure Grades 9-12

Smart Grid Tables. Exploring the Electrical Infrastructure Grades 9-12 Smart Grid Tables Exploring the Electrical Infrastructure Grades 9-12 Exploration 1 1. There are three power plants represented on the end of the grid table. List them here. Estimate how much (%) of the

More information

In-Situ Roll Balancing A Revolutionary Method for Improving Dryer Section Performance

In-Situ Roll Balancing A Revolutionary Method for Improving Dryer Section Performance In-Situ Roll Balancing A Revolutionary Method for Improving Dryer Section Performance J Michael Robichaud, P.E. Bretech Engineering Ltd 70 Crown Street, Saint John, NB Canada E2L 3V6 email: Mike.Robichaud@bretech.com

More information

Approved by Principal Investigator: Date: Approved by Laser Safety Officer: Date:

Approved by Principal Investigator: Date: Approved by Laser Safety Officer: Date: Black Text is considered mandatory content Red text fill in appropriate information for factual accuracy Blue Text (sample text) may be retained, edited, or deleted as appropriate for factual accuracy

More information

SYNERGY IN LEAK DETECTION: COMBINING LEAK DETECTION TECHNOLOGIES THAT USE DIFFERENT PHYSICAL PRINCIPLES

SYNERGY IN LEAK DETECTION: COMBINING LEAK DETECTION TECHNOLOGIES THAT USE DIFFERENT PHYSICAL PRINCIPLES Proceedings of the 2014 10 th International Pipeline Conference IPC2014 September 29-October 3, 2014, Calgary, Alberta, Canada IPC2014-33387 SYNERGY IN LEAK DETECTION: COMBINING LEAK DETECTION TECHNOLOGIES

More information