Question regarding a C program.
- This topic has 1 reply, 2 voices, and was last updated 14 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › MultiConnect OCG › Question regarding a C program.
Hi,
I would like to know if there is a way one can design a C program to run once in every five seconds. It could be kind of a synchronization with the RTC on board the CDP. Any suggestions/advice on how to go about designing such a kind of program would be greatly appreciated.
Best Regards,
JM
Hi;
You simply create your program to do what it needs to do. Compile and make sure it runs and does work. Then add a CRON job to run your program on what ever time table needed.
I hope that helps.