[?]: Controller with data logger

SIMATIC S7-200/300/400, Step7, PCS7, CFC, SFC, PDM, PLCSIM,
SCL, Graph, SPS-VISU S5/S7, IBHsoftec, LOGO ...
reymond_craig
Posts: 139
Joined: Wed Sep 26, 2007 2:57 am
Location: Philippines

[?]: Controller with data logger

Post by reymond_craig »

Dear Colleagues,

Good day I just want to ask if there is controller or device that we can use for pumping stations to control and log certain variables, alarms and events preferably siemens, or if siemens don't have this other brand is also welcome.
Thank you

Best regards,
Homeroid_BL
Posts: 258
Joined: Fri Apr 03, 2009 3:24 pm
Location: Bosnia and Herzegovina

Re: [?]: Controller with data logger

Post by Homeroid_BL »

There are SIEMENS SIREC Family:
https://www.automation.siemens.com/w1/a ... -18771.htm

Also, I strongly reccomend ENDRESS+HAUSER.
reymond_craig
Posts: 139
Joined: Wed Sep 26, 2007 2:57 am
Location: Philippines

Re: [?]: Controller with data logger

Post by reymond_craig »

Thank you for your reply, but I need a logger that can be read by standard office application like excell. This is exactly the scenario, I need to program 5 pumping stations without remote access on central scada. The operator need to get every week the data recorded or alarms using laptop or any hand held device. Thank you in advance
sanruku
Posts: 66
Joined: Tue May 12, 2009 9:50 am

Re: [?]: Controller with data logger

Post by sanruku »

Hi

Maybe if you use a small PLC (S7-200/1200) with OPC connectivity and take the data from the OPC to an xls file (or csv/pdf/etc.)?

IMO this is the best approach, but it involves PC programming.
HTH
Schtiel
Site Admin
Posts: 1122
Joined: Wed Sep 06, 2006 12:03 pm
Location: CIS

Re: [?]: Controller with data logger

Post by Schtiel »

reymond_craig wrote:Good day I just want to ask if there is controller or device that we can use for pumping stations to control and log certain variables, alarms and events
It can be done with CoDeSys-based PLC (WAGO, OWEN etc.) and special library - SysLibFile. You can create CSV file on PLC flash, and it will be possible to access it from PC. Of course, this CSV can be opened and viewed with Excel.

See this application note.

Also these smart modems look good:
http://www.tixi.com/products/?L=1

(didn't try them yet).
Homeroid_BL
Posts: 258
Joined: Fri Apr 03, 2009 3:24 pm
Location: Bosnia and Herzegovina

Re: [?]: Controller with data logger

Post by Homeroid_BL »

You can read PLC's variables via Excel if you are using S7-200 and PC Access software.
Or, use Omron CJ1 PLC, capable to store values in CSV format on local MMC, then you transfer files to PC .
reymond_craig
Posts: 139
Joined: Wed Sep 26, 2007 2:57 am
Location: Philippines

Re: [?]: Controller with data logger

Post by reymond_craig »

Is Siemens logo have capability to log data on its memory card then retrieve it in pc? Thanks, Im more comfortable working in siemens
Homeroid_BL
Posts: 258
Joined: Fri Apr 03, 2009 3:24 pm
Location: Bosnia and Herzegovina

Re: [?]: Controller with data logger

Post by Homeroid_BL »

S7-200 only, in recipe form only (No standard formats CSV XLS etc.).
Schtiel
Site Admin
Posts: 1122
Joined: Wed Sep 06, 2006 12:03 pm
Location: CIS

Re: [?]: Controller with data logger

Post by Schtiel »

reymond_craig wrote:Thanks, Im more comfortable working in siemens
Then you have to wait a new version of S7-1200...
Official Siemens forum wrote:with new version a data logging functionality will be available. Then you can store different values into a CSV-File at PLC. You can download this file via Webserver
(c)
jendy
Posts: 2
Joined: Mon Feb 14, 2011 10:06 pm

Re: [?]: Controller with data logger

Post by jendy »

If you want to store data from S7 (1200,200,300,400) to csv file, you can use SW S7-Easylog.

http://www.deltalogic.de/content/view/21/38/lang,en/

Good luck