QUOTE(nic00 @ Apr 21 2008, 01:21 PM) [snapback]68022[/snapback]
In your PLC use the service request #7 for reading the date/time of the PLC.
The service request write the date/time into 5 or 6 word.
In your Cimplicity project, create points to read the date/time words.
Create a periodic Event launching a script. In this script use the Date function to set the PC date/time.
Thats what i found from google, dont know if its any help :)
Thanks for the reply. I have written logic to read the date/time but just needed to set it in Cimplicity.
QUOTE(Steve Bailey @ Apr 21 2008, 01:29 PM) [snapback]68023[/snapback]
Go online with the PLC target. Then, from the "Target" menu, select "Online Commands", then "Show Status". From there, select the "Date" tab where you will be able set the time and date in the CPU. The easiest way is to click the "Synchronize CPU to host" button. That will write your PC's date and time to the PLC. Neither the logic nor the configuration need to be equal in order to do it.
Steve,
Thanks for the reply. I thought I had looked there and that tab was not there. I will check again.