9/3/2025 2:52 PM | |
Joined: 3/27/2009 Last visit: 9/4/2025 Posts: 97 Rating:
|
Hi Guys, I am working on a project to replace an old honeywell PLC and HMI. The HMI failed and is not available anymore, PLC still works but without control?? It is an area with a connected smaller and bigger room, the small room has one ventilator, and the bigger room has 3 ventilators. The ventilators are controlled by inverters, the inverters are speed controlled by simple 0-10 Volt signals, the minimum speed is 50%, so the control range is 5-10Volt. At the same time, the rooms need to keep an overpressure from 30Pa. This is measured by a differential pressure sensor with analog output 0-10Volt or 4-20mA, (i need to identify this still). The two rooms have a temp sensor with 0-10 Volt sensor with 0-100 Cel range, also to be confirmed. I will use a logo PLC with multiple extension modules to control the signals. The first setup for the software, i am using multiple PI controllers and math blocks. I still need to include a TDE display, but this has low priority for me. My question during simulation, my program works, i am only not 100% sure on the way that i combined the PI functions in math blocks, and as a setup it becomes complex. Do you have another solution or do you think i am on the correct path? Thanks for any support in advance. AttachmentPI_controlling_temp + pressure 4 inverters.zip (3 Downloads) |
9/3/2025 4:18 PM | |
Joined: 12/19/2019 Last visit: 9/3/2025 Posts: 453 Rating:
|
You can arrive at values greater than 1000 in your calculations at the analog output. However, the analog output can only output a maximum value of 1000 (10V). In the attachment, you will find an example that restricts the calculation to the value 1000. I hope this helps you. Translated with GOOGLE Best regards, Quirin
AttachmentExample.zip (4 Downloads) |
This contribution was helpful to
1 thankful Users |
Follow us on