本帖最后由 PythonS 于 2018-9-13 17:11 编辑
1.Output in NO mode means
- the output controls a heat element
输出控制一个加热元件
- if the temperature is reached, the heat element will be switched off
当温度达到了25度,那么加热元件关闭
- the regulation is controlled by a PLL
这里的这个PLL是什么意思,我只知道PID算法
- temperature stability shall be better than ±0.2K
温度的稳定性要优于0.2K,这里的精度要求可以用软件算法实现吗? 如果我前面用的是NTC 10K 1%,有影响吗
2.Output in NC mode means
- the output controls a fan to prevent over temperature
启动风扇防止过热
- if the temperature is reached, the fan will be switched on- the regulation is only on off. No PLL
- temperature stability (Hysteresis) shall be better than ±1K
启停延时滞后小于一度
3.这些加热组件是外部供电,加热片是5V3A或者是24V2A的,由单片机控制的工作开关,那要怎么实现呢,是用光耦和可控硅吗?继电器呢?
完全没有硬件设计经验,毕设做的有点吃力,谢谢大家的帮助了