03-19-2008 02:28 PM
I’m able to adjust the cycle time while it is running, but I want to differentiate the time the valve is open vs. closed. That is the valve might end up being open for several seconds and then closed for a longer period of time. The attached VI is LabView 7.1
03-19-2008 03:01 PM
03-20-2008 03:45 PM
I have a manual switch now, but haven’t figured out how to automatically cycle it between the two paths.
03-20-2008 04:18 PM - edited 03-20-2008 04:19 PM
03-20-2008 06:13 PM
Thank you very much I converted it over to LabView 7.1 and it works great, but then realized I may have painted myself into a corner now since this will be apart of a larger VI running in parallel. Or maybe I need to put the larger VI within this timed loop, but then I notice that the time clock is only intermittent.
03-20-2008 06:39 PM
I tried putting everything into a while loop and noticed the same issue. Would a sub-VI be helpful so that the clock displayed time second by second rather then updating it sporadically?
03-21-2008 10:30 AM
Hi nonenanone,
I'm not sure if I am understanding the question. Would you mind elaborating a bit more on: "I tried putting everything into a while loop and noticed the same issue" ? Also, I'm noticing in your VI that you have two separate timestamp VIs. Are you just using those to compare the two values or is there another reason for having two? Also, what do you mean by updating it sporadically? Hopefully, with some of these answers, we can help guide you to a solution! Thanks!
03-21-2008 11:03 AM
nonenanone wrote:
Or maybe I need to put the larger VI within this timed loop, but then I notice that the time clock is only intermittent.
nonenanone wrote:
tried putting everything into a while loop and noticed the same issue. Would a sub-VI be helpful so that the clock displayed time second by second rather then updating it sporadically?
03-21-2008 02:08 PM
Hi guys, I’ve made some progress in my understanding since I last posted and I’ve included a little more activity in the VI below so it will make more sense. I’ve play around with more than one version. In this one the clock works fine until I begin to cycle the valve and the time updates only during each cycle of the valve. Also, the cycle off valve time is not right in the execution. I’ll look into a parallel loop.
03-21-2008 02:36 PM