Simple data collection with S7-300

AJZ

Member
Join Date
Jul 2003
Location
Ontario
Posts
265
I like to collect some data from a Siemens S7-315. The PLC will send data after each machine cycle. The data should be stored on a computer in a delimited text file. If possible, I like the PLC to close the file at the end of the shift and start a new file.
What hardware and software do I need to make this happen?
 
You can do that with exporting tools, but if you want to stop it at the end of the shift, then you need to have a script using something like vbscript it to start and stop at the end of a shift and change file names.

Really complicated.

However, if you use Micro historian, you can have the report runs daily at the end of shift that pulls from history.
Here is a link to the product:

http://www.matrikonopc.com/products/opc-archiving/opc-micro-historian.aspx

Wassim Daoud
Global Solutions Architect
www.MatrikonOPC.com
 
flex

If there is a Wincc Flex Runtime running on that PC or on a panel that is connected to that CPU, then you can use VBscript. It's not very easy, but here on the forum you can find examples that will give you a good start.


I like to collect some data from a Siemens S7-315. The PLC will send data after each machine cycle. The data should be stored on a computer in a delimited text file. If possible, I like the PLC to close the file at the end of the shift and start a new file.
What hardware and software do I need to make this happen?
 

Similar Topics

I need to have an array tag that contains string data from a csv file. The csv file needs to be imported once per day. Is there any simple way to...
Replies
3
Views
1,809
I've got what I think should be something simple that i'm trying to accomplish but isn't turning out to be so simple. I have a "recipe" for a...
Replies
0
Views
1,564
I'm trying to figure out a cheap/simple way of saving some recipe and configuration data out of a Compactlogix PLC (L33ER) and Panelview Plus 6...
Replies
3
Views
2,064
Hi I've got a Micrologix 1400 and I'm using RSLogix 500 micro starter. Basically, my application required about 200-300 integer values that will...
Replies
8
Views
7,714
I need a device that will monitor a single digital input (auxiliary contact of motor starter). The "device" must store the start time and date...
Replies
2
Views
1,664
Back
Top Bottom