QUOTE (will king @ Jul 14 2009, 08:30 AM)

thanks for reply,
Yup i will get a command from DCS which are link to my CLX5000 through Modbus. When i get command from DCS, would like to use CLX to updatea given personal computer clock time where HMI RSview32 in it.
i have try Logix5000 update clock tools but it seems to update my CLX clock only.
Appreciate to get some help on this.
Thanks
What you want can be done relatively simply.
You'll need a tag in the CLGX called update clock. You'll also need tags in the CLGX which contain the date data.
You'll need a script in the RSView HMI which watches the Update CLock tag.
When Update Clock is true then use the windows Date and Time commands to change the values of the PC to match those read from the PLC.
Others will offer more detail and different approaches, but the concept is basically the same.