9/11/2020 7:49 AM | |
Posts: 15 Rating: (0) |
Hi, Sorry. I forgot about plc. It's S7-1200 (1214 CPU). |
9/11/2020 4:58 PM | |
Joined: 7/7/2010 Last visit: 11/19/2024 Posts: 15406 Rating: (2446)
|
Take a look at the industry mall, https://mall.industry.siemens.com and input your favorite memory card (for ex: 6ES79548LF030AA0 24MB MMC) You can find the datasheet where it lists the minimum life expectancy. For 8000 log entries per day, you need an external device to accept data from the PLC and store it. A PC with simple VB.net application (I think I've seen source code posted in these forums for it) to accept data from a PLC would work. There is also snap7 open source S7 communications library of software. Snap7 has a pre-compiled "server", and a "client" that might work for data capture immediately, and use a simple append new data to end of existing data. There are lots of better solutions than writing to a memory card for that amount of data. If you were to say 24 writes per day, memory card is probably better.
|
science guy |
|
9/12/2020 11:33 PM | |
Joined: 3/16/2015 Last visit: 10/10/2021 Posts: 1250 Rating: (173) |
How do you calculate the service life of ..... This has a section on simatic memory card that is worth reading. |
This contribution was helpful to1 thankful Users |
9/14/2020 9:17 AM | |
Posts: 15 Rating: (0) |
Thanks, I guess we will have to go this way.
|
Follow us on