Hi
I have searched the board looking for a solution to my multi timer problem but do not seem to be able to get it to work. What I am tring to do is read the contents of a .dll file (which is a custom programmed dll which stores global variables in it). I need to read the dll every 7 minutes between 8.00am an 5.00pm for the duration of 10 seconds then stop reading the dll, during the 10 seconds it must read the dll every second so it will read it 10 times.
I am getting very confused on how to achieve this. I think I need to setup 2 timers. 1 timer that starts the read routine every 7 mins and one that times the 10 second read routine and read the .dll every 1 second.
Thankyou for all your help
Scouse
I have searched the board looking for a solution to my multi timer problem but do not seem to be able to get it to work. What I am tring to do is read the contents of a .dll file (which is a custom programmed dll which stores global variables in it). I need to read the dll every 7 minutes between 8.00am an 5.00pm for the duration of 10 seconds then stop reading the dll, during the 10 seconds it must read the dll every second so it will read it 10 times.
I am getting very confused on how to achieve this. I think I need to setup 2 timers. 1 timer that starts the read routine every 7 mins and one that times the 10 second read routine and read the .dll every 1 second.
Thankyou for all your help
Scouse