09-07-2007 03:46 PM
09-08-2007 03:05 AM
Hi jcarter,
I'm not sure I understand exactly what you want to do, but the attached VI will implement the limited (30min) time-on logic you described. Post-back if it doesn't meet your needs!
Cheers!
09-12-2007 11:55 AM
09-12-2007 01:39 PM
09-12-2007 06:05 PM
Hi Joel,
It would be good to see your diagram! It should be possible to drop that loop on a diagram and have it work independently (unless it's been wired to something.) When diagram objects are not connected, they should run simultaneously, when connected (dependent on each other for data) they run sequentially. I've read [here] of problems with programs that use two event structures to process the same events. Again, it would be good to see - at least a snapshot of - your code.
Cheers!
09-13-2007 05:01 PM
Hey there.
Thanks again for your continued assistence on my issue.
So taking your suggestion of showing my diagram, I took it a step further and modified what you sent me to show the problem. See the attached "timeout.vi". This is a simplied version of the issue I'm having as it eliminates the FieldPoint unit I am using for controlling the pump.
The problem is that no code executes outside of the timeout While loop, so I have just put a simple boolean control connected to a boolean indicator. I need the indicator to light up when the control is pressed! If you get that working I believe I can adapt it for my more complicated setup.
Thanks! Joel.
09-13-2007 05:24 PM
09-14-2007 12:14 AM