Omron C40h

Marsupilami

Member
Join Date
Jul 2004
Posts
124
Hello,

I have an old C40H PLC here from omron and have found the correct programming software Syswin 3.4.

i can communicate with the PLC and even make a small program work, but now i am trying to set the clock trough the menu in syswin. "Online" "Set clock". then syswin displays PLC: "No clock or bad clock"!

there doesnt seems a way to get around this message. The specifications of the PLC say that there is an on board clock. and if i monitor the special registers i can see a timing value that increases per second.

If i modify the special registers i don't seem to be able to change te clock.

Does anyone have an idea how i should change the clock of this PLC?

regards

Marsupilami
 
Procedure is detailed in W176 manual:

Must turn on AR21.14 to stop the clock.
Set clock register values:
AR18 MMSS (Minute / Second)
AR19 DMHH (Day of Month / Hour)
AR20 YYMN (Year / Month)
AR21 --DW (00 / Day of Week)
Turn on AR21.15 after all values are set.
this will also turn off AR21.14

Hope this will help.
 
Hmmm,

I must have misread. i thought i had to Turn ON AR21.14, Set the Clock, And then turn OFF AR21.14.

I will try your suggestion this weekend.

Regards

Marsupilami
 

Similar Topics

Hello All, I have found an old C40H OMRON PLC and want to use it in a home project. since i never used a omron PLC i looking for some advice on...
Replies
1
Views
6,261
Has anyone done SMS messaging from an Omron CJ2J-CPU31 PLC? If so could you help please. Omron here in Oz have not had any experience doing this...
Replies
5
Views
174
I have an old plc in the system I have, moxa nport was used to communicate with scada, I want to replace the plc with cj2m cpu33 and eliminate...
Replies
1
Views
64
Hi all, i have 8 CJ2m plc units that show different numbers on the plc display and i am stuck on reading the info. my unit has an ip address of...
Replies
3
Views
108
Hi all, Currently having trouble getting a speed reference to write over modbus to an Omron M1... I can successfully write a run command and...
Replies
6
Views
258
Back
Top Bottom