03-18-2019 04:20 AM
I am a labview beginner and I want to make a code that times automatically changes a set point. For instance from 6 am, set point A, if not set point B. I want to put it in a while loop to be a continues process.
Your support is highly appreciated.
Regards,
Hoss
03-18-2019 04:57 AM
Hi hoss,
so all you need is a loop with a comparison function inside.
What is your problem? Where are you stuck? Why don't you attach your VI?
I am a labview beginner and I want to make a code
So you probably noticed that "Training" section in the headerof this LabVIEW board?
03-18-2019 07:14 AM
I hope you've noticed that Time is cyclic. Consider what "after 6 a.m." means -- clearly 7 a.m. the same day is "after", but what about 7 a.m. the day before? And what about 5 a.m. the following day?
Bob Schor