LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

schedule task for a I/O device

Hello!

I would like to schedule task for a I/O device with LV 6i.

It should be able to set an output to a specified value at a given date and time.

To set the time and date I would like to use the MS calendar activex control.

Does anybody know a vi which can do this?

Thanks a lot,

Johannes
0 Kudos
Message 1 of 3
(2,533 Views)
Are you wanting to use the Windows Task Scheduler? If so, then you can just create an executable from a VI which accesses the I/O device and set this up through Windows to execute at specific time. The VI can log data to file so that you will have all of this later. On the other hand, if you want the scheduling done by your VI, it would have to run non-stop.
J.R. Allen
0 Kudos
Message 2 of 3
(2,533 Views)
Anyway I'm a Vi for a long-time measurment.
So,I would like to schedule some task with this Vi.
0 Kudos
Message 3 of 3
(2,533 Views)