Datalogging and Trending

rajy2r

Member
Join Date
Nov 2006
Location
Canada
Posts
167
Wondering if someone has a good solution for Datalogging and Trending. Don't have any specific HMI needs, so could run it on a PC or a VM.

So if anyone has any good suggestions that would be greatly appreciated.
 
1st choice: Ignition - their collection of graphs and database connectivity is great.

What ball park costs are we looking at ? This isn't mission critical data, but just for troubleshooting generally for a single application.
 
Another choice..


National Instruments™ LabVIEW - By National Instruments™
Ad·
https://www.ni.com/

how does LabView compare to Lookout?

I have a bunch of sites running lookout on XP computers and well, yea theyre all ticking time bombs. would love to deploy ignition but its hard to sell people who dont understand the value of trends the on the cost of it.
 
If you are looking for something basic, you might consider a Weintek HMI. It can display trends and save data to a historical, .csv file which you can then copy to a USB drive or FTP to a computer on a network for further analysis. It will have drivers to connect to an AB PLC.....
 
I have no experience in this and will be looking myself in the future, but I saw PyLogix mentioned in other threads and it appears you could set that up to log any tag on a rockwell network.
 
I have no experience in this and will be looking myself in the future, but I saw PyLogix mentioned in other threads and it appears you could set that up to log any tag on a rockwell network.
Along those lines, here is a data logging framework using pylogix: https://github.com/drbitboy/pylogix_logger

It's got options to write several formats: CSV; eXcel; Google Sheets; MySQL. Classes could be added to email a .ZIP once a day, send alarms via SMS, etc. The primary piece that is needed is a Python-capable platform (Windows; MaxOS; Linux; WSL; RaspberryPI; etc.) with network access to the PLC and to the target host (MySQL; Google Sheet; etc.).

Let me know if you'd like to see the Google Sheet update in near-real time; it's been a year but I could probably get it running again.

To be fair, although this may look like a decent option, if the company does not devalue your time then those several-k$ commercial packages do not look so cheap. This is a hobby for me, so I could probably get you going with a prototype in an afternoon just for fun, and if you have a Python-head in your organization to take it from there then that might be enough. But if you paid my consulting fee for a proper job I doubt I could do it for under 5k$, and that still doesn't include your time and/or that of the Python-head that I would need for guidance and feedback. As the saying goes "We don't use free software because we can't afford it."

So the main advantage to a bespoke approach like this is just that: it's customizable.
 

Similar Topics

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
422
Hello, I am new to IFM CR711S PLC and CodeSys. So can somebody please help me with logging of data from PLC to some external device like a PC or...
Replies
0
Views
555
Hey guys how would you approach the spreadsheet screen part? I searched and everyone points out that using parameters to display this information...
Replies
0
Views
753
Hello, Does anyone experience of having "Unable to start process for the following command: DatalogOn xxxxx`" ? How to fix it? Thanks for your...
Replies
3
Views
1,639
I would like to connect the compactlogic PLC to our network through the A2 port to enable cloud datalogging, but concerned about potential...
Replies
1
Views
1,509
Back
Top Bottom