Synchronize time clock

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 2 and 3.

Moderators: Benj, Mods

Post Reply
Ondra
Posts: 325
Joined: Wed Aug 29, 2007 7:33 pm
Been thanked: 2 times
Contact:

Synchronize time clock

Post by Ondra »

Good day all.
I would like to know if any one knows how I might go about Synchronizing and a pick clock with the time on a PC over the Internet. I created a 24hr time clock that I want to update each time it dial in. Thanks in advance

Ondra

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Post by Benj »

Hello

Windows and Linux provide a date and time service on port 5 via UDP.

To enable this on windows you will have to goto add/remove programs, then click on add/remove windows components, then install the date and time service. We have an example of how to retreive this info using our TCP/IP E-Block.

Post Reply