😂😂😂. Simulation doesn't work properly on this kind of process controls. Please do it with real actuators with feedback and you see the power of PID. Also addressing input n output uses QW. In Sim, you can use MW. In actual PLC you use IW for input(process value) and AQ for Output..
Your input_PER should be IW0 instead of QW0? Your output also seemed to saturate at 100%. So the feedback loop did not appear to be closed.
s7-1200에서 pid 시뮬레이션 안되던데 어떻게 했노 니
What version of TIA portal are you using? Also ensure you've the right licenses
😂😂😂. Simulation doesn't work properly on this kind of process controls. Please do it with real actuators with feedback and you see the power of PID. Also addressing input n output uses QW. In Sim, you can use MW. In actual PLC you use IW for input(process value) and AQ for Output..