Micrologix 1100/1500 Datalogging

Join Date
Feb 2013
Location
Karachi
Posts
14
Hi Guys,
New to this forum.
I am in selection phase for a Data-logging project. Requirement is given below.
Data should be stored in battery backed memory. One record size contains 6 signed 16-bit integers (including relative-time-stamp saved as UINT). I want to be able to save at-least 10,000 records.
Data will be later retrieved through modbus rtu by a user application developed on labview running over a PC and connected to multiple such Units.

I was thinking of using Micrologix 1500 or 1100, since they have sufficient memory and modbus as well. But now that I started looking at the programming manuals I cant seem to find a way to access the datalogging memory through ladder logic, furthermore it looks like it can not be accessed over modbus either. Can you guys help me out find a way to transfer the logged data over modbus?
If any further clarifications are required let me know.

Thanks in advance :)

Anas
wwww.pakplc.com
 
Hi Guys,
New to this forum.

Welcome!


...6 signed 16-bit integers (including relative-time-stamp saved as UINT). I want to be able to save at-least 10,000 records...

Ok, so you need at least 120K of memory.

I was thinking of using Micrologix 1500 or 1100, since they have sufficient memory and modbus as well. wwww.pakplc.com

1764-MM3RTC‡ MicroLogix 1500 16 KB Memory Module with recipe data storage and Real-Time Clock Well, the 1100 does at least. :) The 1500 doesn't seem to have the memory for what you want to do.

And it looks like you would have to use the Rockwell utility to get at your data:

http://www.patchn.com/index.php?option=com_content&view=article&id=166
 
Thank you for the reply, I know about the data retrieval tool as well as the DF1 command syntax given in manual, however I would like to get the data through modbus as this unit will be installed in an existing network.
(Little background
we developed three datalogging units for a client and developed user interface on Labview for uploading of data, drawing graphs, reporting, and modifying data logging variables. The PLC used before has a problem of slow analog response. The manual states it is 25ms but it really is around 160ms. To get rid of this problem we selected AB as its input response is pretty fast compared to our existing PLC.)
So bottom line is that I want to avoid major changes in interface software. Also if I use the data retrieval utility it will change the whole communication protocol to DF1.
I'm really stumped, why cant there be a way to access PLC memory through ladder logic. This seems pretty absurd. Maybe I'm missing something.
 
Thank you for the reply, I know about the data retrieval tool as well as the DF1 command syntax given in manual, however I would like to get the data through modbus as this unit will be installed in an existing network.

Anytime! :)


(Little background
we developed three datalogging units for a client and developed user interface on Labview for uploading of data, drawing graphs, reporting, and modifying data logging variables. The PLC used before has a problem of slow analog response. The manual states it is 25ms but it really is around 160ms. To get rid of this problem we selected AB as its input response is pretty fast compared to our existing PLC.)
So bottom line is that I want to avoid major changes in interface software. Also if I use the data retrieval utility it will change the whole communication protocol to DF1.
I'm really stumped, why cant there be a way to access PLC memory through ladder logic. This seems pretty absurd. Maybe I'm missing something.

No, you're probably not missing anything. And I agree, the way that you have to retrieve the data from these "DataLogger" memory modules is a bit Klunky at best.

Hmmm, hmmm, ... I guess that it goes without saying that you want to be able to run these things for long periods of time without having the PLC hooked up live to Modbus?

If you can make the PLC the Modbus master, and have it initiate a transfer when it's data table is full (and then zero out the data table for the next group of data), that might work.
 
That sounds better. I'd make the PLC the master, and have it spit out data whenever there is a change.
 

Similar Topics

Hi, I cannot find the DLCA1764.EXE utilty software for data retrieving. Can someone share the link to download this software. Thanks!
Replies
4
Views
132
I am currently backing a Micro Logix 1100 and no-one seems to have the file for me to upload from. Is there a way for me to upload the project off...
Replies
15
Views
540
I am trying to set up a read message in a MicroLogix1100 to read the value of a DINT in a ControlLogix5561. I have successfully set up a message...
Replies
2
Views
198
Hello, I have an existing application that has a Powerflex 700 with a 20-COMM-E adapter controlled by a Micrologix 1100 via Ethernet. The setup...
Replies
6
Views
1,197
I have a MicroLogix 1100 and it's capable of ac or dc output voltages. What I don't know is how I'm supposed to tell the 1100 to use dc for the...
Replies
13
Views
1,412
Back
Top Bottom