03-17-2020 04:15 AM
Hi,
this is Antonio Guagnano, I'm working to a new project where I need to control heating system by means duty cycle measure. I attached an easy VI where I just check temperature.
Right now, I need to compare a fix duty cycle with calculated one as time heater on*100/ (time heater off+time heater on).
Can anyone help me?
Thanks in advance
AG
Solved! Go to Solution.
03-17-2020 04:17 AM
Hi,
this is Antonio Guagnano, I'm working to a new project where I need to control heating system by means duty cycle measure. I attached an easy VI where I just check temperature.
Right now, I need to compare a fix duty cycle with calculated one as time heater on*100/ (time heater off+time heater on).
Can anyone help me?
Thanks in advance
AG
03-17-2020 04:26 AM - edited 03-17-2020 04:28 AM
Hi AG,
no need to start two threads for the very same problem!
Your VI is a mess: don't (ab)use local variables!
Simplified:
("T. Read" can be deleted when you make the digital display of "Temperature" visible…)
@Antonio81 wrote:
I'm working to a new project where I need to control heating system by means duty cycle measure. I attached an easy VI where I just check temperature.
Right now, I need to compare a fix duty cycle with calculated one as time heater on*100/ (time heater off+time heater on).
Where do you need to compare those "duty cycles"? There is nothing related in your VI…