01-28-2008 11:51 AM
01-28-2008 12:10 PM
01-28-2008 12:13 PM
Hi rocksolid,
try to use a state machine for that. One Case is the 500ms wait time and the other 4 are to switch on the relays.
Mike
01-28-2008 12:17 PM - edited 01-28-2008 12:18 PM
I'm running version 8.2 so I can't edit your program but I think this might be a good application for a sequence structure.
See Below
Tom
01-28-2008 12:35 PM - edited 01-28-2008 12:36 PM


01-28-2008 12:39 PM
01-28-2008 12:42 PM
That's because execution won't leave the thread until the sequence is done. So that is not a good method in this case....SORRY!! LabView Guru's solution should work.
Tom
01-28-2008 12:44 PM
01-28-2008 12:55 PM
01-28-2008 01:01 PM