AD clock sync

tommy23t

Member
Join Date
Nov 2003
Location
New Jersey
Posts
136
I am using Automation Direct DL240 and DL06 plcs and need to set up timing to record data at shift change automatically. I thought I could use the TIME registers, but I think they cannot be set on these models (not sure). The manual only lists the 250 and 260. I thought about using the internal clock, but don't think it would be that accurate and would have problems when the machine is powered down for maintenance. Am I missing something really basic (I hope)? How would this be done on other plcs without this function, or should this be handled on the data collection side? My thought was to trigger a write at the shift change intervals and reset the plc counters for fresh data.

Any guidance is appreciated.
Tom
 
You can also load a desired value into the sec, min, hrs, day or whatever to change the RT clock via program code. You may need to do this for compensating for daylight savings time, leap years etc.
 
I thought I could do that, but the in the manual, the "version bar" is not checked off for the 240. Does it work for the 240?
Thanks,
Tom
 
Tommy,

It appears that the TIME instruction is just a shortcut for having to load the 4 vmems. In the 240 you can do it buy using a constant or reading another register then OUT to each hour, min, sec, ms, individually, or by using the MOV insturction to load them all at once. It makes no difference really; you don't need the TIME instruction to change the value of V7766-V7774. Check page 3-43, and load a "K" value and then OUT to V7770 and see the clock hours change to your new value...
 

Similar Topics

Hello, I am trying to create an AOI that will retrive the clock datetime bits from a master plc through a generic message read instruction and...
Replies
2
Views
496
I have a 1756-L83E PLC and I have a PowerFlex 755 VFD and in the properties in the project I added it to I see in the Date/Time area under clock...
Replies
4
Views
1,673
Good Evening, Hoping you guys can offer some tips to troubleshoot this issue. We have 4 new pieces of equipment that we are experiencing...
Replies
0
Views
1,965
What are the differences between AB "Clock Update Tool" Vs "Clock Sync Service"? Clock Update Tool seem to allow manual syncs along with scheduled...
Replies
0
Views
1,201
I'm out of time. I needed to have this done already. project going live on Sunday. Anyone already do this? magelis hmi. won't let me edit subject
Replies
2
Views
2,165
Back
Top Bottom