Wall_Clock_Hour

CONTROL1

Member
Join Date
Jul 2006
Location
ARKANSAS
Posts
24
Will someone tell me how to change the WallClock Hour in the ControlLogix. I used the WallClock for a data collection tools and I need to correct the hour to match each shift.

Thanks.
 
SSV (Set System Value)command will change the system time in the CPU.

You'll have to make sure the value you dump in there is the correct format, I use Rockwells TimeSynch tool to do all mine as its alot easier than fooling around with SSV's and datetime formats.
 
are you just trying to MANUALLY change it? ... if so, try this ...

settime.JPG
 
If you utilize the EWEB module, it can retrieve the time from a time server and set the controller. Pretty neat feature.


Another way would be to set it manually.

Our system uses a time sync pulse from a central controller and sets the time accordingly. You have to use the SSV instruction to set the wallclock time. Be aware, firmware version 16 and above has a different wallclock as version 15 and below.
 
Yes, the controller are setting correctly but on the program which I used GSV for Wall Clock Hour which I can not find away to correct it.
 
Instead of using GSV, use SSV (SET system value) this will set the CPU clock to whatever value you move in there. If you just want it to synch to a PC clock then use the Rockwell TimeSynch tool - much much easier.
 
Send me your Email address and I'll send you the code that works for the old and the new versions of contrologix. Then have the compouter system clock download the current time at some regular interval and trigger the time update.
 

Similar Topics

In the GT designer 3 project the time looks correct, but when Iake the project "live" it's 1 hour behind. What's makes it more odd is that when...
Replies
7
Views
2,758
At the moment on my application (S7-1212C), the PLC/HMI are showing the correct time, i.e. the displayed time matches the time of the clock on the...
Replies
10
Views
915
This old chestnut again... Our clocks (UK) went back an hour yesterday. Now the time displayed on the HMI is 1hr behind what it should be. In...
Replies
24
Views
2,017
The PLC in question is a S7-1212C. The PLC will be transportable on a wheeled trolley and used wherever it's needed in the factory. I've been...
Replies
14
Views
1,332
On the HMI-1200, the Wall clock date shows "1/4/1970". How can I correct this? Can't seem to find where this date is coming from or how to change...
Replies
7
Views
906
Back
Top Bottom