QUOTE(Seatrax @ Apr 13 2007, 03:05 PM) [snapback]52919[/snapback]
Is there anyway to synchronize the clock on my red lion HMI with my micrologix 1500 PLC. I want to be able to correct the time and date on the PLC everytime I change the time and date on my Touch Screen. Please HELP!
Hi
only today redlion tech support gave me this tip to sync the G3 clock to the S7 226 i have it attached to
QUOTE
I would create some Formula integers. Their values would be GetHour(GetNow()), GetMin(GetNow()), GetSec(GetNow()), GetDate(GetNow()). These and the rest of their family are located in the GetDate(time) and Family section of the function reference. Then I would use gateway blocks to transfer these tags to the PLC.
If you need more of an explanation let me know and ill post a c2 file later today or tomorrow