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,
[?]: Controller with data logger
-
- Posts: 139
- Joined: Wed Sep 26, 2007 2:57 am
- Location: Philippines
-
- Posts: 258
- Joined: Fri Apr 03, 2009 3:24 pm
- Location: Bosnia and Herzegovina
Re: [?]: Controller with data logger
There are SIEMENS SIREC Family:
https://www.automation.siemens.com/w1/a ... -18771.htm
Also, I strongly reccomend ENDRESS+HAUSER.
https://www.automation.siemens.com/w1/a ... -18771.htm
Also, I strongly reccomend ENDRESS+HAUSER.
-
- Posts: 139
- Joined: Wed Sep 26, 2007 2:57 am
- Location: Philippines
Re: [?]: Controller with data logger
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
-
- Posts: 66
- Joined: Tue May 12, 2009 9:50 am
Re: [?]: Controller with data logger
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
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
-
- Site Admin
- Posts: 1122
- Joined: Wed Sep 06, 2006 12:03 pm
- Location: CIS
Re: [?]: Controller with data logger
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.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
See this application note.
Also these smart modems look good:
http://www.tixi.com/products/?L=1
(didn't try them yet).
-
- Posts: 258
- Joined: Fri Apr 03, 2009 3:24 pm
- Location: Bosnia and Herzegovina
Re: [?]: Controller with data logger
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 .
Or, use Omron CJ1 PLC, capable to store values in CSV format on local MMC, then you transfer files to PC .
-
- Posts: 139
- Joined: Wed Sep 26, 2007 2:57 am
- Location: Philippines
Re: [?]: Controller with data logger
Is Siemens logo have capability to log data on its memory card then retrieve it in pc? Thanks, Im more comfortable working in siemens
-
- Posts: 258
- Joined: Fri Apr 03, 2009 3:24 pm
- Location: Bosnia and Herzegovina
Re: [?]: Controller with data logger
S7-200 only, in recipe form only (No standard formats CSV XLS etc.).
-
- Site Admin
- Posts: 1122
- Joined: Wed Sep 06, 2006 12:03 pm
- Location: CIS
Re: [?]: Controller with data logger
Then you have to wait a new version of S7-1200...reymond_craig wrote:Thanks, Im more comfortable working in siemens
(c)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
-
- Posts: 2
- Joined: Mon Feb 14, 2011 10:06 pm
Re: [?]: Controller with data logger
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
http://www.deltalogic.de/content/view/21/38/lang,en/
Good luck