Two countries, one goal, joint success! PROJECT HURO/0901/028/2.3.1 UNIVERSITY OF DEBRECEN 2011 Two countries, one goal, joint success! PROJECT HURO/0901/028/2.3.1 UNIVERSITY OF DEBRECEN 2011 Two countries, one goal, joint success! FOREWORD The project E-Laboratory Practical Teaching for Applied Engineering Sciences (Acronym EPRAS) is implemented under the Hungary-Romania Cross-Border Co-operation Programme 2007-2013 (www.huro-cbc.eu), and is part-financed by the European Union through the European Regional Development Fund, Hungary and Romania. The programme aims to bring the different actors – people, economic actors and communities – closer to each other, in order to better exploit opportunities offered by the joint development of the border area. This material contains the documentation associated to the e-laboratories designed by the project team from University of Debrecen in the frame of this project. 2 www.huro-cbc.eu Two countries, one goal, joint success! CONTENTS E‐LABORATORY 4. Industrial process control with Twido PLC. Theoretical background................. 4 E‐LABORATORY 4. Industrial process control with Twido PLC. Grid test......................................... 8 E‐LABORATORY 4. Industrial process control with Twido PLC. Experiment description .............. 10 E‐LABORATORY 4. Industrial process control with Twido PLC. Final report.................................. 12 E‐LABORATORY 5. Amplifier testing with NI ELVIS II test station. Theoretical background ......... 14 E‐LABORATORY 5. Amplifier testing with NI ELVIS II test station. Grid test................................... 16 E‐LABORATORY 5. Amplifier testing with NI ELVIS II test station. Experiment description........... 17 E‐LABORATORY 5. Amplifier testing with NI ELVIS II test station. Final report ............................. 26 E‐LABORATORY 6. Remote flow control. Theoretical background ............................................... 28 E‐LABORATORY 6. Remote flow control. Grid test ....................................................................... 29 E‐LABORATORY 6. Remote flow control. Experiment description ................................................ 31 E‐LABORATORY 6. Remote flow control. Final report .................................................................. 35 3 www.huro-cbc.eu Two countries, one goal, joint success! E-Laboratory 4 Industrial process control with Twido PLC Theoretical background 1. Bases of the program: The ladder programming language most commonly used PLC programming tool. The electrical model developed road plans, they are regarded as equivalent to the software, but today's PLC systems developer traditional relay logic corresponding elements already too many complex organizational functions and program analysis techniques allow the use of ladder programs within 1.1 Basic elements The Ladder of the following basic elements: line contact coils function blocks 1.1.1Wires The graphical representation of the left hand side is positive tápsín vertically on the right side and negative power supply rails. Between the two horizontal and one below the other current paths. Each current path on the left are the contacts, the right-hand side of the coils. A current path (Rung, Network) is a Boolean function implements. The serial or parallel connection contacts of the AND and OR logic elements to deliver on our relationship. The coil is stored in the logical result of a function. The Twido PLC in today's PLCs, like most of the logical functions from top to bottom, a function (ladder line) and within calculates from left to right. Figure 1 logical function The (Fig. 1) is: Q = ((A and B) or C) and (not (D)) to implement logic functions. The "A", "B", "C", "D" may be the binary inputs of the PLC, the "Q" is one of the two-state output, but there may be internal memory variables. (The above statement, the parentheses in the not (D) exception is not necessary.) 1.1.2 Function Blocks This brief summary of today's PLC is located in a number of function blocks, only measurement is required and the Twido PLC can be used in the main function blocks shows.timers The Twido PLC units, operating in three different timer can be used: 4 www.huro-cbc.eu Two countries, one goal, joint success! _ Turn on delay TON _ TOF Off Delay _ TP Pulse Figure 2 Timers Counters. CU in the counter input rising edge of the counter is increased by 1, the CD input is in a rising edge is reduced. The R input in logic clears the counter value is TRUE, TRUE value in the S input and set the value of Preset Value. The counter block compares the current value is always known. Value preset value, and consistency, the D (Done) logic output is set to TRUE. The Twido PLC counters can count the 0th .9999 range. Greater numbers of two or more counters count kaszkádosításával solved. E and F of this output can be used in the bottom (Empty) or overflow (Full) show (Figure 3) Figure 3 Counters Comparator block The "C" coil is activated when the "A" and "B" contacts are closed, as well as in the previous example of the counter value is less than 5. The comparator block the usual relational signals can be used: >> = << == <> Analog input signals when processing the operands can be such a comparator.: IW0.0%,% MW0 Figure 4 Comparator block 5 www.huro-cbc.eu Two countries, one goal, joint success! Arithmetic block The physical address% MW1000 select the maximum amount of memory. The arithmetic blocks on the right side of assignment expressions consist of the usual arithmetic operation symbols + - * / Analog output signal produced at the left for example, in QW1.0%, +10% MW1. Figure 5 Arithmetic block 2. Addresses used in programs The Twido SUITE in the variables (input, output, memory, ...) to address we have. The form of the following addresses: Ix.y%:% IWx.y Two state input: Analog Input QWx.y%:% Qx.y Analog Output: Two state output TMX%:% Mx Timer: Memory Bit % Cx: Counter% MWx: Memory word 3. Symbolic variables The variables and objects used by the program (timers, counters, etc) should be given symbolic names and physical addresses instead of the Ladder of contact for them to use. The program is so readable, easier to understand. The symbols and the physical address mappings of the Twido Suite-_ Configure menu item can be done. Symbolic names can not contain a space character, not start with numbers, but you can use accented characters. 4. Subrutin calling If the programming you want to create junctions, the main program must be taken in the program. The main program can be selected which do it contains logical and / or function block instructions. A (Fig. 6) (Figure 7) in the sample program. Figure 6 Main program 6 www.huro-cbc.eu Two countries, one goal, joint success! 7. ábra Subrutin http://www.schneider-electric.hu/hungary/hu/termekek-szolgaltatasok/ipariautomatizalas/termekek/rangepresentation.page?p_function_id=18&p_family_id=234&p_range_id=533# http://sirkan.iit.bme.hu/dokeos/courses/BMEVIIIA3522551/document/5._m%E9r%E9s_doku mentumai/TwidoSuite.pdf?cidReq=BMEVIIIA352932b 7 www.huro-cbc.eu Two countries, one goal, joint success! E-Laboratory 4 Industrial process control with Twido PLC Grid test Which item does not include the Twido Ladder diagram programming language? Switching Roll Cord Cycle Which logical analysis of this signal corresponds to | | ? Switcher Keypad Timer Counter When to define the physical layout? Before Writing Program Simulation before At any time How should the plc in the memory area, refer to? With ~ With * With @ With% Which parameter specifies the current value of the counter function block? %C0.d %C0.p %C0.v %C0.e What kind of logic replaces this circuit? Q:= A or B or C Q:=A and B or C and not D Q:=A and B or C and D Q:=C and not D What is the title of a 1.0 analog input?%MW1.0 %I1.0 %IW1.0 %Q1.0 8 www.huro-cbc.eu Two countries, one goal, joint success! Which is not Twido Suite, function block? TON TOF TP FPGA Which statement is true for Twido Suite? CU input on rising edge of the counter is incremented by one CU input on rising edge of the counter is decremented by one CU input of the counter is reset on the rising edge CU input on falling edge of the counter is incremented by one Which of the following may be an arithmetic assignment statement? %MW=12 %M:=true %MW:=%I0.5 %MW:=%IW0.1 9 www.huro-cbc.eu Two countries, one goal, joint success! E-Laboratory 4 Industrial process control with Twido PLC Experiment description Abstract: The industrial process control systems implemented in software simulation and the real industrial process control system linking is very important in modern manufacturing management. These programs to acquire skills necessary for educational level modeling is extremely important for the development of modern educational methods. A virtual model visualization will enable the students 24 hours a day for exercise programming task, and measurement tasks. 1. Tools, softwares The Vijeo Citect by Schneider Electric's own SCADA system. The program to display and simulate different production processes used, the Windows XP-style buttons, rounded rectangles and gradient fills, high-quality user interfaces allow the creation. The Vijeo Citect by Schneider Electric to other similar software, they sell the hardware components to communicate via multiple protocols. 2. Measurement task The visualization interface implemented XYZ scrolling arms are realizing that the movement can be positioned with PLC programming and different routes of the prepared PLC program correctness can be checked. In this way students can exercise programming for industrial control equipment, as well as the written test accuracy of the task may also be checked. The SCADA software built-in sub-Cicode control can be achieved by performing the task model, visual information is thus available for detailed understanding of the task (Fig. 1). Fig. 1 10 www.huro-cbc.eu Two countries, one goal, joint success! The PLC program has to be written in the Ladder Diagram language. The problem can receive multiple difficulty levels, or it may be required to fully design the control program may, or, for obtaining a correct functionning, it may be necessary to modifiy some values of the control program in accordance with the preset parameters. Z axis counter The value %CO.P may establish the envisaged target, obviously together with the actual values %CXY.P of parameters (X-Y). 1. Problems 1) Write a PLC program which cannot be further deleted or modified, but can be executed again! 2) Write a PLC program which can be modified and executed again! 3) Realize the measurement instructions! 4) Realize a theoretical abstract! 5) Formulate control questions! 11 www.huro-cbc.eu Two countries, one goal, joint success! E-Laboratory 4 Industrial process control with Twido PLC Final report Subject of the measurement: ELAB- PLC laboratory programming task Name: Eszes Elemér, ITM34X Place of the measurement: University of Debrecen, Faculty of ENgineering Time: Tools for the measurement (Apparatus): Personal Computer Vijeo Designer Demo verzió TwidoPLC Twido Suite program Theoretical description: Engine handling tasks has many conditions in the industry sector..The PLC is the most suitable hardware for this. Highly complex technical task can be achieved especially with the use of some programs Preparation processes of the lab. program: 1. Allocate the space memory 2. Zle Zfel exclusive-or relationship3. call is to bring driving axle Subrutin 4. Subrutin reset call is to bring 5. Z-axis down - Create a counter 6. Z-axis stepping algorithm to bring up (3 points) 7. zero position programming (4 points) 8. Making the built-in report editor. In Figure 1. you should see the finished diagram The completed program was tested in accordance with the specifications of the Vijeo Cictect Program. All the buttons functions well.. 12 www.huro-cbc.eu Two countries, one goal, joint success! Figure 1 : Eszes Elemér example. 13 www.huro-cbc.eu Two countries, one goal, joint success! E-Laboratory 5 Amplifier testing with NI ELVIS II test station Theoretical background Measure’s concept: With the help of NI ELVIS II electronic test station we examined different electronic circuits. Through internet users can make measures at home, they can study the operation of various circuits through simple test. The control of the measure is done by distance measurement. The ELVIS system implements tests with real elements and virtual instruments. The virtual and real-world spectacular assist by connecting youth to the attention of those who wish to learn electronics. The measurement practices using the NI ELVIS system presents the circuit operation. Thus, students will gain full knowledge of design of the measuring systems as well. With the NI ELVIS we can reduce the cost of laboratory equipment, while it contains such lab tools you may need (eg. digital multimeter, oscilloscope, function generator, etc.). The test station provides great help in electronics, education for electrical engineering student especially in circuit construction, but also fo mechanical engineering students and for other specialized engineering students can be useful. Measure’s task: Examination of bipolar transistor circuit analysis The measurement is in the main circuit switching among the most common used operation, the most important measurement for determining the characteristics of the Internet. The amplifier basic characteristics of static and dynamic calculation methods for measuring learning. Device management exercise. The object of the measure: The main circuit switching among the most common used operation, the most important measurement for determining the characteristics of the Internet. The amplifier basic characteristics of static and dynamic calculation methods for measuring learning. The measure’s linking: 14 www.huro-cbc.eu Two countries, one goal, joint success! Photos about the linked measurement: 15 www.huro-cbc.eu Two countries, one goal, joint success! E-Laboratory 5 Amplifier testing with NI ELVIS II test station Grid test Form the followings which is the alternating current a. AC b. DC c. PC How to calculate the rms value of sine wave? a. half the peak value b. twice the peak value c. the peak value of √ 2-fold What is a sinusoidal alternating voltage frequency? a. the period length of √ 2-fold b. the number of periods per second c. phase position of the same length of time between points How many V is 1234 mV? a. 1,234V b. 12,34V c. 0,1234V How does works a central base-emitter voltage can be measured in a silicon bipolar tranzistor? a. 0,3V b. 1,5V c. 0,6V Which gives the most basic circuit voltage gain? a. Joint based b. Joint Emitter c. Joint collector How to calculate the experimental results in the strengthening of the stage? a. uki/ube b. ube/uki c. ube*2 Changes in the sinking-load output voltage of the amplifier when load resistance we make it? a. Yes, it will grow b. yes, will decrease c. no change 16 www.huro-cbc.eu Two countries, one goal, joint success! E-Laboratory 5 Amplifier testing with NI ELVIS II test station Experiment description Measurement tasks: 1. DC working point measurement data • Power setting, measurement (UT) • Base Voltage Measurement (UB) • emmitter voltage measurement (UE) • collector voltge measurement (UC) 2. AC measurements • measuring the output level (p-ubemaxp, ukimaxp-p) • Gain measurement (Au) • The gain frequency and phase sequence of determination (Au (f), φ (f)) • Bandwidth and phase shift control Bode analyzer The measured values in table, create charts, calculations can check the results! Protocol form documenting the measurement! The inputs and outputs are defined as: Characteristics: connection to the test station: Power supply (UT): Amplifier input (Ube): Amplifier output (UKI): Base voltage (UB): Emitter voltage (UE): Collector voltage (UC): DMM (COM, V) SCOPE CH0 (CH0) SCOPE CH1 (CH1) SCOPE AI5 (AI5) SCOPE AI6 (AI6) SCOPE AI7 (AI7) Measurement circiut diagram 17 www.huro-cbc.eu Two countries, one goal, joint success! Launch the desktop EVISmx NI Instrument Launcher is (Figure 1)! Figure 1. Program start icon The next menu screen (Figure 2): Figure 2. Main menu DC measurements: Power Set (UT). On the Main Menu (Figure 2) VPS icon! A screen will appear next to the virtual instrument (Figure 3): Figure 3 Set the positive supply voltage (Voltage), +12 V, and run (Run) button on the screen marked! Measure the voltage value of the digital multimeter! The voltage meter to measure the supply voltage is physically connected to COM and V points. 18 www.huro-cbc.eu Two countries, one goal, joint success! On the second Figure DMM icon! Then the following device appears (Figure 4). Figure 4. Click on the V button, and then click the button Zero Offset (ON-OFF indication), and run the Run button (Figure 4)! Record the measured value! Second Base voltage (UB) is measured (Fig. 5). Since the DMM connected to only one physical measurement point, so the measurements were done using an oscilloscope (more selectable measuring points). The base voltage of the input point is connected to an oscilloscope AI5. The measurement is carried out without the function generator (the amplifier input is empty), or the function generator must be set to stop, that does not interfere with the DC measurements. The oscilloscope "Trigger Type" set to "Immediate" to be in position. On the second Figure Scope icon! - The oscilloscope "Channel 0 Source Settings" "SCOPE CH0" value set from AI5! - The "Run" button to press! - Check the "Curzor on" setting! The screen shows the C1, C2 cursor line to the on-screen "+" sign and holding the left mouse button to move. The exact value of the screen under the label of C1 series can be read. Record the voltage value! Emitter voltage (UE) measurement (Figure 5). The AI6 emitter voltage the oscilloscope input point is connected. - The oscilloscope "Channel 0 Source Settings" to set the value to AI6! - A measurement equal to the rest of the fourth as described above. Kollector voltage UC) is measured (Fig. 5). The AI7 kollector voltage the oscilloscope input point is connected. 19 www.huro-cbc.eu Two countries, one goal, joint success! - The oscilloscope "Channel 0 Source Settings" to set the value from AI7! - If necessary, the "Scale Volts / Div" value to be worth more! The rest of the measurement corresponds to the fourth as described above. Figure 5 The measurements of the "Scale Volts / Div" value is set to the measured value is clearly visible on the screen (eg: 2 V) (Fig. 6)! Figure 6 AC measurements: 1. Measuring the output level. On the Main Menu (Figure 2) FGEN icon! 20 www.huro-cbc.eu Two countries, one goal, joint success! Figure 7 The function generator to the input of the amplifier is turned on. Set the waveform (Waveform) Sine (default), frequency (Frequency) from 1kHz, and the "RUN" key to start, with the function generator signal is input to the amplifier (Figure 7)! The oscilloscope settings (Figure 8): - "Channel 0 Source Settings" to set the value on CH0 Source (shows the input signal from the amplifier)! - "Channel 1 Source Settings" to set the value of CH1 for Source (the amplifier output signal shows)! - Channel 1 Enabled box in stoppage! - Set the channel mode is attached to C (Coupling)! - The time base (Time Base), the value set to 1ms, and visibility can also choose a different value! - The "Trigger Type" value to "Edge" to the "Trigger Source" to "Chan1 Source" link! - The signal amplitude of the "Scale Volts / Div" button can be sufficiently large so that the signal does not hang over the screen, but the maximum size should be! - In the "Settings Cursors" C2 value of "CH1" to adjust, so the cursor to the C2 channel CH1 (output, UKI) value of the measure. The C1 is the default channel CH0 (input, Ube) shows the value (8, 9, 10). 21 www.huro-cbc.eu Two countries, one goal, joint success! Figure 8 Measure the output level! The function generator amplitude (Amplitude) of the adjustment knob will increase, while the oscilloscope "CH1" and channel (output) of the waveform is not distorted (Fig. 9)! The scale of the pitch much to the extent necessary to adjust so that the signal does not hang over the screen, but to the largest possible (Figure 9)! Figure 9 Jegyezze fel a be-és kimeneti jelek értékét (10. ábra) (ubemaxp-p, ukimaxp-p)! 2. Measurement of gain The function generator amplitude button to set the size of the input signal ubemaxp-p up to 70% of the output signal is free from distortion for sure! Read and record the 22 www.huro-cbc.eu Two countries, one goal, joint success! oszcilloszkópról the input and output values (the oscilloscope Vp-p values) using the C1 and C2 kurzorvonalak (Figure 10)! The gain is the ratio of two values. Au[dB]=20*log(Au) Figure 10 3. Determination of the frequency response of the gain The function generator input signal size kept constant, changing the frequency (10Hz, 20Hz, 50Hz, 100Hz, 200Hz, 500Hz, 1kHz, 2kHz, 5kHz, 10kHz, 20kHz, 50kHz, 100kHz) to measure the gain as described above! Au [dB] and f values in tables and charts make it (Au-log (f))! The scale of the oscilloscope time base and set the correct value (Figure 11)! Figure 11 23 www.huro-cbc.eu Two countries, one goal, joint success! 4. The amplifier stage sequence of defining The output and the input signal between the time difference (dT) C2 C1és the cursor can be measured. The phase angle of the "dT" value and the time period can be calculated (Fig. 12). Calculate the individual frequencies the phase shift (φ), and represents them in the thread with a frequency diagram (φ-log (f))! Determine the receiver bandwidth (-3dB from points)! Figure 12 5. The gain bandwidth and phase sequence of control Bode analyzer. The measurement of "VPS" exception should be stopped any open and close! On the Main Menu (Figure 2), "Bode" icon! The Bode analyzer settings (Figure 13): - The "Stimulus Channel" default "SCOPE CH0". - The "Response Channel" default "SCOPE CH1". - The "Steps" default "5". - "Start Frequency" value to "10" Hz! - The "Stop Frequency" value to "200k" Hz! - The "Peak Amplitude" value to "1"! - The "Op-Amp Signal Polarity" value to "inverted" to! 24 www.huro-cbc.eu Two countries, one goal, joint success! Figure 13 The minutes for each frequency compare Kulu, separately measured and calculated results are shown by the Bode Analyzer charts! Note that the program features (inverted configuration) due to the f is 0 ˚ 180 ˚ true value! Photos about switching: 25 www.huro-cbc.eu Two countries, one goal, joint success! E-Laboratory 5 Amplifier testing with NI ELVIS II test station Final report The measurements have been done: .................................................................... The gauge group number: ............................. The measurement date of completion: ................. The measurement is: Common emitter amplifier of gain, frequency and phase sequence of measurements. The test subject: PA amplifier ELVIS II n Measurement tasks: Frequency datas measured data Ut (V) Ub (V) Ue (V) Uc (V) Ic (mA) Ie (mA) value --------- ----- AC data: Output level is measured as: f = 1kHz Ukimaxp p = ...................... Ubemaxp p = ..................... Ube = (-p * Ubemaxp 0.7) .................... Gain (Au) and phase angle (φ) measurements of the frequencies given in Table. f (kHz) 0,01 Ube(Vp-p) 0,02 0,05 0,1 0,2 0,5 1 2 5 10 20 50 100 200 Uki(Vp-p) Au ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### Au(dB) ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ∆T(ms) φ(°) -360 -360 -360 -360 -360 -360 -360 26 -360 -360 -360 -360 -360 -360 -360 www.huro-cbc.eu Two countries, one goal, joint success! Represents the gain (Au (dB)) is a function of frequency. Represents the phase angle is a function of frequency. 27 www.huro-cbc.eu Two countries, one goal, joint success! E-Laboratory 6 Remote flow control Theoretical background The measurement name: FluidLab The test site: University of Debrecen, Faculty of Engineering, Department of Electrical Engineering and Mechatronics Measurement Objective: Flow Control and control remotely Measuring accessibility: http://epras.webhost.uoradea.ro/ Description of the measurement: To carry out this exercise the knowledge of computer's basic handling is essential. By performing the measurement trainees could implement control technique and regulate processes under real conditions. The results of interventions remotely can be traced on an operating model that appears on the user's own computer (Figure 2) and by the help of the image of a web camera. In case of remote operation the fluid flow could be controlled by a mixer and two pumps. During the control it is possible to measure, monitor the heating and cooling temperature curve of the water in the tank. The control loop time constants could be calculated from the resulting characteristics. Using the specified time constants one can set the classic PID control parameters. The effect of the calculated control parameters can be tested using the station. If necessary, the results can be further refined. Figure 1. Reactor station Figure 2. Functional block diagram of Reactor station The list of measuring instruments used: Temperature sensor (3B1), Capacitive proximity sensor (3B2), Capacitive proximity sensor (3B3), Float switch (3B10), Reactor tank (B301), Heating element (3M1), Cooling pump (3M2), Pump to drain liquid (3M3), Stirring motor (3M4) 28 www.huro-cbc.eu Two countries, one goal, joint success! E-Laboratory 6 Remote flow control Grid test 1. What kind of sensors are used at the reactor station: a. Temperature sensor, electric heater, limit switch, capacitive proximity sensor b. Temperature sensor, capacitive proximity sensor, flow meter c. Temperature sensor, float switch, capacitive proximity sensor d. Float switch, limit switch, capacitive proximity sensor 2. Contactless detection of the liquid in the container: 3. Capacitive proximity sensors are used to sense the liquid level in the container. They are used to detect both the lower and upper liquid levels through the wall of the container. What is the working philosophy of this sensor? a. The liquid changes the distance of a capacitor integrated in the proximity sensor. b. The liquid changes the capacity of a capacitor integrated in the proximity sensor. c. The proximity sensor changes the distance of the liquid in the tank. d. The proximity sensor changes the capacity of the liquid in the tank. 4. What kind of actuators are used at the reactor station: a. pump, heating element, stirring module, valve b. pump, heating element, stirring module, ultrasonic sensor c. filter, valve, temperature sensor d. pump, heating element, stirring module 5. How can you control the heating power of the heating element? a. By PWM pulse width modulation b. By AM amplitude modulation c. By FM frequency modulation d. By switching on-off 6. The process temperature of a liquid in the tank is to be controlled. To set the controller properly, we should determine the time constant of the controlled system. a. We can find its value in the manual b. We can measure it c. We can calculate it d. We can ask an expert 7. What kind of controller is used at this station? a. PID b. PI c. PD d. Smith predictor 29 www.huro-cbc.eu Two countries, one goal, joint success! 8. What is this controller used for? a. To control the speed of the stirring module. b. To control the flow of the liquid. c. To control the level of the liquid. d. To control the power of the heating element. 9. What kind of processes could be performed by this station? a. Heating, stirring and circulating a liquid. b. Mixing together different type of liquids. c. Cooling liquid. d. Filtering, heating and stirring a liquid. 10. What is the maximum temperature of the container must not be exceeded. a. +25° C b. +5° C c. +65° C d. +55° C 11. System supply requirements: a. 230 V AC mains b. 230 V AC mains and 24 V DC power pack c. compressed air, 230 V AC mains d. 24 V AC mains and 230 V DC power pack 30 www.huro-cbc.eu Two countries, one goal, joint success! E-Laboratory 6 Remote flow control Experiment description 1. To start the measurement please press this button FluidLab-PA V3.0 for MPS-PA.lnk 2. In the next page please select the Reactor station. 3. In 3.1.0 you can see the demo of the process. In 3.2.0 you can measure with the station, in 3.3.0 you can control the station. 31 www.huro-cbc.eu Two countries, one goal, joint success! 4. In 3.1.0 point, on the right corner, youcan see the automatic operation of the station. Such as 1. Charge, 2. Heating, 3. Mixing, 4.Heating, 5. discharge. 32 www.huro-cbc.eu Two countries, one goal, joint success! 5. In point 3.2.1 You can try the operation from A0 to A3. 33 www.huro-cbc.eu Two countries, one goal, joint success! 6. A 3.3.2 Under continuous control you can set the parameters 34 www.huro-cbc.eu Two countries, one goal, joint success! E-Laboratory 6 Remote flow control Final report Measure: ELAB- Fluid measure Name: Proba Elek, KóD123 Place of the measure: University of Debrcen, Faculty of Engineering Date: Tools used for the measure (Apparatus): Personal Computer Elab remote operation and testing environment MPS-PA Reactor Workstation FESTO PLC FESTO PID controller PC Ethernet Communication Background: Many applications require a heating element to accurately control system or process temperature. This lab investigates the use of proportional integral derivative (PID) temperature control for heating tracking as shown in next Figure. PID Temperature Controller EP (s) D (s) Electric Heating Element SKV + + KP VA (s) + Heater S (s) (s) 1 S + _ KI S 35 www.huro-cbc.eu Two countries, one goal, joint success! Elek PROBA 36 www.huro-cbc.eu University of Debrecen Debrecen, Egyetem tér 1 sz. Tel. 0036 52 415 155 www.unideb.hu The content of this material does not necessarily represent the official position of the European Union. www.huro-cbc.eu