collect data from Siemens S7-300 PLC

almohanned

Member
Join Date
Jun 2010
Location
Alex
Posts
3
i am working on scada system with pc (wincc flx rt) connected with 4 plcs Siemens S7-300 via Profibus with Cp5611 card. knowing that i don't have access to PLC (password protected). how can i collect data from this PC and keep every thing working as it is.
* can i configure new connection to OPC server without changing the current connection configurations?

* can i make filter driver to read directly from CP5611. and how can i find the main driver APIs?

* can i read directly also from WinCC Flexible RunTime Database.

or u have any new solution PLZ help :)
 
I think the easiest is to use the HMI - if you have access to the WinCC Flex RT project. You can install and configure SQL Express which is free and log tag values to the database and then display with your preferred method. I used php
 
Hmm

Maybe I am talking over my head, but... I think if you know where the data you need is located that it can be done without the original integrated project. You make a WinCC Flex RT stand-alone project, make a configuration that polls to the right data (DB's, inputs, whatever) with a certain aquisition time. I didn't test this, but I believe it should work.

i am working on scada system with pc (wincc flx rt) connected with 4 plcs Siemens S7-300 via Profibus with Cp5611 card. knowing that i don't have access to PLC (password protected). how can i collect data from this PC and keep every thing working as it is.
* can i configure new connection to OPC server without changing the current connection configurations?

* can i make filter driver to read directly from CP5611. and how can i find the main driver APIs?

* can i read directly also from WinCC Flexible RunTime Database.

or u have any new solution PLZ help :)
 
@ELake20: thanks for help. but unfortunately i don't have the WinCC Flex RT project.

@Combo: it sounds good, but am very new to Siemens software so i don't know if i can make my own WinCC Flex project that can run beside the already running one. all i know that runtime loader can only run one project. if this is possible plz tell me.
 
nahh

Nahh...
It is possible to run a second WinCC Flexible Runtime with VMware. 2 Flexible Runtime's can run next to each other if they are both running from a seperate Operating system. I've tested this after I got this info from JesperMP and I must say, this works perfectly !!!

You don't need to be a specialist in programming to achieve something with wincc flexible. If you know where you're data is located in the PLC, then you can do a lot allready. In your case you won't be working integrated, so you'll have to give the data manually, not with symbols. For example: DB1.DBD10.

With Data logging you are allready doing historian !!

@ELake20: thanks for help. but unfortunately i don't have the WinCC Flex RT project.

@Combo: it sounds good, but am very new to Siemens software so i don't know if i can make my own WinCC Flex project that can run beside the already running one. all i know that runtime loader can only run one project. if this is possible plz tell me.
 
Combo i don't know how to thank you about this. i've just read your thread with JesperMP and this sounds perfect for me. i ll try it out. thanks again combo :)
 

Similar Topics

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
851
Hi all, I have a client wanting to implement our system in his big data acquisition system. I have looked online, and I see there are several...
Replies
2
Views
3,181
Hi people! have to acquire data from 4 flow meters of steam (SITRANS FX300) on computer, they have HART protocol, I searched but didn't find...
Replies
9
Views
3,367
I know this is not a excel forum but would you have any ideas.For your information it is Cognex Insight OPC Server I am collecting data from a OPC...
Replies
7
Views
4,513
Hello all, I'm looking for a way to retrieve data collected in an AB Compactlogix plc. The plc runs a cycle to assemble a part and during the...
Replies
3
Views
3,288
Back
Top Bottom