Good morning,
I'm student in traing periode and my tutor asked me to find a solution to his problem. He wants to create a timer only with code (without *.uir file) and without create an other thread in his application.
I've read a lot of documentation (Labwindows help, NI forum...) and I understood that there are 3 solutions to create a timer with labwindows/CVI :
1°) To put a timer on the *.uir file and write the assiciated code in a *.c file (but it's not possible for his case...)
2°) To use a multithread timer, with the use of the NewAsyncTimer function (it can correspond to his problem, but he would prefer a function which doesn't create a thread...)
3°) To use the Windows SDK Timers (but he doesn't want because the precision of these timers is not as well guaranted as the precision of the asynchronous timers...)
I say him these solutions and he seem to ben interessed by the 2nd, but he asked me to post a message to know if somebody else would have an other solution
Best regards