Get data out from the PLC

Purdue_Grad

Member
Join Date
Mar 2008
Location
Indiana
Posts
3
Hi All,
I need to get data out of a PLC over an ethernet connection. The PLC I am using is a CompactLogix. What kind of software can the PLC write to, possibly excel? I am trying to get voltage, current, and rpm data from the PLC.
 
If you have RSLinx, you can set up a DDE/OPC topic name that points to your compact logix. You'll need at least RSlinx classic to do this as standard RSlinx Lite (the freebie) doesn't allow DDE. Once you've setup the topic, then in your Excel spreadsheet, setup a cell with the formula =RSLINX|topic_name!tag_name where topic_name is the name you defined in your DDE setup and tag_name is the name of the tag in your CompactLogix PLC.
 
I would think of it more like "software reading the PLC" rather than "the PLC writing". What format do you expect the data? Are you looking for realtime or historical (logged) data?

Purdue_Grad said:
Hi All,
I need to get data out of a PLC over an ethernet connection. The PLC I am using is a CompactLogix. What kind of software can the PLC write to, possibly excel? I am trying to get voltage, current, and rpm data from the PLC.
 

Similar Topics

Hi, Wy we log data in PLC using DLG instruction, when we have option to log data in HMI
Replies
1
Views
78
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
I am working with beckhoff plc in twincat 3 environment. I have a array of struct which I want to make persistent. I declared it with...
Replies
0
Views
108
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
296
I`m looking into different solutions for gathering data from different PLC`s (different manufacturers) to a central storage locally or cloud. The...
Replies
12
Views
850
Back
Top Bottom