Difference between revisions of "Siemens Sentron Pac3200"
Jump to navigation
Jump to search
(Created page with "= PDFs = [https://extranet.w3.siemens.com/us/internet-dms/btlv/access/access/Docs/SENTRON_pac3200_manual_ul_PSC_en.pdf manual] [kahael.com/download2.php?f=Siemens%20SENTRON%20PA...") |
(→Stanley Industrial (440w)) |
||
(25 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
− | = | + | ==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: | ||
+ | * 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)=== | ||
+ | *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. | ||
+ | #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 == | ||
+ | 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] | ||
− | [kahael.com/download2.php?f=Siemens%20SENTRON%20PAC3200.pdf datasheet] | + | [http://kahael.com/download2.php?f=Siemens%20SENTRON%20PAC3200.pdf datasheet] |
+ | |||
+ | [http://www.aggsoft.com/serial-data-logger/tutorials/modbus-tcp/sentron-pac3200-modbus-registers-map.pdf modbus registers] | ||
+ | |||
+ | [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] |
Latest revision as of 09:56, 25 March 2017
Contents
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:
- 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)
- 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.
- Download and install 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
Modbus
- A low-level standard for communication between hardware devices.