Department of Computer Science and Engineering The University of Texas at Arlington

Size: px
Start display at page:

Download "Department of Computer Science and Engineering The University of Texas at Arlington"

Transcription

1 Department of Computer Science and Engineering The University of Texas at Arlington Team: Auto-Climatix Project: Team Members: Raju Karki Robert Lopez Bishal Shrestha Hai Nguyen Anthony Vecera 7/16/12 2:34 AM

2 Table of Contents 1. Introduction Document Overview Purpose Project Scope Definitions and Acronyms References Overview Software Requirements Specification Architecture Design Specification Architectural Data Flows Architectural Requirements Traceability Matrix Detailed Design Specification Module Decomposition Detailed Design Requirements Traceability Matrix Test Items Overview Risk Ratings Chart Hardware Mobile Application Layer Microcontroller Logic Layer Signal Delivery Layer Master Layer Overview Risks Overview Testable Features Overview Testable Features Non-Testable Features Overview Non-Testable Features... 30

3 7. Approach Overview Overall Strategy Error Handling Acceptance Criteria Overview Unit Tests Hardware Tests Integration Tests System Tests Test Deliverables Overview Deliverables Test Case Specifications Test Results Bugs and Defects Test Code Test Schedule Overview Schedule Approvals... 39

4 List of Figures Figure 1: Overview of System Modules... 6 Figure 2: Architecture Layer Overview Figure 3: Architecture Layer Inter-Subsystem Overview Figure 4: Data Flow Descriptions Figure 5: Architectural Traceability Matrix Figure 6: Module Decomposition Chart Figure 7: Detailed Design Module Traceability Matrix Figure 8: Mobile Application Relational Diagram Figure 9: Microcontroller Layer Relational Diagram Figure 10: Signal Delivery Layer Relational Diagram Figure 11: Overall System Relational Diagram Figure 12: Testing Schedule List of Tables Table 1 Vehicle Hardware Unit Tests Table 2 Unit Test for Mobile Application Layer Table 3 Component Test for Mobile Application Layer Table 4 Microcontroller Logic Layer Unit Tests Table 5 Microcontroller Logic Layer Component Tests Table 6: Microcontroller Logic Layer Integration Test Table 7: Unit Test for Signal Delivery Layer Table 8: Component Test for Signal Delivery layer Table 9: Integration Test for Signal Delivery Layer Table 10: Risk Description... 26

5 1. Introduction 1.1. Document Overview The System Test Plan (STP) is designed to establish a proper testing procedure for the. Each unit, component, layer, and requirement is to be tested to ensure that each of these meets the requirements and specifications set out in the System Requirements Specification, Architectural Design Specification, and the Detailed Design Specification. The document is overview is as follows: Introduction References Test Items Risks Testable Features Non-testable Features Approach Acceptance Criteria Test Deliverables Test Schedule Approvals 1.2. Purpose The is a software and hardware system that is designed to allow users to control the disparate components of their vehicle s air conditioning system through an application on their mobile device. In order to use this system, the majority of the vehicle s existing air conditioning control system will be replaced by special hardware that will then be connected to the various components of the car. Once this hardware is properly installed within the vehicle, the mobile device will then be attached to the hardware through a serial cable, and this will allow the application to control the air conditioning control system. This system consists of three architectural layers: Mobile Application Layer: This layer will take input from external sources such as user input in order to control the hardware of the system. This layer will also display system status information to the user.

6 Microcontroller Logic Layer: This layer serves as a translator between the Mobile Application Layer and the Signal Delivery Layer. The Microcontroller Logic Layer receives control signals from the Mobile Application Layer and status signals from the Signal Delivery Layer. Signal Delivery Layer: This layer will take input from the Microcontroller Logic Layer and the actual vehicle hardware, condition the received input, and then send the signals to the actual vehicle hardware components and the Microcontroller Logic Layer respectively Project Scope Due to a variety of factors that are described in more detail within the software requirements specification, the will be currently limited to the automation of the climate control system of an 80 s Mercedes Benz car, and will specifically focus on the automation of the air conditioning and heating components of the vehicle. In addition, the project being developed will utilize a mock-up demonstration of the concept of the Automotive Climate Controller, with the exclusion of several systems in order to focus specifically on the automated components themselves. A diagram of preliminary system design has been provided. The system will be comprised of three primary modules: the mobile device, the microcontroller, and the individual hardware components. The mobile device sends digital input to the microcontroller, which will convert the digital signals to analog signals, which will be sent to the individual hardware components. The individual hardware components will then send analog signals back to the microcontroller, which will be converted back to digital signals, which will then be sent to the mobile device. The mobile device will then display output to the user. Figure 1: Overview of System Modules

7 1.4. Definitions and Acronyms UTA The University of Texas at Arlington ACC GUI Graphical User Interface OS Operating System AC Air Conditioning Auto-Climatix Name of development team

8 2. References 2.1. Overview This section will list any application requirements or important information about the system mentioned in any other documents. For more detailed information, consult the documents listed below Software Requirements Specification (SRS) Architecture Design Specification (ADS) Detailed Design Specification (DDS) 2.2. Software Requirements Specification Customer Requirements Mobile device incorporated Mobile device connected to a microcontroller Standard wake-up procedure Sleep mode incorporated Automatic mode Manual mode Debug mode Clearly visible GUI GUI with meaningful icons and symbols Straight-line touch gesture recognition System failure message incorporated Microcontroller Requirements Microcontroller unit incorporated Real-time response incorporated Programmable microcontroller Timer included -level programming language compatible microcontroller Microcontroller can be simulated Packaging Requirements Fully assembled microcontroller hardware

9 Preloaded microcontroller firmware Preinstalled application on the mobile device Single package Installable and configurable by someone with fair mechanical knowledge Prepackaged power hardware Connectivity Requirements Active mobile device and microcontroller communication Power supplied to mobile device by the microcontroller Power supplied to components with minimal current needs by the microcontroller Power supplied to components with significant amperage by the microcontroller Control of connected hardware components by the mobile device application Switchover valve control Blower motor control Temperature sensor monitoring Mono-valve control Vacuum source control Compressor clutch control Pressure sensor monitoring Vehicle power status monitoring Performance Requirements Cabin temperature control Prompt cabin temperature alteration response Responsive mobile application No memory leaks in the mobile application Physically rugged system Acceptable failure rate Safety Requirements Fly back circuit implementation Fuse implementation Insulated electrical wiring Extreme input temperature warning

10 Maintenance and Support Requirements Direct support until August 2012 Replaceable hardware components Complete documentation delivery Frequent system testing Release of source code after direct support terminates Major problem detection by debug mode Other Requirements Realistic air conditioning mockup

11 2.3. Architecture Design Specification Configuration Mobile Application Layer Micro- Controller Logic Layer Signal Delivery Layer Figure 2: Architecture Layer Overview

12 Figure 3: Architecture Layer Inter-Subsystem Overview

13 Architectural Data Flows The following table describes the details of each of the data flows shown above Layer Signal Delivery Micro-Controller Mobile Application Data Element M1A M1B M2A M2B M3A M3B M4A M4B M5 M6 M7 M8 L1 L2 L3 L4 S1 S2A S2B S3 S4 S5 S6 Description The GUI returns system status information to the touch screen A touch screen event triggered by the user is handled by the GUI The GUI transmits a formatted user command to the Data Processor Subsystem The Data Processor Subsystem relays formatted system status information to the GUI The user profile data returns a response to data processing Data processing sends a command to the user profile data Data processing returns formatted logical climate commands to data conversion Data conversion returns logical climate status to data processing The config relays vehicle hardware configuration and settings to data conversion Data conversion relays a formatted command and port signal to the Action Handler Subsystem The Update Listener Subsystem relays formatted port and status signal to data conversion The Action Handler Subsystem relays a formatted command signal to the MC Listener Subsystem via a serial protocol The Hardware Status Handler Subsystem transmits a formatted status signal to the Update Listener Subsystem The Signal Processor Subsystem relays formatted digital status signal to the Hardware Status Handler Subsystem The MC Listener Subsystem sends a formatted digital command signal to Signal Processor Subsystem The Signal Processor Subsystem sends an analog command signal to Signal Conditioner Subsystem The Signal Conditioner Subsystem relays an analog status signal to Signal Processor Subsystem The Signal Conditioner Subsystem transmits a conditioned analog control signal to vehicle hardware A raw analog status signal is relayed to the Signal Conditioner Subsystem The vehicle battery supplies unreliable 12V to power The power system sends normalized power to Signal Conditioner Subsystem The power system sends normalized power to Signal Processor Subsystem The power system sends normalized power to the mobile device Figure 4: Data Flow Descriptions

14 Architectural Requirements Traceability Matrix Acceptance Criterion Mobile Application Layer Microcontroller Logic Layer Signal Delivery Layer Mobile Device Implemented Microcontroller Connected to Mobile Device Automatic/Manual/Debugging Mode Programmable, Real-time Responding Microcontroller Controls the vehicle hardware interface with the microcontroller Fly Back Circuits Implemented Figure 5: Architectural Traceability Matrix

15 2.4. Detailed Design Specification Module Decomposition Config U1 U2 MOBILE APPLICATION LAYER GUI GUI HANDLER MD2 MD3 DATA PROCESSOR CLIMATE CONTROL PROCESSOR DATA CONVERSION M5 M4A,M4B MDC1 HEXLOGIC CONVERTER HEX(M6) HEX(M7) MOBILE COMMUNICATIONS HEXBIN CONVERTER BIN(MOB1) MD1 PROFILE WRITER M3B PROFILE PARSER M3A MD4 CONFIG PARSER THREAD LISTENER BIN(M8) PROFILE BIN(L1) SIGNAL DELIVERY LAYER SIGNAL CONDITIONER S2A 12 VS (0-12V)S2B 0-12V ANALOG IN S5 GROUND 0 V(S7) POWER 12VS(S4) L4 S1 L6 L5 MICROCONTROLLER LOGIC MC LAYER COMMUNICATIONS SIGNAL PROCESSOR SUBSYSTEM L2 L3 MCC1 RS232 PORT MCC2 MAX VC(S6) CONSTANT SWITCH 5 VS(S8) 12 VC(S3) 5VC(S9) Figure 6: Module Decomposition Chart

16 Detailed Design Requirements Traceability Matrix Requirements Modules Mobile Device Implemented Microcontroller Connected to Mobile Device Automatic/Manual/Debugging Mode Programmable, Real-time Responding Microcontroller Controls the vehicle hardware interface with the microcontroller Fly Back Circuits Implemented GUI Handler X X GUI Listener X X User Event Controller X X Profile Writer X X Profile Parser X X Profile X X Climate Control Processor X X Configuration File X X Configuration Parser X X Hexlogic Converter X X Hexbin Converter X X Thread Listener X X X RS232 Port X X X Max232 X X X Signal Processor X X 12VS Power X X 0-12V Analog In X X Ground X X Constant X X Switch X X Figure 7: Detailed Design Module Traceability Matrix

17 3. Test Items 3.1. Overview The purpose of this section outlines the various modules and components that will be tested by Team Auto-Climatix. The system is broken down into different layers by with unit test and components. The steps of testing are, from lowest level to highest level: - Module/Unit Testing - Component Testing - Integration Testing - System Testing 3.2. Risk Ratings Chart Rating Description Critical Medium Low Failure will result in total implementation halt until test is satisfactorily passed. All staff allocated to issue alleviation. Failure will result in total implementation halt on the component, and all input and output components. All staff directly responsible for development paradigm allocated to issue alleviation. Failure will result in implementation halt on component. Staff member responsible for unit will be directed to complete issue alleviation or request elevation of risk rating. Failure will result in non-stop documentation of component. Resources will be allocated on an availability basis Hardware Unit Test ID Data flow Input Involved Modules Expected Result Risk VU1 S2A/S2B 12V, Heat VU2 S2A/S2B 0/12V VU3 S2A/S2B 0/12V VU4 S2A/S2B PWM VU5 S2A/S2B PWM Source: VS, Temp. Sensor Dest: 0-12V Analog In 0-12V Out Low Source: VS Dest: Compressor Clutch Engage/Disengage Low Source: VS Dest: Switchover Valve Engage/Disengage Source: VS Variant monovalve Dest: Monovalve displacement Source: VS Dest: Blower Motor Variant fan speed Table 1 Vehicle Hardware Unit Tests

18 3.4. Mobile Application Layer Unit Test ID Data flow Input Involved Modules Expected Result Risk MA1 U1/U2 Event Source: Mobile device Dest: GUI Handler Information of system showed on the screen MA2 MD2/MD3 Request Source: GUI Handler Dest: Climate Control Processor Status information returned to GUI handler MA3 MD1 Request Source: Climate Control Processor Dest: Profile Writer The data stored in the profile file MA4 MD4 Request Source: Climate Control Processor Dest: Profile Parser The data loaded from the config file MA5 M3A Access Source: Profile Parser Dest: Profile file The desired configuration under text format. MA6 M3B Access Source: Profile Writer Dest: Profile file Information updated in profile file MA7 M4A/M4B Send/Request Source: Climate Control Processor Dest: Hexlogic Converter Logical climate object updated. MA8 M5 Access Source: Config Parser Dest: Config file Information of AC componets MA9 MDC1 Request Source: Hexlogic Converter Dest: Config Paser AC component objects updated MA10 M6/M7 Send/Request Source: Hexlogic Converter Dest:Hexbin Converter Hexadecimal/binary data transmitted MA11 MOB1 Send Source: Thread Listener Dest: Hexbin Converter Binary stream received

19 MA12 M8 Send Source: Hexbin Converter Dest: RS232 Binary stream received at Microcontroller MA13 L1 Receive Source: RS232 Dest: Thread Listener Binary stream received MA14 - All MA15 - All MA16 - All MA17 - All MA18 - All MA19 - All MA20 - All Entire interfaces of GUI handler Entire interfaces of Climate Control Processor Entire interfaces of Config Writer Entire interfaces of Config Parser Entire interfaces of Hexlogic Converter Entire interfaces of Hexbin Converter Entire interfaces of Thread Listener Unit tests: MA1, MA2 Unit tests: MA2, MA3, MA4 Unit tests: MA3, MA6 Unit tests: MA4, MA5 Unit tests: MA7, MA9, MA10 Unit tests: MA10, MA11, MA12 Unit tests: MA11, MA13 Table 2 Unit Test for Mobile Application Layer

20 Test ID Method Unit test Function Expected type return Risk MA21 Click events MA14 Handle manipulation of user on screen None MA22 processfan MA15 Process a request about Value of slider on the fan configuration screen MA23 processtemp MA15 Process a request about desired temperature The current temperature MA24 processairdirection MA15 Process a request about air flow direction Status of the process MA25 changemode MA15 Change operating mode for the AC system The current mode MA26 sendstatus MA15 Feedback for a request to GUI handler Status of the request MA27 writeprofile MA16 Store a desired Status of the request. configuration of AC A new line in profile system in profile MA28 loadprofile MA17 MA29 loadcomponent MA8 MA30 converthex MA18 MA31 convertlogicdata MA18 MA32 convertbin MA19 MA33 sendsignal MA19 MA34 converthex MA19 MA35 startlisten MA20 MA36 Run MA20 Load desired configuration stored in profile Load information of AC components Convert logic data to hexadecimal data. Transmits hexadecimal data Convert hexadecimal to logic data. Transmits status information Convert hexadecimal to binary transmit binary data Send binary signal to RS232 Convert binary to hexadecimal. Transmit status information Establish a connection to RS232 Listen binary signal from RS232 Text string of the desired information Component objects 2-byte hexadecimal data logical climate objects Logical climate object 2-byte binary data Status of the send command 2-byte hexadecimal data Status of the connection Binary data Table 3 Component Test for Mobile Application Layer

21 Figure 8: Mobile Application Relational Diagram

22 3.5. Microcontroller Logic Layer Unit Test ID Method Data flow Input Expected Result Risk MLU1 MLU2 Tx/Rx Transfer Protocol L1-3, M8, MCC1, 2 0/5V, -15/15V -15/15V or 0/5V decodesignal (byte Identified value assigned to signal) L3 Encoded byte identified port Single byte split evenly encodesignal (byte 0-5V, logical port between port number and Voltage, int portid) S1 number signal strength PWM values output from Mediu m Mediu MLU3 m Mediu MLU4 generatepwm() L4 Port Signal Strength values delegated to ports m selectinput (int Activation of defined MUX Mediu MLU5 selector) L6 4 bits selector channels m collectcommand MLU6 (byte RXReg) L3 RX Register Value Byte Signal Critical transferstatus (byte MLU7 status) L2 Encoded byte Transferal of byte to TSReg Table 4 Microcontroller Logic Layer Unit Tests Test ID Method Unit test Function Expected type return Risk MLC1 Signal Processor MLU5, MLU7, MLU1 Status Input Handler Relay of encoded status to Communications constantly Critical MLC2 Signal Processor MLU4, MLU2 Control Handler Output of PWM on PORT Critical MLC3 Communications MLU6, MLU3, MLU1 Data Relay TX/TX MLC4 Signal Processor - Power On Start MC Activation Low Table 5 Microcontroller Logic Layer Component Tests Test ID Layer Components Input Expected Output Risk Microcontroller Signal Processor, Control byte/status I1 Logic Layer Comms. voltage Control/Status Signal Table 6: Microcontroller Logic Layer Integration Test

23 Figure 9: Microcontroller Layer Relational Diagram 3.6. Signal Delivery Layer Test ID Method Unit test Function Expected type return Risk SDU1 Voltage Supply 12VS 12V Constant 12V Constant to all the hardware component SDU2 Signal 12V Analog IN 0-12V, 4 bytes 0-5V, Port Medium Condition Selection SDU3 Voltage Constant 12V Static 5V Constant Medium Conversion SDU4 Voltage Conversion Switch 12V Static 12V Constant, 5V Constant Table 7: Unit Test for Signal Delivery Layer

24 Test ID Module Feature Input Expected Risk Output SDC1 Power Voltage Static 12V Constant 12V conversion and 5V SDC2 Signal Signal Handler 0V/5V Turn the system Conditioner off/on SDC3 Signal Scale the input 0-12V 0-5V Conditioner voltage SDC4 Signal Conditioner Input port selection 4 bytes Single port Medium Table 8: Component Test for Signal Delivery layer Test Id Layer Feature Input I1 I2 I3 Signal Delivery Layer Signal Delivery Layer Signal Delivery Layer Supply Voltage Signal Relay 12 V Static Byte, Voltage Expected Output 12V constant to Hardware Component and 5V constant to mobile device and microcontroller System turn off/on, change the speed Risk Medium Signal Relay Voltage Voltage Table 9: Integration Test for Signal Delivery Layer Figure 10: Signal Delivery Layer Relational Diagram

25 3.7. Master Layer Overview Figure 11: Overall System Relational Diagram

26 4. Risks 4.1. Overview The purpose of this section is to go over the impact that the testing phase may encounter. We will first describe the risk, then the approach to avoid such risk, and finally the risk will be given a severity level to explain how much the risk is likely to happen. ID Risk Description Avoidance Plan Severity The hardware equipment is damaged The internal electric circuits are damaged The microcontroller does not communicate with mobile device serially Software bugs are not caught prior to the complete system run The vehicle hardware has unpredictable behavior 6 Circuit design is inadequate The team will attempt to repair the damaged equipment, a surplus inventory will be maintained, or the equipment will be ordered for a replacement The team will attempt to repair the damage circuit or build a new circuit The team will add an extra board and a contingency communication protocol Run the system under various mode to ensure all data is working together Use black box testing and have a contingency plan for bypassing troublesome components in the mockup The team will redesign the circuits with more safety components incorporated HIGH HIGH HIGH LOW HIGH LOW Associated Layer Microcontroller Logic Signal Delivery Mobile Communication, Microcontroller Mobile Communication, Microcontroller Microcontroller logic Signal Delivery Layer Table 10: Risk Description

27 5. Testable Features 5.1. Overview Testable features are those, which can be tested and verified by a user of the product. There are three risk levels associated with a test. A high-risk level means that a particular feature may be either difficult to test or require more than ten test runs before success is achieved. A medium risk level means that a particular feature may require four to ten test runs before success is achieved. A low risk level means that a particular feature may require less than four test runs before success is achieved. The criteria for success (and failure) will be discussed later in the document Testable Features Standard wake-up procedure Risk: Low Description: This test will verify that the system becomes active, or "wakes-up," in a consistent manner User's Path: The user will start the vehicle. The system should start up after the vehicle has powered on completely Sleep mode incorporated Risk: Low Description: This test will verify that the system becomes inactive, or "goes to sleep," when the vehicle is powered down User's Path: The user will "turn off" the vehicle by shutting it down normally, such as by removing his or her vehicle key. The system state should transition to sleep mode after the vehicle has shut down completely Automatic mode Risk: Description: This test will verify that the system works on its own to adjust the cabin temperature of the vehicle that the system is installed on.

28 User's Path: The user will input a temperature input into the system. The system should begin altering the settings of the system's hardware components in order to change the temperature to match the user's temperature input as closely as possible Manual mode Risk: Description: This test will verify that the system will allow the user to manually control the external controls of the air conditioning system through the touch screen interface of the system User's Path: The user will select the manual mode button. The system state will change to manual mode. The user will then touch buttons that will have appeared on the touch screen that will allow him or her to control external air conditioning features that were at one point controlled through manual knobs and switches. The system should begin altering the settings of the adjusted system's hardware components in order to match the user's desired settings as closely as possible Debug mode Risk: Description: This test will verify that the system will allow the user to enter debug mode. This test will also verify that the system will allow the user get information about the system's connected hardware components User's Path: The user will select the debug mode button. The system state will change to debug mode. The system will then send a PVM signal to all connected hardware components of the system. The devices that are connected will then respond back. Devices that are not connected will not. The system then shows on its touch screens all of the devices that the system has knowledge of. Devices that are connected will show up on the screen as boxes of one color, and devices that are not connected will show up on the screen as boxes of another color. The user will then see the output of debug mode on the touch screen Straight-line touch gesture recognition Risk: Low

29 Description: This test will verify that the system will allow the user to use straight-line touch gestures to interact with some portions of the system User's Path: The user makes a straight-line touch gesture on the system's touch screen. The system will capture that input and process the user's request accordingly System failure message incorporated Risk: Low Description: This test will verify that the system will inform users if the is not capable of running normally due to a system failure of some sort User's Path: The user will be operating the vehicle normally. Should the system become unstable, it will send a system failure message to the user. It is up to the user to act accordingly Extreme temperature input limits Risk: Low Description: This test will verify that the user cannot make extreme temperature input requests of the system User's Path: The user will input a temperature input into the system. The system should have preset temperature input limits, so the user cannot input an extreme temperature input in the first place.

30 6. Non-Testable Features 6.1. Overview Non-testable features are features that users cannot test or are features that require no testing. The reasons as for why the feature will not require testing will be explained along with the feature that is not to be tested Non-Testable Features Mobile device incorporated This is a system hardware component. It will be verified upon system testing Mobile device connected to a microcontroller This is a system hardware component. It will be verified upon system testing Clearly visible GUI This feature will be tested when the system's Mobile Application Layer is being tested and will require no separate testing GUI with meaningful icons and symbols This feature will be tested when the system's Mobile Application Layer is being tested and will require no separate testing Microcontroller unit incorporated This is a system hardware component. It will be verified on system testing Real-time response incorporated The microcontroller that was selected by the development team should already have this functionality. It will be verified on system testing Programmable microcontroller The microcontroller that was selected by the development team should already have this functionality. It will be verified on system testing.

31 Timer included The microcontroller that was selected by the development team should already have this functionality. It will be verified on system testing level programming language compatible microcontroller The microcontroller that was selected by the development team should already have this functionality. It will be verified on system testing Microcontroller can be simulated The microcontroller that was selected by the development team should already have this functionality. It will be verified on system testing Fully assembled microcontroller hardware The hardware that will be delivered to the customer will be fully assembled in order to deliver the functionality of the system. It will be verified on system testing Preloaded microcontroller firmware The microcontroller that was selected by the development team should already have this functionality. It will be verified on system testing Preinstalled application on the mobile device The development team should have loaded the application onto the mobile device during the implementation phase of the project. It will be verified on system testing Single package The system will be delivered as a single package. It will be verified on system testing Installable and configurable by someone with fair mechanical knowledge There is no possible way to test this feature considering the schedule constraints of the development team. Furthermore, the variety inherent within the subject of "someone with fair mechanical knowledge" makes testing this feature unreliable, at best. This feature will not be tested further Prepackaged power hardware The system will come with any special hardware that is necessary to power the system. This feature will not be tested further.

32 Active mobile device and microcontroller communication The supply of power from the microcontroller to the mobile device implies that the mobile device and the microcontroller are communicating actively. This feature will not be tested further Power supplied to mobile device by the microcontroller The system needs power to function. It is expected that the mobile device will be receiving power from the microcontroller. This feature will not be tested further Power supplied to components with minimal current needs by the microcontroller The system needs power to function. It is expected that components with minimal current needs will be receiving such current needs from the microcontroller. This feature will not be tested further Power supplied to components with significant amperage by the microcontroller The system needs power to function. It is expected that components with significant amperage will be receiving such amperage from the microcontroller. This feature will not be tested further Control of connected hardware components by the mobile device application A testable feature supersedes this feature. This feature will not be tested further Switchover valve control A testable feature supersedes this feature. This feature will not be tested further Blower motor control A testable feature supersedes this feature. This feature will not be tested further Temperature sensor monitoring A testable feature supersedes this feature. This feature will not be tested further Mono-valve control A testable feature supersedes this feature. This feature will not be tested further.

33 Vacuum source control A testable feature supersedes this feature. This feature will not be tested further Compressor clutch control A testable feature supersedes this feature. This feature will not be tested further Pressure sensor monitoring A testable feature supersedes this feature. This feature will not be tested further Vehicle power status monitoring A testable feature supersedes this feature. This feature will not be tested further Cabin temperature control A testable feature supersedes this feature. This feature will not be tested further Prompt cabin temperature alteration response The system is designed to work as quickly as possible to respond to the user's commands. Despite this, there are many significant factors that can impede the system's ability to alter the cabin temperature promptly. The system will perform as well as possible to address this issue. This feature will not be tested further Responsive mobile application The mobile application is designed to respond in a timely manner. This feature will not be tested further No memory leaks The development team is not willing placing memory leaks in the system, and will work to remove any memory leaks that it may discover within the system within schedule constraints. This feature will not be tested further Physically rugged system While the system components may not be particularly sturdy, the system itself will be operating in an enclosed environment that will not be damaged frequently with the exception of external forces that are beyond the control of the development team. As the system will not be directly assaulted during normal operations, the system is thus considered to be physically rugged. This feature will not be tested further.

34 Acceptable failure rate There is not enough time in the project to determine whether or not the system will fail at an acceptable rate. The development team will create a system that is as successful as possible in order to make the system as acceptable as possible within schedule constraints. This feature will not be tested further Fly back circuit implementation This is a system hardware component. It will be verified on system testing Fuse implementation This is a system hardware component. It will be verified on system testing Insulated electrical wiring The electrical wiring used in the is already insulated. This feature will not be tested further Direct support until August 2012 The development team will support the product until the project's conclusion, which is August This feature will not be tested further Replaceable hardware components The hardware of the system is not particularly esoteric or of a niche market; all components were procured via mainstream hardware suppliers, such as Mouser Electronics. This feature will not be tested further Complete documentation delivery The documentation that will be developed by the development team will be as complete as possible considering schedule constraints. This feature will not be tested further Frequent system testing The system is assumed to be frequently by the development team. This feature will not be tested further Release of source code after direct support terminates The source code will be released after the previously stated time frame expires. This feature will not be tested further.

35 Major problem detection by debug mode A testable feature supersedes this feature. This feature will not be tested further Realistic air conditioning mockup The mockup of the system will be as realistic as possible. This feature will not be tested further. 7. Approach 7.1. Overview This section describes how team Auto-Climatix will keep a record of testing and testing results and handle problems during testing Overall Strategy Team Auto-Climatix will be using both black box testing and white box testing as described in the ADS and DDS document to ensure that the system adapts all of the requirements that were defined and solicited in the SRS. The tests will also be performed to assure that the system matches up with the designs specified in the ADS and the DDS. Team Auto-Climatix will document the following during testing: Module name Test ID Type of test (unit, singular component, etc.) Date/Time of test Test results o Pass o Fail State of test: open, closed, reopened, or pending. Attempt number 7.3. Error Handling Even though the testing is carried out in a sophisticated manner, it should be managed effectively and efficiently. Based on the module name for each test case, we can recognize which module the test case is belonged. For both unit and component test cases, each test will be controlled over a team member who takes responsibility for the module. Following is an order that will use to handle entire test cases of the system: Testing over each test case Keeping track by writing down the result of the test case

36 Supplying tested time and comments for every test case, especially the detail data for the test cases not failed. lighting red background color for each test case Assigning the failed test cases for the second tester to review. Set up a schedule and a team member to fix the error of the module regarding to the failed test cases 8. Acceptance Criteria 8.1. Overview The purpose of this test plan is to ensure that the system is bug free in most of the cases. This section describes what needs to be done in order for each category of tests in this test plan to be completed Unit Tests Pass All unit tests return the expected feedback for a correct input, and return an appropriate error indication for an improper incorrect. The appropriate outputs for tests are defined in Test Items Fail Any unit test returns an unexpected feedback for a given input Hardware Tests Pass The hardware component returns an expected value or performs as expected when given input or in a controlled environment Fail The hardware component returns an unexpected value or performs unexpectedly when given input or in a controlled environment Integration Tests

37 Pass The integrated units have an active communication among themselves and they are passing data to each other in an expected format and sequence Fail The integrated units don t have an active communication among themselves or they are not passing data to each other in an expected format or sequence System Tests Pass The system meets the requirements as defined on the SRS Fail The system doesn t meet the requirements as defined on the SRS. 9. Test Deliverables 9.1. Overview This section will list the deliverables created before, during, and after testing the Automotive Climate Controller System Deliverables Test Case Specifications This will list all the inputs and their corresponding expected output for those inputs that will be used during the tests that will be done to ACC System Test Results The results of all the tests to the ACC will be recorded allowing the team for the usage of the results if needed in future. This includes expected results, unexpected results, and any actions taken to fix bugs or defect bugs during the course of testing. All tests will be assigned a number to track them in future if needed Bugs and Defects

38 Any kinds of bugs or defects found during testing of the system will be recorded using a numbering system followed by the comments and indication whether it was fixed or not. This will be kept for future reference and records during the testing phase. This will be a significant source for the system change or system modification in future Test Code All the documentation including the test cases, test results and bug and defects list will be recorded that might be accessible to the user upon request. The testing code that is created by the team will be given to the user along with the system. 10. Test Schedule Overview The team has maintained a straight plan to accomplish all the tasks discussed earlier in this document. The following is a list of the due dates and the items that contribute to accomplishing this test plan: Schedule Task Name Planned Start Planned Finish Planned Work Unit Test 07/10/ /02/ Hardware Test 07/20/ /05/ Integration Test 07/25/ /05/ System Validation Test 07/28/ /07/ Figure 12: Testing Schedule

39 11. Approvals The following list of signatures will approve this document: Name and Roles Signature Date Project Sponsor (Dr. Gergely Zaruba): Project Manager (Mr. Mike O Dell): Team Leader (Raju Karki): Team Member (Anthony Vecera): Team Member (Bishal Shrestha): Team Member (Hai Nguyen): Team Member (Robert Lopez):

Department of Computer Science and Engineering The University of Texas at Arlington

Department of Computer Science and Engineering The University of Texas at Arlington Department of Computer Science and Engineering The University of Texas at Arlington Team: Auto-Climatix Project: Team Members: Raju Karki Robert Lopez Bishal Shrestha Hai Nguyen Anthony Vecera Last Updated:

More information

Department of Computer Science and Engineering The University of Texas at Arlington

Department of Computer Science and Engineering The University of Texas at Arlington Department of Computer Science and Engineering The University of Texas at Arlington Team: AudioTEK Project: dradio Team Members: Jose Fleites Carter Ho David Lopez Jose Ortiz Binkal Tandukar Last Updated:

More information

Team Autono-Mo Jacobia

Team Autono-Mo Jacobia Department of Computer Science and Engineering The University of Texas at Arlington Team Autono-Mo Jacobia System Test Plan Team Members: Bill Butts Darius Salemizadeh Lance Storey Yunesh Shakya Last Updated:

More information

1. Introduction and overview

1. Introduction and overview 1. Introduction and overview 1.1 Purpose of this Document This document describes how we will test our code for robustness. It includes test cases and other methods of testing. 1.2 Scope of the Development

More information

Bluetooth Keyless Entry System - Lite

Bluetooth Keyless Entry System - Lite Bluetooth Keyless Entry System - Lite Installation and operation manual DISCLAIMER: To aid users during the installation process, WE STRONGLY RECOMMEND THAT THIS MANUAL IS READ FIRST before beginning the

More information

1.0 The System Architecture and Design Features

1.0 The System Architecture and Design Features 1.0 The System Architecture and Design Features Figure 1. System Architecture The overall guiding design philosophy behind the Data Capture and Logging System Architecture is to have a clean design that

More information

TECHNICAL PRODUCT DATASHEET

TECHNICAL PRODUCT DATASHEET FORM-ENG-0018 REV A 06-02-03 ISO 9001 CERTIFIED Phone: (352) 629-5020 or 800-533-3569 Fax: (352)-629-2902 SUITABLE FOR EXTERNAL DISTRIBUTION TECHNICAL PRODUCT DATASHEET ES-Key Climate Control Module P/N

More information

FANCOIL CONTROLLER UNIT TC17B01KNX. Product Handbook

FANCOIL CONTROLLER UNIT TC17B01KNX. Product Handbook FANCOIL CONTROLLER UNIT TC17B01KNX Product Handbook Product: TC17B01KNX Description: FANCOIL CONTROLLER UNIT Document Version: 1.2 Date: 09/09/2016 1/37 INDEX 1. General Introduction... 4 2. Product and

More information

1:1 Model Connection Interface

1:1 Model Connection Interface Air Conditioner Installation Manual 1:1 Model Connection Interface Model name: TCB-PCNT31TLUL Installation Manual Digital Inverter Air Conditioner 1 English Manuel d installation Climatiseur inverseur

More information

Abstract. GLV User Manual 1

Abstract. GLV User Manual 1 GLV User Manual 1 Abstract This user manual is a high level document that explains all operational procedures and techniques needed to operate the GLV system in a safe and effective manner. Anyone operating

More information

Instruction Manual for Video OSD Expander Document Version 1.4

Instruction Manual for Video OSD Expander Document Version 1.4 Instruction Manual for Video OSD Expander Document Version 1.4 Thank you for your purchase! This instruction manual will guide you through the installation and operation of your Video OSD Expander (the

More information

Team: Overdrive. Department of Computer Science and Engineering The University of Texas at Arlington. Architecture Design Specification

Team: Overdrive. Department of Computer Science and Engineering The University of Texas at Arlington. Architecture Design Specification Department of Computer Science and Engineering The University of Texas at Arlington Team: Overdrive Architecture Design Specification Project: Auto Performance Analyzer Team Members: Gary Johns Raul Hurtado

More information

Finding Firmware Defects Class T-18 Sean M. Beatty

Finding Firmware Defects Class T-18 Sean M. Beatty Sean Beatty Sean Beatty is a Principal with High Impact Services in Indianapolis. He holds a BSEE from the University of Wisconsin - Milwaukee. Sean has worked in the embedded systems field since 1986,

More information

Build and Test Plan: IGV Team

Build and Test Plan: IGV Team Build and Test Plan: IGV Team 2/6/2008 William Burke Donaldson Diego Gonzales David Mustain Ray Laser Range Finder Week 3 Jan 29 The laser range finder will be set-up in the lab and connected to the computer

More information

Answers to Chapter 2 Review Questions. 2. To convert controller signals into external signals that are used to control the machine or process

Answers to Chapter 2 Review Questions. 2. To convert controller signals into external signals that are used to control the machine or process Answers to Chapter 2 Review Questions 1. To accept signals from the machine or process devices and to convert them into signals that can be used by the controller 2. To convert controller signals into

More information

Features and Benefits of XeteX Controls. Other Unit Control Functions. Energy Recovery Functions

Features and Benefits of XeteX Controls. Other Unit Control Functions. Energy Recovery Functions Controls Guide for XeteX Units Beyond meeting the typical specification and performance requirements, controlling the equipment is usually the most important success factor for HVAC projects. XeteX provides

More information

Department of Computer Science and Engineering The University of Texas at Arlington

Department of Computer Science and Engineering The University of Texas at Arlington Department of Computer Science and Engineering The University of Texas at Arlington Team: AudioTEK Project: dradio System Team Members: Jose Fleites Carter Ho David Lopez Jose Ortiz Binkal Tandukar Table

More information

Modbus Interface Module

Modbus Interface Module INSTRUCTION MANUAL Model : CL-MC03** Series FOR INSTALLER FOR INSTALLER Before using the device, carefully read this installation/instruction manual to ensure proper operation. Keep this manual for future

More information

The Service Availability Forum Platform Interface

The Service Availability Forum Platform Interface The Service Availability Forum Platform Interface The Service Availability Forum develops standards to enable the delivery of continuously available carrier-grade systems with offthe-shelf hardware platforms

More information

8520/8520R. User Manual

8520/8520R. User Manual /R User Manual Warranty All products manufactured by SuperLogics are warranted against defective materials for a period of one year from the date of delivery to the original purchaser. Disclaimer SuperLogics

More information

INSTRUCTION MANUAL. Model True RMS AC/DC 30A Mini Clamp-on Meter. Introduction. True RMS AC Current and Voltage

INSTRUCTION MANUAL. Model True RMS AC/DC 30A Mini Clamp-on Meter. Introduction. True RMS AC Current and Voltage INSTRUCTION MANUAL Model 380942 True RMS AC/DC 30A Mini Clamp-on Meter True RMS AC Current and Voltage Measure low current with high resolution to 0.1mA AC and 1mA DC Auto Power Off One touch DCA zero

More information

Using MDC Manager to Manage Power Settings

Using MDC Manager to Manage Power Settings AddendumA Using MDC Manager to Manage Power Settings This addendum explains how to use the MDC Manager to configure and manage the power settings for the M7. It is organized into the following sections:

More information

Ch 9 Discrete Control Using PLCs and PCs

Ch 9 Discrete Control Using PLCs and PCs Ch 9 Discrete Control Using PLCs and PCs Sections: 1. Discrete Process Control 2. Ladder Logic Diagrams 3. Programmable Logic Controllers 4. Personal Computers Using Soft Logic Discrete Process Control

More information

Department of Computer Science and Engineering The University of Texas at Arlington. Team: Survivors. Project: Sight By Touch

Department of Computer Science and Engineering The University of Texas at Arlington. Team: Survivors. Project: Sight By Touch Department of Computer Science and Engineering The University of Texas at Arlington Team: Survivors Project: Team Members: Gerardo Guevara Kevin Tran Victor Rodriguez Margaret Floeter Henry Loh Last Updated:

More information

Digital Speed Controller User Manual

Digital Speed Controller User Manual Diesel Engine for Generators Digital Speed Controller User Manual (DSC-1000) Ver_1.0 Doosan Infracore 페이지 1 / 36 Contents 1. Product Overview and General Specification 1.1 Product Information 1.2 Product

More information

ISTA User instructions for the BMW Online Service System for BMW Service and MINI Service (OSS)

ISTA User instructions for the BMW Online Service System for BMW Service and MINI Service (OSS) ISTA User instructions for the BMW Online Service System for BMW Service and MINI Service (OSS) Release 1.0 Technical documentation and diagnosis BMW Group Page 2 Contents 1 Introduction......... 4 1.1

More information

EL7060 Series SERVICE MANUAL

EL7060 Series SERVICE MANUAL EL7060 Series SERVICE MANUAL 1 TABLE OF CONTENTS 1 General description... 4 1.1 Exploded view... 5 2 ACCESSIBILITY... 5 2.1 Dust Bag Cover.. 7 2.2 Display Cover.8 2.3 PCB Display/Switch..9 2.4 Top Cover..10

More information

Removal of Hardware ESD, Independent of Safety Logic Solver

Removal of Hardware ESD, Independent of Safety Logic Solver Removal of Hardware ESD, Independent of Safety Logic Solver by Sam Roy Executive summary This is a discussion to remove independent hardware based Emergency Shutdown for Logic Solver as identified in ANSI/ISA-84.00.01-2004,

More information

Deckblatt. APL Operator Guide SIMATIC PCS 7. Application description June Applikationen & Tools. Answers for industry.

Deckblatt. APL Operator Guide SIMATIC PCS 7. Application description June Applikationen & Tools. Answers for industry. Deckblatt SIMATIC PCS 7 Application description June 2011 Applikationen & Tools Answers for industry. Industry Automation and Drive Technologies Service & Support Portal This article is taken from the

More information

Manual Light Driver 5.0

Manual Light Driver 5.0 1 Manual Light Driver 5.0 2 Content Change History... 3 Product description... 4 Specifications... 5 Measurements... 6 Layout and connection assignment... 7 Start-up... 8 Factory settings... 8 Individual

More information

Infodraw MRS Server Web Administration Interface

Infodraw MRS Server Web Administration Interface Infodraw MRS Server Web Administration Interface MRS Server is a TCP and UDP server that serves MRS device and monitor clients. Its most basic functionality and prime reason for its existence is to distribute

More information

WARRANTY & LIMITATION OF LIABILITY

WARRANTY & LIMITATION OF LIABILITY MUX-2 WARRANTY & LIMITATION OF LIABILITY 1. ROTEM warrants that the product shall be free of defects in materials or workmanship and will conform to the technical specification for a period of 1 (one)

More information

Installation and Setup. In This Chapter... Installing the H0 PSCM The Profibus Network Configuring the Module

Installation and Setup. In This Chapter... Installing the H0 PSCM The Profibus Network Configuring the Module Installation and Setup 1 2 In This Chapter.... Installing the H0 PSCM The Profibus Network Configuring the Module 2 2 Installing the H0 PSCM Remove the Slot Cover The first step in installing the option

More information

WARRANTY & LIMITATION OF LIABILITY

WARRANTY & LIMITATION OF LIABILITY MUX-485 WARRANTY & LIMITATION OF LIABILITY 1. ROTEM warrants that the product shall be free of defects in materials or workmanship and will conform to the technical specification for a period of 1 (one)

More information

Team: Overdrive. Department of Computer Science and Engineering The University of Texas at Arlington. System Test Plan

Team: Overdrive. Department of Computer Science and Engineering The University of Texas at Arlington. System Test Plan Department of Computer Science and Engineering The University of Texas at Arlington Team: Overdrive System Test Plan Project: Auto Performance Analyzer Team Members: Gary Johns Raul Hurtado Brendon Harris

More information

Innovation First, Inc. Operator Interface Reference Guide

Innovation First, Inc. Operator Interface Reference Guide 11.8.2002 www.innovationfirst.com Page 2 Table of Contents 1. Operator Interface Basics...3 2. Input Power...4 3. RS-422 Radio...4 4. Operator Interface Ports 1, 2, 3, and 4...4 5. Tether Port...11 6.

More information

Safety Instructions 1-1 Avoid unintended Start General Description 2-2

Safety Instructions 1-1 Avoid unintended Start General Description 2-2 Contents Contents 1 Safety and precautions 1-1 Safety Instructions 1-1 Avoid unintended Start. 1-1 2 Introduction 2-1 General Description 2-2 3 Supported Configuration 3-1 Introduction 3-1 Fixed-speed

More information

AirTouch 2 Zone Control System

AirTouch 2 Zone Control System AirTouch 2 Zone Control System User Manual www.polyaire.com.au 2016 Polyaire Pty Ltd Liability Please read the instructions before installing this Zonemaster Zoning Control System. Polyaire Pty Ltd does

More information

USER S MANUAL. DAS-G01 The Power of Tomorrow

USER S MANUAL. DAS-G01 The Power of Tomorrow USER S MANUAL DAS-G01 The Power of Tomorrow Richmond Heights 2018 0 USER S MANUAL DAS-G01 The Power of Tomorrow Richmond Heights 2018 Page 1 USER'S MANUAL TABLE OF CONTENTS Page # 1.0 GENERAL INFORMATION...

More information

HPS-M -2 DIFFERENTIAL PRESSURE TRANSMITTER. Mounting and operating instructions

HPS-M -2 DIFFERENTIAL PRESSURE TRANSMITTER. Mounting and operating instructions DIFFERENTIAL PRESSURE Mounting and operating instructions Table of contents SAFETY AND PRECAUTIONS 3 PRODUCT DESCRIPTION 4 ARTICLE CODES 4 INTENDED AREA OF USE 4 TECHNICAL DATA 4 STANDARDS 5 OPERATIONAL

More information

Software Requirements Specification. <Project> for. Version 1.0 approved. Prepared by <author(s)> <Organization> <Date created>

Software Requirements Specification. <Project> for. Version 1.0 approved. Prepared by <author(s)> <Organization> <Date created> Software Requirements Specification for Version 1.0 approved Prepared by Software Requirements Specification for Page 2 Table of Contents Revision

More information

This is an inspection failure, not meeting the requirement of >10k Ohm between either PD battery post and chassis.

This is an inspection failure, not meeting the requirement of >10k Ohm between either PD battery post and chassis. Troubleshooting This is a document put together by CSA Laura Rhodes that contains a lot of information about troubleshooting steps for a lot of common control system problems encountered at events. No

More information

Software Testing and Maintenance

Software Testing and Maintenance Software Testing and Maintenance Testing Strategies Black Box Testing, also known as Behavioral Testing, is a software testing method in which the internal structure/ design/ implementation of the item

More information

Department of Computer Science and Engineering The University of Texas at Arlington. Team: Door Keepers. Project: Smart Garage

Department of Computer Science and Engineering The University of Texas at Arlington. Team: Door Keepers. Project: Smart Garage Department of Computer Science and Engineering The University of Texas at Arlington Team: Door Keepers Project: Team Members: Anup Patel Santosh Shrestha Wasyhun Tesfaye Adrian Echavarria Last Updated:

More information

to monitor and control manufacturing processes

to monitor and control manufacturing processes simply THE Best technology to monitor and control manufacturing processes Standardize Testing Across The Plant Flexible Monitoring Platform sigpod is an in-station process monitoring platform that uses

More information

MFS605/EE605 Systems for Factory Information and Control

MFS605/EE605 Systems for Factory Information and Control MFS605/EE605 Systems for Factory Information and Control Lecture 9 PLCs (half lecture) Fall 2005 Larry Holloway Dept. of Electrical Engineering and Center for Robotics and Manufacturing Systems 1 So far

More information

MM-A20 BMS Interface for Mitsubishi Electric Split Air-Conditioning

MM-A20 BMS Interface for Mitsubishi Electric Split Air-Conditioning MM-A20 BMS Interface for Mitsubishi Electric Split Air-Conditioning Installation and User Guide www.microtrol.co.uk Contents 1. Supplied Parts...2 2. Important Information...3 3. Product Overview...4

More information

Operating instructions. Switching amplifier DN0210 DN / / 2015

Operating instructions. Switching amplifier DN0210 DN / / 2015 Operating instructions Switching amplifier DN0210 DN0220 UK 80011079 / 00 01 / 2015 Contents 1 Preliminary note...4 1.1 Symbols used...4 1.2 Warning signs used...4 2 Safety instructions...5 2.1 General...5

More information

Installation and Setup

Installation and Setup Installation and Setup 1 In This Chapter Installing the H PBC The Profibus Network Configuring the Controller Installing the H PBC Setting the Node Address Setting the Node Address Profibus DP is usually

More information

TRAINING GUIDE LEVEL 3 MODBUS WRITE IMPORT COMMAND

TRAINING GUIDE LEVEL 3 MODBUS WRITE IMPORT COMMAND OleumTechTM TRAINING GUIDE LEVEL 3 MODBUS WRITE IMPORT COMMAND MUST BE FAMILIAR WITH LEVEL 1 TRAINING MATERIALS BEFORE MOVING FORWARD Doc ID# 80-6010-001b TABLE OF CONTENTS 1. WHAT IS NEW WRITE IMPORT

More information

Operating Instructions

Operating Instructions Operating Instructions for the WABCO Diagnostic Controller 446 300 320 0 with Program Card ECAS 4x2-A 446 300 521 0 or ECAS 6x2-A 446 300 527 0 or ECAS BUS-A 446 300 529 0 March 1996 Edition Copyright

More information

System Test Plan. Team: Kingpin. Project: Pin Deck Camera System. Team Members: Shawn Dobbins Jason Grey Eric Nelson Bhuwan Shrestha

System Test Plan. Team: Kingpin. Project: Pin Deck Camera System. Team Members: Shawn Dobbins Jason Grey Eric Nelson Bhuwan Shrestha Department of Computer Science and Engineering The University of Texas at Arlington Last Updated: October 1 st 2013 10:04am System Test Plan Team: Kingpin Project: Pin Deck Camera System Team Members:

More information

Quick Start Guide. Variable Speed Drive. Part Number: Issue: 3

Quick Start Guide. Variable Speed Drive. Part Number: Issue: 3 EVC Series Quick Start Guide English Issue 3.book Page 1 Friday, March 11, 2016 1:38 PM Quick Start Guide Variable Speed Drive Part Number: 0478-0335-03 Issue: 3 Original Instructions For the purposes

More information

SS2200 Remote Controller

SS2200 Remote Controller SS2200 Remote Controller General Purpose, DC Voltage General The SS2200 Remote Controller is a microprocessor-based programmable controller specifically designed to control single line and dual line centralized

More information

Operation Instruction for CNI Model with PSU-III-LCD

Operation Instruction for CNI Model with PSU-III-LCD Operation Instruction for CNI Model with PSU-III-LCD Caution-Use of controls or adjustments or performance of procedures other than those specified in this manual may result in hazardous radiation exposure.

More information

NATIONAL CONTROL DEVICES Push Notification - Serial Quick Start Guide

NATIONAL CONTROL DEVICES Push Notification - Serial Quick Start Guide NATIONAL CONTROL DEVICES Push Notification - Serial Quick Start Guide N A T I O N A L C O N T R O L D E V I C E S Push Notification - Serial Quick Start Guide National Control Devices, LLC PO Box 455 Osceola,

More information

Kodiak Mobile INTELLIGENT DOCKING STATION USERS MANUAL PART NUMBER: PANASONIC CF53 TOUGHBOOK COMPATIBLE AN ISO 9001:2008 CERTIFIED COMPANY

Kodiak Mobile INTELLIGENT DOCKING STATION USERS MANUAL PART NUMBER: PANASONIC CF53 TOUGHBOOK COMPATIBLE AN ISO 9001:2008 CERTIFIED COMPANY CUSTOMER SERVICE If you have any questions or require additional information please contact Customer Service at 877-455-6886, Monday though Friday, 8:00am - 5:00pm CST. TECHNICAL SUPPORT Kodiak Mobile

More information

SICON Smart Sensors Role in Integrated System Health Management

SICON Smart Sensors Role in Integrated System Health Management SICON 2005 Smart Sensors Role in Integrated System Health Management Jose M Perotti, Instrumentation Group Lead Command, Monitoring and Control Branch Spaceport Engineering &Technology Directorate, Kennedy

More information

BACnet Product Overview

BACnet Product Overview BACnet Product Overview Comfort and energy-saving of a HVAC system are all about control. With networking devices, you can monitor and control your equipment via a communication system anywhere and anytime

More information

Keystone OM1 - EPI-2 modulating input/output module Installation and Maintenance Instructions

Keystone OM1 - EPI-2 modulating input/output module Installation and Maintenance Instructions Before installation these instructions must be fully read and understood Index 1. Optional module 1: Modulating I/O module... 1 2. Installation... 2 3. OM1 card setting and configuration... 6 4. Monitor

More information

Virtual ECUs for Developing Automotive Transmission Software Dr. Thomas Liebezeit 1, Jakob Bräuer 1, Roland Serway 1, Dr. Andreas Junghanns 2 1 IAV GmbH, Carnotstraße 1, 10587 Berlin 2 QTronic GmbH, Alt-Moabit

More information

SED2 VFD NEMA Type 3R Bypass/Air Conditioner

SED2 VFD NEMA Type 3R Bypass/Air Conditioner SED2 VFD NEMA Type 3R Bypass/Air Conditioner Description The NEMA Type 3R Bypass with Air Conditioner allows SED2 to be employed in a harsh environment. The SED2 is designed specifically for HVAC applications

More information

VDI Pro Voltage & Dry Contact Interface Installation and programming Guide MODEL VDI MK2

VDI Pro Voltage & Dry Contact Interface Installation and programming Guide MODEL VDI MK2 VDI Pro Voltage & Dry Contact Interface Installation and programming Guide MODEL VDI MK2 1 of 18 PREFACE Important Installation Information It is the purchasers responsibility to determine the suitability

More information

logic table of contents: squarebot logic subsystem 7.1 parts & assembly concepts to understand 7 subsystems interfaces 7 logic subsystem inventory 7

logic table of contents: squarebot logic subsystem 7.1 parts & assembly concepts to understand 7 subsystems interfaces 7 logic subsystem inventory 7 logic table of contents: squarebot logic subsystem 7.1 parts & assembly concepts to understand 7 subsystems interfaces 7 logic subsystem inventory 7 7 1 The Vex Micro Controller coordinates the flow of

More information

SOLARIMMERSION IV Advanced Installation Manual v1.9

SOLARIMMERSION IV Advanced Installation Manual v1.9 SOLARIMMERSION IV Advanced Installation Manual v1.9 1 Contents 1. Overview 2. Technical Specifications 3. Installation Mounting Electrical Installation Clamp Installation Wiring Diagrams 4. Installation

More information

User s Guide. 600A AC Clamp Meter. Model 38387

User s Guide. 600A AC Clamp Meter. Model 38387 User s Guide 600A AC Clamp Meter Model 38387 Safety International Safety Symbols This symbol, adjacent to another symbol or terminal, indicates the user must refer to the manual for further information.

More information

GSC300 CONFIGURATOR SOFTWARE INTERFACE. Installation and User Manual for the GSC300 Configurator PC Software Interface

GSC300 CONFIGURATOR SOFTWARE INTERFACE. Installation and User Manual for the GSC300 Configurator PC Software Interface GSC300 CONFIGURATOR SOFTWARE INTERFACE Installation and User Manual for the GSC300 Configurator PC Software Interface File: ConfiguratorRev1.5.2.doc Feb.21, 2006 2 READ MANUAL BEFORE INSTALLING UNIT END-USER

More information

Contents 1 Warnings, Cautions, and Notes Description Features... 1

Contents 1 Warnings, Cautions, and Notes Description Features... 1 EnCell Contents 1 Warnings, Cautions, and Notes... 1 2 Description... 1 3 Features... 1 3.1 STANDARD FEATURES... 1 3.2 FRONT PANEL FEATURES... 2 3.2.1 Display... 2 3.2.2 OK LED... 2 3.2.3 FAULT LED...

More information

COMFORT CONTROL CENTER SERVICE INSTRUCTIONS

COMFORT CONTROL CENTER SERVICE INSTRUCTIONS USA SERVICE OFFICE Dometic Corporation 2320 Industrial Parkway Elkhart, IN 46516 574-294-2511 CANADA Dometic Corporation 46 Zatonski, Unit 3 Brantford, ON N3T 5L8 CANADA 519-720-9578 For Service Center

More information

Add-on box for old stereo systems. Team #40: Tong Zhao, Chutian Shao, Ziyang Liu ECE 445 Project Proposal - Spring 2017 TA: Jose Sanchez Vicarte

Add-on box for old stereo systems. Team #40: Tong Zhao, Chutian Shao, Ziyang Liu ECE 445 Project Proposal - Spring 2017 TA: Jose Sanchez Vicarte Add-on box for old stereo systems Team #40: Tong Zhao, Chutian Shao, Ziyang Liu ECE 445 Project Proposal - Spring 2017 TA: Jose Sanchez Vicarte 1 Introduction 1.1 Objective While online music stores and

More information

Operation Guide CT101

Operation Guide CT101 Operation Guide CT101 PG 1 The CT101 communicating Z-Wave thermostat operates via a high-quality, easy-to-use touch screen. To set or adjust your CT101, simply touch your finger firmly to the screen. The

More information

Altec Systems Inc 16 Goldpark Court Woodbridge, Ontario L4L 8V5. Monday October 22, 2007 Project Number

Altec Systems Inc 16 Goldpark Court Woodbridge, Ontario L4L 8V5. Monday October 22, 2007 Project Number Altec Systems Inc 16 Goldpark Court Woodbridge, Ontario L4L 8V5 Monday October 22, 2007 Project Number 20070901 S. Areibi School of Engineering University of Guelph Guelph, Ontario N1G 2W1 Subject: Construction

More information

2 Table of Contents 1. TABLE OF CONTENTS. 1. Table of Contents Introduction Wiring Diagram Terminals Review...

2 Table of Contents 1. TABLE OF CONTENTS. 1. Table of Contents Introduction Wiring Diagram Terminals Review... TPR-6 Temperature Protection Relay Instruction Manual Ver. June 1 st 2010 2 Table of Contents 1. TABLE OF CONTENTS 1. Table of Contents... 2 2. Introduction... 3 3. Wiring Diagram... 5 4. Terminals Review...

More information

Chapter. Getting Started, Basics. and Examples. In This Chapter...

Chapter. Getting Started, Basics. and Examples. In This Chapter... Getting Started, Basics and Examples Chapter 2 In This Chapter... Overview... 2-2 Basic Motion Functions, Summary of Examples... 2-2 Detailed Example: Configure and Test a Quadrature Input... 2-7 Detailed

More information

HASP Student Payload Interface Manual

HASP Student Payload Interface Manual HASP Student Payload Interface Manual Version 02.08.08 1 I. Introduction This document describes the basic features of your HASP payload mounting plate and provides information on the mechanical, electrical,

More information

Installation and operation manual ReciFlow Gas

Installation and operation manual ReciFlow Gas Installation and operation manual ReciFlow Gas 1 1. Measurement principle... 3 2. Installation... 5 3. Operation... 7 4. Electrical interfaces... 11 5. Communication protocol... 14 6. Software update and

More information

User Manual. 400Amp AC Clamp Meter + NCV. Model MA430. Additional User Manual Translations available at

User Manual. 400Amp AC Clamp Meter + NCV. Model MA430. Additional User Manual Translations available at User Manual 400Amp AC Clamp Meter + NCV Model MA430 Additional User Manual Translations available at www.extech.com Introduction Congratulations on your purchase of this Extech MA430 Clamp Meter. This

More information

FEATURES DESCRIPTION FEATURES

FEATURES DESCRIPTION FEATURES FEATURES Two High Speed Counters Two Pulse Train Outputs Two Pulse Width Modulation Outputs 24 Sinking or Sourcing Inputs 16 Outputs 1 RS232 Port 2 RS485 Ports Supports Modbus RTU Protocol Communicate

More information

IN5132/IN5142/IN5134/IN5134a IN5144/IN5144a/IN5135/IN5145 User's Manual (detailed) Instant Stack Guide

IN5132/IN5142/IN5134/IN5134a IN5144/IN5144a/IN5135/IN5145 User's Manual (detailed) Instant Stack Guide Projector IN5132/IN5142/IN5134/IN5134a IN5144/IN5144a/IN5135/IN5145 User's Manual (detailed) Instant Stack Guide Thank you for purchasing this product. Features This projector can be used in conjunction

More information

Instruction and Operation Manual

Instruction and Operation Manual SEC IR PC LINK Instruction and Operation Manual Sensor Electronics Corporation 5500 Lincoln Drive Minneapolis, Minnesota 55436 USA (952) 938-9486 Fax (952) 938-9617 email sensor@minn.net or www.sensorelectronics.com

More information

HASP Payload Specification and Integration Plan

HASP Payload Specification and Integration Plan Payload Title: Measurement of Ozone Profile in the Stratosphere Using Nanocrystalline Sensor Arrays Payload Class: Small Large (circle one) Payload ID: 7 Institution: Contact Name: Contact Phone: Contact

More information

The Discrete DAC. User Guide. Check our website for the most recent user guides, firmware, and drivers:

The Discrete DAC. User Guide. Check our website for the most recent user guides, firmware, and drivers: The Discrete DAC User Guide Check our website for the most recent user guides, firmware, and drivers: www.msbtechnology.com Technical support email is: techsupport@msbtech.com 05.21.18 Technical specifications

More information

FX-2 Control Board ASY-360-XXX Setup and Configuration Guide

FX-2 Control Board ASY-360-XXX Setup and Configuration Guide FX-2 Control Board ASY-360-XXX Setup and Configuration Guide Micro Air Corporation Phone (609) 259-2636 124 Route 526. WWW.Microair.net Allentown NJ 08501 Fax (609) 259-6601 Table of Contents Introduction...

More information

Introduction to Mechatronics and the Mechatronic Design Center Microchip Technology Incorporated. All Rights Reserved. 1

Introduction to Mechatronics and the Mechatronic Design Center Microchip Technology Incorporated. All Rights Reserved. 1 Introduction to Mechatronics and the Mechatronic Design Center 2005 Microchip Technology Incorporated. All Rights Reserved. 1 What is Mechatronics? Implementing electronic controls in a mechanical system

More information

Technical Specification for Educational Robots

Technical Specification for Educational Robots Technical Specification for Educational Robots 1. Introduction The e-yantra project, sponsored by MHRD, aims to start a robotic revolution in the country through the deployment of low-cost educational

More information

MPCR Series DeviceNet Technical Manual TDMPCRDNTM2-0EN 01/08 Subject to change without notice

MPCR Series DeviceNet Technical Manual TDMPCRDNTM2-0EN 01/08 Subject to change without notice MPCR Series DeviceNet Technical Manual Table of Contents MPCR Series Introduction... 3 Product Overview... 3 About DeviceNet... 4 Overview... 4 MPCR DeviceNet Features... 4 Cabling and Drop Line Lengths

More information

IO-INTERFACE. Procon. INSTALLATION MANUAL Version 1.01 MITSUBISHI ELECTRIC FOR INSTALLERS

IO-INTERFACE. Procon. INSTALLATION MANUAL Version 1.01 MITSUBISHI ELECTRIC FOR INSTALLERS Procon IO-INTERFACE FOR INSTALLERS INSTALLATION MANUAL Version 1.01 For safe and correct use, please read this installation manual thoroughly before installing the PROCON IO-INTERFACE. MITSUBISHI ELECTRIC

More information

Lesson 3: Understanding General Software Development

Lesson 3: Understanding General Software Development Lesson 3: Understanding General Software Development 1. Arrange the various activities of an application lifecycle in the order in which they are likely to occur. a) Requirements analysis, design, coding,

More information

Technical Bulletin (TB-0040)

Technical Bulletin (TB-0040) Overview Technical Bulletin (TB-0040) Frequency Inverter Controller Install & Setup Version 6; April 2017 This document provides guidelines and information useful to a system manufacturer (OEM), installing

More information

OWNER S MANUAL. Building Gateways MD-CCM08/E (K01-BACNET)

OWNER S MANUAL. Building Gateways MD-CCM08/E (K01-BACNET) OWNER S MANUAL Building Gateways MD-CCM08/E (K01-BACNET) Thank you very much for purchasing our air conditioner, please read this owner's manual carefully before using your air conditioner. CATALOGUE 1.

More information

Quick Start Installation and User Manual

Quick Start Installation and User Manual 1 Quick Start Installation and User Manual Contents 1. Overview 2. Technical Specifications 3. Installation Mounting Electrical Installation Clamp Installation Wiring Diagrams 4. Installation Settings

More information

I/O232-A User s Guide

I/O232-A User s Guide rmv electronics I/O232-A User s Guide DISCLAIMER: RMV ELECTRONICS INC. does not assume any liability arising from the application and/or use of the product/s described herein, nor does it convey any license.

More information

Please use the Q & A utility to ask us any questions concerning the material being presented.

Please use the Q & A utility to ask us any questions concerning the material being presented. Webinar Notes Please use the Q & A utility to ask us any questions concerning the material being presented. Please contact Brittany Socha on the chat line or email Brittany.socha@ikonixusa.com if you would

More information

MODBUS RTU I/O Expansion Modules - Models C267, C277, and C287. Installation and Operations Manual Section 50

MODBUS RTU I/O Expansion Modules - Models C267, C277, and C287. Installation and Operations Manual Section 50 MODBUS RTU I/O Expansion Modules - Models C267, C277, and C287 Installation and Operations Manual 00-02-0651 09-01-09 Section 50 In order to consistently bring you the highest quality, full featured products,

More information

IQ-MP Gateway. Version apr Electrocom Rødeledsvej 95 DK-5700 Svendborg Denmark Tel :

IQ-MP Gateway. Version apr Electrocom Rødeledsvej 95 DK-5700 Svendborg Denmark Tel : IQ-MP Gateway Version 4.009 28. apr. 2011 Electrocom Rødeledsvej 95 DK-5700 Svendborg Denmark Tel : +45 8880 7580 www.electrocom.dk p. 2 Description The IQ-MP Gateway is a communications module, which

More information

MCS-CONNECT Quick Guide to Features

MCS-CONNECT Quick Guide to Features MCS-TOUCHSCREEN new touchscreen interface designed to simplify user access with the MCS-Magnum MCS-CONNECT Quick Guide to Features Real Time Graphs using MCS-Connect Live Graph MCS-CONNECT software is

More information

ADAM-5511 Quick Start

ADAM-5511 Quick Start ADAM-5511 Quick Start Support Firmware 1.01 or above Copyright Notice This document is copyrighted 2001 by Advantech Co., Ltd. All rights are reserved. Advantech Co., Ltd., reserves the right to make improvements

More information

Room Temperature Controller

Room Temperature Controller 3 023 Room Temperature Controller for four-pipe fan coil units RCC30 Outputs for on / off valve actuators Outputs for three-speed fan Control depending on room or return air temperature Operating modes:

More information

CCTV Tester. User s Manual

CCTV Tester. User s Manual CCTV Tester User s Manual Table of Contents 1, Safety Information......2 1.1 Precaution before using the tester...2 1.2 Precautions when using the tester...2 1.3 Precautions for battery charging and using...2

More information

Keystone OM1 - EPI-2 modulating input/output module Installation and Maintenance Instructions

Keystone OM1 - EPI-2 modulating input/output module Installation and Maintenance Instructions Before installation these instructions must be fully read and understood Index 1 Optional module 1: Modulating I/O module... 1 2 Installation... 2 3 OM1 card setting and configuration... 6 4 Monitor relay

More information