Real time clock in Q series PLC

DairyBoy

Member
Join Date
Jun 2007
Location
UK
Posts
393
Hi All. I'm trying to use register D9026 in GX Dev. to read hours from the system clock. The help file indicates that M9028 should be enabled to read the data, but when I enter M9028 as a coil, the editor throws it out as exceeding the useable range. Any thoughts?
 
Hi,
I use the instruction DATERD to access the system time.

e.g
---------[DATERD D1000]

this will move the date and time to the following registers:
D1000 Year
D1001 Month
D1002 Day
D1003 Hour
D1004 Minute
D1005 Second
D1006 Day of the week.

Hope this helps
 

Similar Topics

Hello. This is one for the Mitsubishi experts. I need to measure the time for a remote device's to return process data sent from the i-QR...
Replies
17
Views
2,102
Hi all I thought I had this working but upon doing a checkup a few months after the machine was commissioned, I found that adjusting the RTC via...
Replies
4
Views
1,843
hi all i have used a real time clock to turn on a bit after 1 month. the plc was off for this whole month and when i turned on the plc after a...
Replies
2
Views
1,413
hey, anyone know how to export time from panelview 800 to micro 850 and to compare time? or distinguish various time , like to know which shift...
Replies
1
Views
1,438
Hi again Looking to write date or time values to the RTC in my MicroLogix 1400 In the ladder logic I am using a CPW instruction as per the 1400...
Replies
13
Views
3,214
Back
Top Bottom