01-16-2018 09:36 PM
Hi. I have a question.
I made a labview program which can do PID contoll.
But I don`t know how can add timer function.
1.When temperature is higher than set point, Timer have to be started.
2.After time which I set in timer, PID have to be off
3.But temperature is measuring and all temperature which is measured at all process should be plotted in one graph at real time.
How can I add this function in my labview?
01-17-2018 12:07 AM
Solved
01-17-2018 12:43 AM
01-17-2018 12:47 AM
I`m sorry. But I`m not solve it by not a labview but other instrument.
So, I think that It can`t be help other. As a result, I wrote like that.
If you mind, I`m so sorry.
01-17-2018 12:56 AM - edited 01-17-2018 12:56 AM
Hi sky,
you also could solve the problem in LabVIEW, maybe utilizing ElapsedTime function.
Please keep in mind the suggestions you already got in your other thread on sequence frames, misuse of BytesAtPort function, repeated opening and closing serial ports…
01-17-2018 01:30 AM
Ok. Thank you for ur advice.
01-18-2018 02:42 PM - edited 01-18-2018 02:47 PM
I just looked at your LabVIEW and have to say there is no wonder you had to use an external hardware soultion, your code has so many things wrong with it you should scrap the whole thing and start over.
Here's a couple points.