Updating time through Ladder in Logix5000

xetrov123

Member
Join Date
Mar 2008
Location
Tacoma, WA
Posts
25
So I have been updating the time to remote radio connected PLCs (Micro 1500s) by using move statements to the "S" registers. After using google for a while, I don't see a way to do the same in Logix5000. I am assuming there has to be a way to use a SSV command.... Does anyone have experience in this?

I just saw this post
http://www.plctalk.net/qanda/showthread.php?t=85727
 
Last edited:
Yes, you need to set the values in a DINT[7] array

[0] Year
[1] Month
[2] Day
[3] Hour
[4] Minute
[5] Seconds
[6] uSeconds

Then use an SSV to set that into the DateTime attribute of the WallClock

It must be a DINT[7] source, or it will fail.

You can simplify this by creating a UDT containing 7 DINTs.

Name the members...
.Year
.Month
.Day
.Hour
.Minute
.Second
.uSecond

The SSV and GSV will not care if the send/recieve data is a DINT[7} array, or a UDT tag, providing it is the same "size and shape".
 

Similar Topics

Hey Guys, I'm currently needing to reconfigure the programming on some Powerflex 70 drives but they're code locked by the previous programmer...
Replies
4
Views
4,754
Good day all! Can someone help me with the procedure to update Beijers E700 firmware? The Panel I am working on is firmware 2.04v and I would...
Replies
1
Views
95
Hi All, Has any of you tried to change the IP Gateway of the PLC (of course, essentially of the ENBT card), while in a redundant configuration...
Replies
3
Views
143
Is there anything I Should take into account while updating the firmware on a safety processor? I have a 1756-L61S running version 17 and need...
Replies
0
Views
111
Hi, I'm trying to figure out how to properly update the "icons" on my Panelview 900 (AB 2711-T9C9). I think maybe I'm having a fundamental...
Replies
13
Views
1,013
Back
Top Bottom