Is there a way to real time data log without RSLinx Classic?

MattMatt9

Member
Join Date
Jun 2020
Location
Canada
Posts
119
I just realized only the lite version of rslinx was included when I bought Studio 5000 professional. Rather than buying RSLinx Classic is there another way to data log. I know I could just buy it but im looking for alternatives.
 
There are open-source software solutions (Free) like Node-Red + CompactLogix drivers for gathering tag data over ethernet and then displaying it somewhere (or logging it, or trending it, etc.) They just require the backend development.



Send me a PM if your interested.
 
What about archiving as well? Like I guess all I am looking for is a link between PLC and excel (or SQl database, i dont know yet).
 
I want to archive though. I have been watching videos on using RSLinx Classic to log data in real time in excel. I want to also archive this data. I am asking how this can be done, somehow in excel? SQL Database?
 
Kepware has the ability to log data directly to an SQL Database I'm not sure if the logging feature is included when you purchase a driver package but it needs no other software, you can create triggers for data logging i.e. tag based, time etc.
 
Q1: What do you consider real-time ? Is 1 second fast enough ? 100 ms ? 1 ms ?

Q2: What are you going to do with the data?. Do you need to visualize it ? Create reports based on it ? Search it for events ? Compress it ?

Many HMI platforms include good data logging features as well. Probably the best is Ignition, because of its roots as an SQL data logging system.

Even a licensed version of RSLinx will need some kind of software to request data from the controller and put it into the database. Whether that's home-brewed in VB or C or Python, or set up in a data logger or historian, is up to you.
 
I have an excel application that uses RSlinx OEM to pull data from the PLC.
If you pull too much, too fast, it can crash excel.
There is a little bit of coding that has to be done as well in the excel environment.
I already had OEM, so this was a program that didn't cost the company anything. If you don't have OEM, I would recommend using a different method. Soon as I can figure out Kepware, I will dump this excel and go with Kepware.
 

Similar Topics

Hi Iam using monitouch hmi(V9 soft) with omron plc cj2m (CX programmer). In this I want to read a data from hmi to plc. The data was like...
Replies
0
Views
94
Is there a way to use LREAL Data type on L71. I am getting 64 bit Double (IEEE754 Double precision 64-bit) data from a modbus device onto PLC via...
Replies
6
Views
955
OK I'm ashamed that I'm here asking this as I think in 23 years I would have ran into this before. But here we are. Created an AOI to manipulate...
Replies
6
Views
1,999
I'm currently working on a messaging system and Ive been having issues with trying to message over a REAL Data Type from one PLC to another. Has...
Replies
2
Views
1,279
I work at a cheese factory and we recently ran into a problem where in an older controller they where able to use a REAL Data type in OTU and XIC...
Replies
13
Views
2,586
Back
Top Bottom