Question regarding a C program.

Home Forums MultiConnect OCG Question regarding a C program.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2698
    JM K
    Participant

    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

    #3622
    Jeff Kline
    Blocked

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.