In the video here: https://www.youtube.com/watch?v=Vianw940hw4&list=PLtGimRyb0S0hQz2mwxnxq6oxQNOaiwu59&index=5
Hegamurl simulates the fill level, so that it fills corresponding to the output in the pump. How does he do that? Im trying to make a program myself, but because all is simulation, my fill sensor never registrates the level, that the PID controller then will react to. Hope u understand my question.
Roman Gemo1 sekundÄ™ temu
Hello everyone! I need to feed the cable at a fixed speed and wind it onto the bobbin at a constant speed. For speed control winder I use a dancer and I'm afraid that when the PID sets the output to 100% during tuning it will damage my machine. Can I manually set the output value?
Hello Frank Christiansen,
You can create FB to simulate Tank Level. Basicaly this FB will have 2 inputs[Real] (Charge and Discharge), and 1 Output [Real](Tank Level). The logic in this FB you have to create to fill, and unfill tank.
For Example:
TankLevel := TankLevel+Charge-Discharge.
When Call this FB, you have to connect TankLevel to tag "Sensor Level", Charge to PID"s output, and Discharge you can control manualy.
With this FB, you will have block, which you can simulate Tank, and use to check PID regulator.
I hope to understand me what i means.