У нас вы можете посмотреть бесплатно Zero Crossing and PID Controller with Arduino | 000 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Bu projede Arduino ve bir sıcaklık sensörü olan bir K Tipi Termokupl kullanarak sıcaklığı belirlediğimiz iki hedef değerde (50 ve 100) sabit tutmayı amaçladık. K Tipi Termokupl, MAX6675 entegresi sayesinde ölçülen sıcaklığı Arduino’ya elektrik sinyali olarak gönderen özel bir sensördür. Arduino, bu sinyalleri sıcaklık değerlerine dönüştürerek bize okuma sağlar. Bu sayede, Arduino üzerinden sıcaklığın anlık olarak kaç derece olduğunu görebiliyoruz. K Tipi Termokuplu daha hassas kontrol etmek adına projeye "zero-crossing" yani sıfır geçiş kontrolü ekledik. Bu özellik, elektrik akımının sıfır olduğu anlarda devreyi açıp kapatarak daha hassas ve güvenli bir kontrol sağlar. Bu sayede, ısıtıcıyı tam gerektiği kadar çalıştırıp enerji tasarrufu yaparak istenen sıcaklık değerine ulaşmamızı sağladık. Sıcaklığı ise istenen değerde sabit tutabilmek için ek bir sistem kullandık. Bu sistem bir PID kontrolüdür. Kısaca PID, sıcaklığın hedef değerden sapmasını sürekli izleyerek, bu sapmayı minimuma indirmek için gereken ayarlamaları yapar. Örneğin, sıcaklık 50 Dereceye ulaşmamışsa daha fazla ısıtır; 50 Dereceyi aştığında ise daha az ısıtır. Böylece, sıcaklık hızlıca istenen değere ulaşıp sabit kalır. PID, ısıtma gücünü gerektiği gibi azaltıp artırarak istenen sıcaklığı korur. Bu projenin çalıştığını izleyerek görebilirsiniz! Bir sonraki video için takipte kalın ! --------------------------------------------------------------------------------------------------------------------------------------------------------------- In this project, we aimed to keep the temperature stable at two target values (50 and 100) using an Arduino and a K-Type Thermocouple sensor. The K-Type Thermocouple, along with the MAX6675 chip, sends the measured temperature to the Arduino as an electrical signal. Arduino then converts these signals into temperature values, allowing us to see the current temperature in real-time. To achieve more precise control of the K-Type Thermocouple, we added a feature called "zero-crossing." This feature allows us to open and close the circuit at moments when the electrical current is at zero, providing more accurate and safer control. This way, we can run the heater only as much as needed, saving energy and helping us reach the target temperature smoothly. To maintain the temperature at the desired value, we used an additional system called PID control. In short, PID continuously monitors any deviation from the target temperature and makes necessary adjustments to minimize this difference. For instance, if the temperature hasn’t reached 50 degrees, it increases the heat; if it goes above 50 degrees, it reduces the heat. This way, the temperature quickly reaches and stays at the desired value. PID adjusts the heating power as needed to keep the temperature steady. You can watch this project in action in the video! Stay tuned for the next video!