Logging

bgtorque

Member
Join Date
Oct 2013
Location
Northampton
Posts
127
I am using AB CompactLogix PLC's. I'd really like to be able to log numerous channels (maybe up to 50) on my laptop during commissioning (runs are typically 30 mins to an hour). I envisage creating move instructions to some register for ethernet comms to my laptop (Win 7 - 64bit). Is there any software that I can configure to interpret and log the data if I connect my laptop ethernet port to the PLC network? I'd really like to be able to do this without additional data logger hardware (such as Red Lion, etc), and open source software would be ideal. Obviously this is a big ask, is it also unrealistic?

I know that I can use trend screens etc in RS Logix, but it is not always possible to have a machine with RS Logix around, plus it is not very configurable.

Cheers.
 
If you have RSLinx and Microsoft Excel installed on your laptop, you can use DDE to poll the data and a macro to store it in a table format.
 
This can be done very easily with AdvancedHMI (and is open source). After you get Visual Studio installed and AdvancedHMI downloaded, it takes about 2 minutes to set it up. AdvancedHMI has a native ControlLogix driver, so it does not need RSLinx or any other OPC drivers, everything you need is included in the package.

Since this is requested quite often, I created a post on the AdvancedHMI forum on how to do it:

http://advancedhmi.com/forum/index.php?topic=432.0
 
kst

My next project is my first with Allen Bradley PLC and I was planning on using Archie's advanced HMI to get the data from the PLC to CSV so i can plot with KST during commissioning. So thanks archie for the example!

The program kst https://kst-plot.kde.org/ can do real time plotting of the CSV data, with multiple plots per tab, zooming, applying equations to the data, etc, anything is possible it seems with kst... it is invaluable to me. A poor man's data acquisition system.
 

Similar Topics

Hi folks, I'm not as accustom with Siemens & WinCC, however I've been asked to increase the amount of data an existing application is logging...
Replies
2
Views
65
Hi, Wy we log data in PLC using DLG instruction, when we have option to log data in HMI
Replies
1
Views
80
Hi everyone id like to start by saying im not a PLC programmer so my technical terminology is limited. i would like advice on what software is...
Replies
4
Views
297
After the new very nice update to this site I could not log in with my original password, tried to recover my account but did not recieve a email...
Replies
14
Views
395
I have some datalogging set up on an S7-1211. Most basic controller, but 1MB of memory should be enough. A single log is 222 bytes and logs an...
Replies
3
Views
416
Back
Top Bottom