Read/write live data from Simatic S7 DB's to excel

eibe

Member
Join Date
Jan 2012
Location
Bergen
Posts
22
Hi.

does anyone know if it's possible to (how to) read data from a S7 data block to a file (for instance excel) while the PLC is running? And maybe even more interesting - if it's possible to write data from an excel file to a DB while program is running? Maybe with Simatic NET as an OPC or something...
My goal is to be able to read / write parameters to the PLC program (i.e DB's), but without having to install Step7 on the computer, and without using any SCADA system. This should be for service personnel only.
If anyone has any experience, and perhaps some tutorials, I'm very interested.

Thanks in advance :)
Eirik
 
To just log data, there is the quite inexpensive 'easylog' from Deltalogic.

To be able to send data the other way, unfortunately it becomes a bit expensive if you want a canned solution.
You can create your own application using either OPC and Simatic Net, freeware library Libnodave, or paid library from Deltalogic, Indian and others.
 
dotnet

Hello,

These are things I make with Libnodave and VB.net
Check my website.

Kind regards,
G
 

Similar Topics

Hi everyone, I am working on a project that needs to expose the SV (Set Value) of a temperature controller to a SCADA system. SCADA <-...
Replies
4
Views
159
Thank you for any and all responses/help. I have an RSLogix 5000 v20 and a Cognex In-Sight v5.9 spreadsheet (8502P). I can not figure out how to...
Replies
0
Views
128
Dear colleagues, I am reaching out for assistance with an issue I am having. I have a code that can successfully insert data from FactoryTalk...
Replies
6
Views
1,050
Does anyone have example code of how to read/write a discrete push button from a C-More Micro to a DL05. I just bought these two items and I am...
Replies
2
Views
981
Greetings. I have a 1769-L30ER that runs a new piece of equipment my company bought. I would like to read from and write to some tags on this PLC...
Replies
7
Views
1,428
Back
Top Bottom