Using Time Registers in a momentum PLC

tim_crouse

Member
Join Date
Mar 2006
Location
virginia
Posts
1
Does anyone know how use the time of day address on a momentum PLC?

I enaled the time of day function for the 400001 - 400008 register block. I then used the Variable reference editor to set the following variable:

Set_Clock = 400001

But when I analyze the code it say I hav an overlapping address
at 400001

Warning Address Overlap; configured address %400001 and variable "Set_Clock" at %400001

Thanks in advacne
Tim C.
 
I'm not absolutely sure but I'll tell you what I think. The Momentum uses 400001 and 400002 as status words for itself. This may be dependent on the particular combination of option adapter and I/O base that you have I'm not sure on that. I suggest changing your clock registers to something out of the range of the status words and any actual analog outputs that you have ie. 400100. As a note: if you are using the analog outputs you may need to address them as 400003 for the first output on the I/O base 400004 for the second one etc... since 400001 and 400002 are already set aside. I had to stumble through that problem using the AMM 09000 mixed I/O base. Modicon doesn't see fit to mention many of these things in their documentation and I think that is why so many people dislike the Momentum line. I hope that this will help you out.


Steve
 

Similar Topics

Any ideas using"Shift Registers"for Vision Failures on long conveyors for Dump Gate? Good Morning , We are starting a quality program...
Replies
15
Views
3,828
Hello; I am working for programing of a Fatek FBs-20MA PLC. I have a data in a single register (in given picture, its R0), to ADD the values of...
Replies
0
Views
943
Hi, I have an Rx3i IC695CPE310 and I need to be to read/write to the cpu registers (4xxxx / %R) using modbus. It look like the plc is set to a...
Replies
4
Views
2,722
Good morning to all... I am a new bee in C# to GE Fanuc Versamax Pro PLC communication..... So I want to read/write registers values using c#...
Replies
3
Views
3,587
I'm having a strange issue that I just cannot solve. We have a series of flow analyzers that are connected to the network via Digi-Iaps. I can...
Replies
12
Views
5,740
Back
Top Bottom