PV+ System Date Time Adjustment

scottmurphy

Member
Join Date
Oct 2004
Posts
363
Is there anyway to adjust this value without going into the system configuration, ie, can I make it adjustable from a display screen?

I have an remote application where i have used the SDT as the time/date display, but now with the Daylight Savings change, it is an hour out...
 
scottmurphy said:
Is there anyway to adjust this value without going into the system configuration, ie, can I make it adjustable from a display screen?

I have an remote application where i have used the SDT as the time/date display, but now with the Daylight Savings change, it is an hour out...

Under Global Connections,
tags to update the clock. In my case this is from the PLC , but this could be an on screen tag


pv_clock.gif
 
You have two options - first you in the Time/Date Settings you can set it to automatically adjust the for DST.

Second you could make a PV screen to set the machine time or set it through the PLC. Either method works, but you need to set the Global Tags in the PanelView and relate them to Integer locations in the PLC.



First option is the easier one by far.
 
curlyandshemp - looks like we posted at the sametime. Nice screen shot. I forgot you can set the Global parameters to an internal tag. That makes it a lot easier for manual setting the clock.

Have a good day
 
Under Global Connections,
tags to update the clock. In my case this is from the PLC , but this could be an on screen tag

Yep have this done, but this sends the PV time/date settings to the PLC.
The Remote time/date reads from the PLC.

I have used the SDT parameter, not a direct reference or tag value.

So if I set the remote hour in the global connections, this will automatically update the SDT value? I think it will, just am not 100% sure.
 
scottmurphy said:
Yep have this done, but this sends the PV time/date settings to the PLC.
The Remote time/date reads from the PLC.

I have used the SDT parameter, not a direct reference or tag value.

So if I set the remote hour in the global connections, this will automatically update the SDT value? I think it will, just am not 100% sure.

Now that I am thinking about it, the clock update is based on a time interval, not a change of value. If a static tag is used, then as soon as the hour changes in the unit, next update interval, the clock will be reset back to the static tag value
 

Similar Topics

Greetings fellow PLC programmers, I know there is a simple way to get the system date time of the RSLogix system. But, is there then a way to...
Replies
12
Views
8,530
hi all, i have a spb nw0p30, an old plc from fuji, i have just try to access from my computer but still have difficulties, from what i read from...
Replies
0
Views
1,179
How to change system date and time of HMI via PLC/HMI program?
Replies
3
Views
2,221
Hello, I have a compact logix 1769-L32E that intermittently loses the date and time wihtin the processor. It has reverted back to the same date...
Replies
5
Views
4,523
I must have missed something in the manuals / online help but I can't figure out how to change the Controller time and date on a GE PACSystems...
Replies
2
Views
3,334
Back
Top Bottom