这种简单应用,不需要把不板卡,一个简单的温度PID 控制仪即可,如果需要计算机显示温度等,选择带通讯接口
If the heater device has comes with communication port and commands, you may have those tasks done through its commands.
If it doesn't, you may use its DO (digital output) to control a relay for connecting/ cutting off the heater.
(This is assuming that you are already able to acquire the temperature)
我现在想要用pid控制温度,怎么去实现呢