Difference between revisions of "Siemens Sentron Pac3200"

From Earlham CS Department
Jump to navigation Jump to search
(Stanley electrical AC / appliances (440w))
(Stanley Industrial (440w))
 
(16 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
==Installations==
 
==Installations==
 
Two are in use in Stanley Hall in room "041 Field Ecology" (SCHLAGE-keyed locks) and subroom "801A Electrical" with the same type of lock.
 
Two are in use in Stanley Hall in room "041 Field Ecology" (SCHLAGE-keyed locks) and subroom "801A Electrical" with the same type of lock.
 +
 +
There are two Siemens Sentron PAC3200 devices, it looks like they both need a firmware upgrade: https://support.industry.siemens.com/cs/document/31674577/firmware-update-pac3200-power-monitoring?dti=0&pnid=19789&lc=en-WW
 +
 +
It looks like the "standard" way to interface to these (and similar) devices is through a MODBUS TCP server/gateway. There are a number of these available including a couple of open-source ones. Reference:
 +
* https://sourceforge.net/projects/easymodbustcp-udp-java/?source=directory
 +
* https://cache.industry.siemens.com/dl/files/442/39848442/att_111157/v1/70373b_76.pdf
  
 
===Stanley Lights / Outlets (120w)===
 
===Stanley Lights / Outlets (120w)===
*It's top one.
+
*It's the top one.
 
*MAC: 20-BB-C6-01-13-F3
 
*MAC: 20-BB-C6-01-13-F3
*IP: 159.28.100.66
+
*IP: 159.28.26.36, Gateway: 159.28.26.1, Subnet mask 255.255.255.0
 
*HOST: power-mon-100066
 
*HOST: power-mon-100066
*Ethernet port: 097
+
*Ethernet port: 098
  
===Stanley AC / appliances (440w)===
+
===Stanley Industrial (440w)===
 
*It's the bottom one.
 
*It's the bottom one.
  
 
*MAC: 20-BB-C6-00-A2-58
 
*MAC: 20-BB-C6-00-A2-58
*IP: 159.28.100.55
+
*IP: 159.28.26.33, Gateway: 159.28.26.1, Subnet mask 255.255.255.0
 
*HOST: power-mon-100055
 
*HOST: power-mon-100055
*Ethernet port: 098
+
*Ethernet port: 097
 +
 
 +
== Software Installation (based on a stale version of powerconfig) ==
 +
Required Cable
 +
*Ethernet with Modbus TCP/PROFIBUS DP/RS485 with Modbus RTU
 +
Windows only.
 +
#Download and install [http://support.automation.siemens.com/WW/llisapi.dll/63452759?func=ll&objId=63452759&objAction=csView&nodeid0=43500476&lang=en&siteid=cseus&aktprim=0&extranet=standard&viewreg=WW&load=treecontent&prodLstObjId=33618253 Powerconfig] from this awful Seimens website
 +
#right click the project and add a PAC3200
 +
#under parameters, do the following:
 +
#*change the IP address to one of the IPs above
 +
#*change the Gateway to 159.128.100.1
 +
#*set Protocol to Modbus TCP
 +
#in the menu click Options -> Activate Online View
 +
#in the menu click Views -> Measurement/Voltage/Current/Power
  
 
== Resources ==
 
== Resources ==
 +
Modbus
 +
*A low-level standard for communication between hardware devices.
 
[https://extranet.w3.siemens.com/us/internet-dms/btlv/access/access/Docs/SENTRON_pac3200_manual_ul_PSC_en.pdf manual]
 
[https://extranet.w3.siemens.com/us/internet-dms/btlv/access/access/Docs/SENTRON_pac3200_manual_ul_PSC_en.pdf manual]
  
Line 25: Line 46:
  
 
[http://support.automation.siemens.com/WW/llisapi.dll/63452759?func=ll&objId=63452759&objAction=csView&nodeid0=43500476&lang=en&siteid=cseus&aktprim=0&extranet=standard&viewreg=WW&load=treecontent&prodLstObjId=33618253 Powerconfig v3.2]
 
[http://support.automation.siemens.com/WW/llisapi.dll/63452759?func=ll&objId=63452759&objAction=csView&nodeid0=43500476&lang=en&siteid=cseus&aktprim=0&extranet=standard&viewreg=WW&load=treecontent&prodLstObjId=33618253 Powerconfig v3.2]
 
 
[[Modbus]]
 

Latest revision as of 09:56, 25 March 2017

Installations

Two are in use in Stanley Hall in room "041 Field Ecology" (SCHLAGE-keyed locks) and subroom "801A Electrical" with the same type of lock.

There are two Siemens Sentron PAC3200 devices, it looks like they both need a firmware upgrade: https://support.industry.siemens.com/cs/document/31674577/firmware-update-pac3200-power-monitoring?dti=0&pnid=19789&lc=en-WW

It looks like the "standard" way to interface to these (and similar) devices is through a MODBUS TCP server/gateway. There are a number of these available including a couple of open-source ones. Reference:

Stanley Lights / Outlets (120w)

  • It's the top one.
  • MAC: 20-BB-C6-01-13-F3
  • IP: 159.28.26.36, Gateway: 159.28.26.1, Subnet mask 255.255.255.0
  • HOST: power-mon-100066
  • Ethernet port: 098

Stanley Industrial (440w)

  • It's the bottom one.
  • MAC: 20-BB-C6-00-A2-58
  • IP: 159.28.26.33, Gateway: 159.28.26.1, Subnet mask 255.255.255.0
  • HOST: power-mon-100055
  • Ethernet port: 097

Software Installation (based on a stale version of powerconfig)

Required Cable

  • Ethernet with Modbus TCP/PROFIBUS DP/RS485 with Modbus RTU

Windows only.

  1. Download and install Powerconfig from this awful Seimens website
  2. right click the project and add a PAC3200
  3. under parameters, do the following:
    • change the IP address to one of the IPs above
    • change the Gateway to 159.128.100.1
    • set Protocol to Modbus TCP
  4. in the menu click Options -> Activate Online View
  5. in the menu click Views -> Measurement/Voltage/Current/Power

Resources

Modbus

  • A low-level standard for communication between hardware devices.

manual

datasheet

modbus registers

Powerconfig v3.2