01-30-2007 12:47 PM
01-30-2007 01:02 PM
Well, to my knowledge, there are two ways:
1: you can setup the vi in the top level to read system time. When the system is 6:00, then it start runung, other wise, it just keeps idle.
2: write another program which can be written by different language, to start your VI at 6:00
01-30-2007 01:16 PM
01-30-2007 03:30 PM
Use schedule task is really a good idea.
The point here is that the vi front panel has a Run button, can the schedule task automatically initiale the RUN button without changing any VI code? of course, schedule task can load vi.
01-30-2007 03:41 PM
01-30-2007 03:46 PM
As far as I know, Windows task scheduler can only run programs. You would have to create an exe from your project to make this work. If you could somehow schedule your VI to open at a certain time, you could just set it to run when opened.
My suggestion: use code to wait in the VI itself. Then you can start the VI and push a button to have it wait until a certain time before actually starting.