freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

外文翻譯--基于單片機(jī)的低成本教學(xué)數(shù)字溫度控制器-展示頁

2025-06-15 08:58本頁面
  

【正文】 eywords microcontrollerbased control。 teaching digital control。Modeling and identification of a real physical process Using the ZieglerNichols tuning method Using microcontrollers in process automation Developing and experimenting with digital PID controllers. Figure 2 shows a picture of the prototype experiment kit. The kit is rather simple, consisting of only low cost materials. A round plastic container is used to store the water. The heater element and the sensor are immersed in this container. The temperature is sensed using a low cost semiconductor sensor, which is protected inside a glass tube. The heating element is the type which is used in camping and other outdoor activities in order to warm up liquid in a cup, for example for making coffee. The heater operates with 12V, draws 10A of current and provides a power of 120W. A laboratory power supply to provide such high power is usually rather expensive so a standard 350W PC power supply is used instead, costing no more than ﹩ 50 .Using a low voltage in an experimental kit has the advantage that the system is safe as there is no risk of electric shock . Fig 2: The temperature control kit Figure 3 shows the electrical circuit diagram of the kit .The circuit is rather simple, consisting of only a few parts .LM35DZ is the analog semiconductor temperature sensor , PIC16F877 is the microcontroller ,and IRL1004 is a power MOSFET switch ,used to drive the heater element . The temperature sensor The temperature sensor used in the experiment is a 3pin semiconductor sensor with an output voltage directly proportional to the temperature. The output of the sensor is connected to one of the A/D converter inputs of the microcontroller. There was the option of using a digital output sensor ,but they are usually more expensive and it was also felt necessary to use an analog sensor and teach the students the practical applications of A/D converters. The microcontroller In order to lower costs ,we needed a microcontroller with a builtin A/D converter. Process control algorithms require the use of floatingpoint arithmetic and as a result,a microcontroller with a large date memory was also required. Author requirement to lower the cost was a builtin pulse width modulated (PWM) output ,which was used to drive the heater circuitry linearly .The development of floatingpoint arithmetic routines is very plex using the assembly language and it was decided to program the microcontroller in a highlevel language which also supported the floatingpoint arithmetic. The PIC16F877 microcontroller satisfied all of our requirements. This is one of the most popular microcontrollers used in industry and it offers the following features: 8K x14 flash program memory 368 bytes RAM memory 256 bytes EEPROM memory 8x10 bit A/D converters Pulse width modulated (PWM)output Highlevel language support The FEDC piler was used for program development. This is a Windowsbased lowcost piler for the PIC family of microcontrollers. The piler offers a large number of standard C library functions, including support for floatingpoint arithmetic. The heater driver An IRL1004 power MOSFET switch is used to drive the heater element. This MOSFET can dissipate up 200W when mounted on a suitable heat sink. The heating element is connected to the drain pin of the MOSFET and the gate input is controlled from the microcontroller (see ). Large industrial temperature control systems are based on . power control techniques using thyristors and triacs and appropriate theory is given to the students on this topic. Modelling The system can be approximated to a firstorder system with a time lag. A simplified mathematical model of the overall system can be derived as described here. Mathematical model of the tank The heatbalance equation for the tank can be written as: Heat input to the system=heat increase in the system +heat losses If we let m1=mass of water inside the tank m2=mass of the water c1=specific heat capacity of the water c2= specific heat capacity of the tank Ignoring the heat loss through the walls of the tank and the heat capacities of the heater element and the mixer ,we can write the following equation Heat increase in the tank=(m1*c1+m2*c2) dtdT Heat loss from the tank= h*A*(TTa) Where Ta is the ambient temperature, A is the tank top area, and h is a constant, which depends on the surface and the ambient temperature. Thus, the heat input to the system is E=(m1*c1+m2*c2) + h*A*(TTa) ( 1) If we assume that the ambient temperature is constant, and let Tq=TTa We can write equation (1) as: E=(m1*c1+m2*c2) + h*A*Tq Or, letting k1= m1*c1+m2*c2 and k2= h*A )( )(sEsTq= 21* 1 kks ? ( 2) Which is a first order system with time constant k1/k2. Mathematical model of the heater The relationship between the applied voltage and energy generated by an electrical heating element is nonlinear. In this experiment this linearised by driving the heater from a pulse width modulated (PWM) signal. A pul
點(diǎn)擊復(fù)制文檔內(nèi)容
畢業(yè)設(shè)計(jì)相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1