Powermonitor 1000 Unit User Manual (Catalog Numbers 1408-TR1A-485, 1408-TR2A-485, 1408EM1A-485, 1408-EM2A-485, 1408EM3A-485, 1408-TR1A-ENT, 1408TR2A-ENT, 1408-EM1A-ENT, 1408EM2A-ENT, 1408-EM3A-ENT)
Important User Information Solid state equipment has operational characteristics differing from those of electromechanical equipment. Safety Guidelines for the Application, Installation and Maintenance of Solid State Controls (publication SGI-1.1 available from your local Rockwell Automation sales office or online at http://literature.rockwellautomation.com) describes some important differences between solid state equipment and hard-wired electromechanical devices.
Summary of Changes Introduction This release of this document contains new and updated information. The information below summarizes the changes to this manual since the last publication. Revision bars in the margin identify updated information. Changes for this version of the document include: Change Page Added DH485 to the serial communication protocol table. 10 Added section with information about DH485.
Summary of Changes 4 Change Page Added User Configurable Table Setup Parameters table. 92 Added User Configured Table Setup table. 92 Added Parameters for Configurable table.
Table of Contents Preface Before You Begin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 Who Should Use This Manual . . . . . . . . . . . . . . . . . . . . . . . . 7 Additional Resources. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 Chapter 1 Powermonitor 1000 Overview Safety . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Table of Contents 6 Publication 1408-UM001B-EN-P - May 2008
Preface Before You Begin Use this document as a guide to set up communications with the 1408 Powermonitor 1000 unit using other applications and controllers. This document is intended for advanced users. You should already be familiar with data communications and programmable controller messaging. For further information on installing, wiring, connecting, applying power, and configuring your 1408 power monitor, please refer to the Powermonitor 1000 Installation Instructions.
Preface 8 Preface Publication 1408-UM001B-EN-P - May 2008
Chapter 1 Powermonitor 1000 Overview Safety Follow these advisories when using this product. ATTENTION ATTENTION IMPORTANT Introduction Only qualified personnel, following accepted safety procedures, should install, wire, and service the power monitor and its associated components. Before beginning any work, disconnect all sources of power and verify that they are de-energized and locked out.
Chapter 1 Powermonitor 1000 Overview What Can I Do Using Communication Networks? When you use communication networks with the power monitor you can do the following things. • • • • Communication Overview Configure analog input parameters such as PT/CT ratios Configure communications parameters such as IP address Read real-time power and energy data Read energy logs All Powermonitor 1000 units come standard with an RS-485 serial communication port.
Powermonitor 1000 Overview Chapter 1 DH485 Protocol DH485 is a token-passing protocol that allows messaging by up to 32 nodes on a serial network. The master is the node that owns the token; only the master may transmit messages. When a node has completed transmitting messages, it passes the token to the next node. The power monitor does not initiate DH485 data messages. When requested, it transmits reply messages to the initiator when it gets the token, and then passes the token to its successor.
Chapter 1 Powermonitor 1000 Overview EtherNet/IP Protocol The power monitor supports the EtherNet/IP protocol for communicating via Ethernet or EtherNet/IP drivers in RSLinx Classic software, or when using explicit messages from Rockwell Automation controllers communicating via Ethernet or EtherNet/IP network. Modbus TCP Protocol Modbus TCP protocol is also supported for communicating via Modbus TCP for communication.
Chapter 2 Powermonitor 1000 Memory Organization The power monitor memory is organized similarly to that of a PLC-5 or SLC 500 programmable controller. Data tables organize individual data items of similar function. For example, the analog input setup parameters are grouped in one data table, and voltage, current, and frequency metering results in another. Appendix A provides a detailed list of the power monitor data tables. Data Table Addressing Data tables may be addressed in several ways.
Chapter 2 Powermonitor 1000 Memory Organization The power monitor requires a valid password before it accepts a write. There are two ways a password may be written. • An entire table including a valid password may be written. • A valid password may be written to the Single element password write table which then enables single element writes until 30 minutes without a single element write elapses. Data Table Data Format The power monitor stores data in two basic formats.
Chapter 3 Communications Command Summary Serial DF1 Full-duplex, DF1 Half-duplex Slave, DH485 • PCCC Protected Logical Read w/ 2 Address Fields (CMD = 0x0F, FUNC = 0xA1) • PCCC Protected Logical Write w/ 2 Address Fields (CMD = 0x0F, FUNC = 0xA9) • PCCC Protected Logical Read w/ 3 Address Fields (CMD = 0x0F, FUNC = 0xA2) • PCCC Protected Logical Write w/ 3 Address Fields (CMD = 0x0F, FUNC = 0xAA) • PCCC Protected Logical Write w/ 4 Address Fields (CMD = 0x0F, FUNC = 0xAB) • PCCC Status Diagnostics (CMD
Chapter 3 Communications Command Summary Modbus RTU Serial and Optional Modbus/TCP Ethernet The power monitor does not initiate Modbus commands but responds to commands sent by the Modbus master. These Modbus function codes are supported.
Chapter 4 Explicit Messaging This section discusses data retrieval and parameter configuration using explicit messaging from Rockwell Automation controllers. Explicit messaging allows you to read and write from a controller to specific data tables within the power monitor. With explicit messages, users can read real-time power and energy values, configure analog input parameters, configure communications parameters, and also read energy logs.
Chapter 4 Explicit Messaging IMPORTANT When performing a write to the power monitor, you must write the password value to the password element of that specific data table that you are writing to. This must be done in the same message; therefore you must perform a multiple element write. If you wish to perform only a single element write, you must write the password value to the Single Element Password Write table. This allows you to perform writes to any write access data table for the next 30 minutes.
Explicit Messaging Chapter 4 Follow these steps to configure a message. 1. Choose the appropriate parameters in the Message Configuration window. Parameter Choice Message type Select the appropriate message type according to Message Type on page 18. Source Element Read: Refer to Appendix A – Powermonitor 1000 Data Tables for the address of the specific data table address you’re reading.
Chapter 4 Explicit Messaging 3. Choose the communication type and then set the path and communication method. Communication Type Path Method Ethernet CIP Serial Communications CIP 4. Click OK to complete the message setup.
Explicit Messaging Chapter 4 Follow these steps to configure a message. 1. Choose the appropriate parameters in the Message Configuration window. Parameter Choice Message Type Choose message type CIP Generic. Service Type Read: Select service type Get Attribute Single Write: Select service type Set Attribute Single Publication 1408-UM001B-EN-P - May 2008 Instance Refer to Appendix A for the CIP Instance of the data table you are requesting to read.
Chapter 4 Explicit Messaging 2. Click the Communication tab and enter the path and method. Path Method CIP 3. Click OK to complete message setup.
Explicit Messaging Chapter 4 RSLogix500 Software - Message Setup Using PLC5 or SLC Typed Read/Write The following is an example of how to set up your message instruction to read or write single or multiple elements to a power monitor using Peer-To-Peer PLC5 or CPU 500 Typed messages in RSLogix500 software. This setup applies to SLC and MicroLogix programmable logic controllers. Follow these steps to configure a message. 1. Set your MSG instruction.
Chapter 4 Explicit Messaging 3. Choose the appropriate parameters in the Message Configuration window. Ethernet Network Communication Serial Communication Communication Parameter Type Choice Ethernet Read: This is the controller tag in which to store the data being read Data Table Address (This Controller) Write: This is the controller tag that stores the value to be written to the power monitor. 24 Size in Elements This is the number of elements being read or written to.
Explicit Messaging Chapter 4 Communication Parameter Type Choice Serial Read: This is the controller tag in which to store the data being read Data Table Address (This Controller) Write: This is the controller tag that stores the value to be written to the power monitor. Size in Elements This is the number of elements being read or written to. If you are performing a single element read or write, then this value should be 1.
Chapter 4 Explicit Messaging RSLogix5 Software - Message Setup using PLC5 or SLC Typed Read/Write The following is an example of how to set up your message instruction to read or write single or multiple elements to a power monitor using PLC5 or SLC Typed messages in RSLogix5. This setup applies to PLC5 programmable logic controllers. Follow these steps to configure a message. 1. Choose an available message data block in your message instruction. In this example, we used MG9:0. 2.
Explicit Messaging Chapter 4 3. Choose the appropriate parameters in the Message Configuration window. Ethernet Network Communication Serial Communication Communication Type Parameter Choice Ethernet Communication Command Select the appropriate message type according to Message Type on page 18. Data Table Address (This Controller) Read: This is the controller tag in which to store the data being read. Write: This is the controller tag that stores the value to be written to the power monitor.
Chapter 4 Explicit Messaging Communication Type Parameter Choice Serial Communication Command Select the appropriate message type according to Message Type on page 18. Data Table Address Read: This is the controller tag in which to store the data being read. Write: This is the controller tag that stores the value to be written to the power monitor. Size in Elements This is the number of elements being read or written to.
Explicit Messaging Reading Logs Chapter 4 You can perform explicit messages to read data from log records in the power monitor. For information on setting up explicit messages to the power monitor, please refer to Explicit Message Setup – Examples on page 17. The following logs can be read into a controller depending on the logs supported by your power monitor.
Chapter 4 Explicit Messaging Example 1: Read the 5th Log Record in the Load Factor Log This example explains how to configure the Log Request Table to read the 5th log record in the Load Factor Log. 1. Create a write message to write the following values to the Log Request Table.
Explicit Messaging Chapter 4 Example 2: Read Min/Max Log for Average Current This example explains how to configure the Log Request Table to read the Min/Max log for Average Current. Refer to Min/Max Parameter List on page 84 for the specific record to return. In this example, Average Current is record 4. 1. Create a write message to write the following values to the Log Request Table.
Chapter 4 32 Explicit Messaging Publication 1408-UM001B-EN-P - May 2008
Chapter 5 SCADA Applications This section covers RSLinx driver setup, and OPC setup using the RSLinx OPC Server. RSLinx Classic Drivers Configuration The Powermonitor 1000 unit EDS file should be installed on the computer running RSLinx software before configuring drivers. RSLinx software supports DF1 Half-duplex, DF1 Full-duplex, and EtherNet/IP network communication.
Chapter 5 SCADA Applications Configure DF1 Full-duplex You need to use a RS232 to RS485 converter, like the 1761-NET-AIC or B&B Electronics Converter – Model 485SD9TB. 1. Create a RS232 DF1 devices driver in RSLinx software. 2. Perform an Auto-configure. 3. Verify connections if Auto-configure fails. 4. Perform an RSWho to verify that RSLinx software is communicating to the power monitor. RSLinx software driver configuration is complete.
SCADA Applications Chapter 5 Configure EtherNet/IP Network Using Ethernet Devices Driver 1. Create an Ethernet devices driver in RSLinx software. 2. Add the IP address of the power monitor to the driver station mapping. 3. Perform an RSWho to verify that RSLinx software is communicating to the power monitor. RSLinx software driver configuration is complete. Configure EtherNet/IP Network Using Ethernet/IP Driver 1. Create an Ethernet/IP driver in RSLinx software. 2.
Chapter 5 SCADA Applications 2. From the DDE/OPC menu, choose Topic Configuration. This configuration window appears. 3. Click New. This creates a topic in the left hand pane. 4. Name the topic pertinent to your application.
SCADA Applications Chapter 5 5. In the right hand pane, under the Data Source tab, browse to your power monitor. You may use a serial or Ethernet network driver. TIP When using a DH485 driver, change the connection type to local addressing mode in the Advanced Communication tab. This is especially important when several topics use the DH485 driver. 6. Make sure that the topic is highlighted in the left pane, and that the power monitor is also highlighted in the right pane, then click Apply. 7.
Chapter 5 SCADA Applications 8. From the Processor Type menu, choose SLC 500 or SLC 503+. 9. Click Done. OPC Topic configuration is complete. You can now use the RSLinx OPC Server, and the topic just created, to serve data to your application. OPC item addresses are of the format [OPC Topic Name]Address,Ln,C1 where Address is the power monitor data address (example: F21:7). Optional argument Ln is the length of the array requested in elements.
SCADA Applications Chapter 5 Browse OPC Tags The power monitor supports OPC tag browsing. The example uses the RSI OPC Test Client to illustrate tag browsing. 1. Open the RSI Test Client and connect to the RSLinx Classic OPC Server. 2. Add a group, then add an item. Browse to the OPC topic and then to the table and element in the Online tags.
Chapter 5 SCADA Applications In this example, the User Configured Read Instance F9, element 8, in the OPC topic EM3_LAB is selected. 3. Click OK and start viewing data. User-configured Data Table The 1408-EM3 model provides a user configured data table. You may select the 16 floating-point parameters that comprise this table. Your application may read this table as connected input instance 1, or as CSP file F9 using explicit messaging.
SCADA Applications Chapter 5 Reading the User Configured Table as Connected Instance 1 The following example illustrates the steps required to set up an I/O connection between a Logix controller and the user configured Instance 1. The example uses a CompactLogix controller and RSLogix 5000 software. Follow these steps to configure the connection. 1. Open an offline project in RSLogix 5000 software. 2. Open the Ethernet network interface and select the Ethernet network. 3.
Chapter 5 SCADA Applications 5. On the connection tab, enter the desired Requested Packet Interval (RPI). Do not enter an RPI less than 50 mS. 6. Click OK, then Save and download the offline project into the controller. The data from the user configured table is read into the controller tag [Module Name]:I.Data without any further logic programming, at the selected RPI rate. A power monitor connected instance may be owned by only one controller.
Appendix A Powermonitor 1000 Data Tables Summary of Data Tables The Summary of Powermonitor 1000 Data Tables for all Communication Protocols table summarizes all data tables available and their general attributes The rest of the tables detail each specific data table and its associated elements, such as Modbus address, default value, ranges, and description.
Appendix A Powermonitor 1000 Data Tables No of Elements Demand Results R F24 17 30501…30518 9 Unit Status Log Results R N25 18 30601…30613 13 • • • Refer to Page EM3 Modbus Addressing EM2 CSP CIP File No.
Powermonitor 1000 Data Tables Data Tables Appendix A User Configured Table Results Parameters CSP File No. F9 CIP Instance 1 Applies to EM3 only No. of Elements 16 No. of Words 32 Data Type Float Data Access Read Only User Configured Table Results Element No. Modbus Address Element Name Description 0 31601-2 User selected Parameter #1 1 31603-4 User selected Parameter #2 Parameters previously setup during a write to User Configured Table Setup table.
Appendix A Powermonitor 1000 Data Tables Analog Input Configuration Parameters CSP File No. F10 CIP Instance 3 Applies to All models No. of Elements 7 No. of Words 14 Data Type Float Data Access Read/Write Analog Input Configuration Element No. Modbus Address Element Name Default Value Range Description 0 40001-2 Password 0 0…9999 When writing the complete table this parameter allows the input data to be accepted.
Powermonitor 1000 Data Tables Appendix A Advanced Configuration Parameters CSP File No. F11 CIP Instance 4 No. of Elements 22 No. of Words 44 Data Type Float Data Access Read/Write Element No. Modbus Address Range Element Name Default Value Range TR1 TR2 EM1 EM2 EM3 Advanced Configuration 0 40101-2 Password 0 0…9999 • • • • • When writing the complete table this parameter allows the input data to be accepted.
Appendix A Powermonitor 1000 Data Tables Advanced Configuration 40111-12 030201 Daylight Savings Month/Week March, /Day Start 2nd, Sunday 10101… 120507 Description EM3 5 Range EM2 Default Value EM1 Element Name TR2 Modbus Address Range TR1 Element No. • • • • • This is the day that the power monitor will add an hour to the time. This feature also looks at Ethernet SNTP offset and corrects for Daylight Savings.
Powermonitor 1000 Data Tables Appendix A Element No. Modbus Address Range Element Name Default Value Range EM1 EM2 EM3 Advanced Configuration 11 40123-24 KYZ Pulse Duration Setting 250 ms 0 or 50…1000 • • • Set as 50…1000 to indicate the duration of the pulse in milliseconds, or set to 0 for KYZ-style transition output. (Toggle) The value for delay is rounded off to the nearest 10ms internally during this function.
Appendix A Powermonitor 1000 Data Tables Advanced Configuration 17 40135-36 Forced Demand Sync Delay 10 s 0…900 s Description EM3 Range EM2 Default Value EM1 Element Name TR2 Modbus Address Range TR1 Element No. • • When the power monitor is configured for external demand control the unit delays for xxx seconds after the expected control pulse has not been received. The demand period starts over and a record is recorded in the status log.
Powermonitor 1000 Data Tables Appendix A Serial RS-485 Port Configuration Parameters CSP File No. N12 CIP Instance 5 Applies to All models No. of Elements 9 No. of Words 9 Data Type Integer Data Access Read/Write Serial RS-485 Port Configuration Element No. Modbus Address Element Name Default Range Value Description 0 40201 Password 0 0…9999 When writing the complete table this parameter allows the input data to be accepted.
Appendix A Powermonitor 1000 Data Tables Serial RS-485 Port Configuration Element No.
Powermonitor 1000 Data Tables Appendix A Element No. Modbus Address Element Name TR1 TR2 EM1 EM2 Ethernet Configuration 5 40306 Subnet Mask Byte a 255 0…255 • • • • • Specifies the subnet mask to apply to the IP address. 6 40307 Subnet Mask Byte b 255 0…255 • • • • • Specifies the subnet mask to apply to the IP address. 7 40308 Subnet Mask Byte c 0 0…255 • • • • • Specifies the subnet mask to apply to the IP address.
Appendix A Powermonitor 1000 Data Tables Ethernet Configuration 40320 Time Server IP Address Byte d 0 0…255 20 40321 Demand Broadcast Master Select 0 0…1 • • • • EM3 19 Description EM2 Default Range Value EM1 Element Name TR2 Modbus Address TR1 Element No. • The internal clock is set after each Time set interval has expired. The Time server IP address is the SNTP time server where the request is handled.
Powermonitor 1000 Data Tables Appendix A Time Zone Information Value Offset from GMT Time Zone Name Areas in Time Zone 10 GMT-03:00 E. South America Standard Time Brasilia Greenland Standard Time Greenland SA Eastern Standard Time Buenos Aires, Georgetown 11 GMT-02:00 Mid-Atlantic Standard Time Mid-Atlantic 12 GMT-01:00 Azores Standard Time Azores Cape Verde Standard Time Cape Verde Is.
Appendix A Powermonitor 1000 Data Tables Time Zone Information Value Offset from GMT Time Zone Name Areas in Time Zone 25 GMT+07:00 North Asia Standard Time Krasnoyarsk SE Asia Standard Time Bangkok, Hanoi, Jakarta China Standard Time Beijing, Chongqing, Hong Kong, Urumqi North Asia East Standard Time Irkutsk, Ulaan Bataar Singapore Standard Time Kuala Lumpur, Singapore Taipei Standard Time Taipei W.
Powermonitor 1000 Data Tables Appendix A Date and Time Configuration Parameters CSP File No. N14 CIP Instance 7 Applies to All models No. of Elements 8 No. of Words 8 Data Type Integer Data Access Read/Write Element Modbus Element Name No. Address Default Value Range Description 0 40401 Password 0 0…9999 When writing the complete table this parameter allows the input data to be accepted. When writing a single parameter the separate password table should be used.
Appendix A Powermonitor 1000 Data Tables Log Configuration Parameters CSP File No. N15 CIP Instance 8 No. of Elements 12 No. of Words 12 Data Type Integer Data Access Read/Write Element Name Default Value Range EM2 EM3 0 40501 Password 0 0… 9999 • • • When writing the complete table this parameter allows the input data to be accepted. When writing a single parameter the separate password table should be used. Returns -1 on a read.
Powermonitor 1000 Data Tables Appendix A 4 40505 Off Peak Days 0…127 65 EM3 Range EM2 Element Name Default Value EM1 Modbus Address TR2 Element No. TR1 Log Configuration • • • Description This bit map field selects the off peak days. OFF-PEAK days have only one rate for billing. Bit0= Sunday Bit1= Monday Bit2= Tuesday Bit3= Wednesday Bit4= Thursday Bit5= Friday Bit6= Saturday Saturday and Sunday are default Off Peak days.
Appendix A Powermonitor 1000 Data Tables 8 40509 ON Peak PM hours 0…409 5 7 EM3 Range EM2 Element Name Default Value EM1 Modbus Address TR2 Element No. TR1 Log Configuration • • • Description This bit map selects any PM hours that are designated as ON Peak.
Powermonitor 1000 Data Tables Appendix A Command Table Password 1 40603-4 Command Word 0 1 0 EM3 40601-2 EM2 0 Description EM1 Element Name Default Range Value TR2 Modbus Address TR1 Element No. 0…9999 • • • • • When writing the complete table this parameter allows the input data to be accepted. When writing a single parameter the separate password table should be used. Returns -1 on a read. 0…32 • • • • • These commands can be sent to the power monitor.
Appendix A Powermonitor 1000 Data Tables 40607-8 Clear Single Min/Max Records 0 0…35 0…31 0…19 • • EM3 3 EM2 Element Name Default Range Value EM1 Modbus Address TR2 Element No. TR1 Command Table • Description When setting the Min/Max Clear bit this value can be sent to specify a single parameter. If clearing all values this is not required.
Powermonitor 1000 Data Tables Appendix A Command Table EM3 40631-32 kVARh Rev Register Set Value 0 0… 999,999 • • Sets the kVARh Rev Register to the desired Value 16 40633-34 GVAh Register Set Value 0 0… 9,999,999 • • Sets the GVAh Register to the desired Value 17 40635-36 kVAh Register Set Value 0 0… 999,999 • • Sets the kVAh Register to the desired Value 18 40637-38 Troubleshooting Password 0 0 • • • • 19 40639-40 Reserved 0 0 • • • • • Reserved for future use.
Appendix A Powermonitor 1000 Data Tables Log Request Table Parameters CSP File No. N17 CIP Instance 10 No. of Elements 11 No. of Words 11 Data Type Integer Data Access Read/Write Element No. Modbus Address Element Name Default Range Value TR1 TR2 EM1 EM2 EM3 Log Request Table 0 40701 Selected Log 0 0…5 • • • • • Selects the log that information is returned from.
Powermonitor 1000 Data Tables Appendix A Log Request Table EM2 EM3 4 40705 Number of Energy Log Records - 0… 17,280 • • • On a read of this table the value of this parameter is the number of Energy Log Records available. 5 40706 Number of Time of Use Log Records 1…13 • • • On a read of this table the value of this parameter is the number of Time of Use Log Records available. One is the current record being updated before logging.
Appendix A Powermonitor 1000 Data Tables Controller Interface Table Parameters CSP File No. N18 CIP Instance 11 Applies to EM2, EM3 only No. of Elements 8 No. of Words 8 Data Type Integer Data Access Write Controller Interface Table Element No. Modbus Address Element Name Default Range Value Description 0 40801 Password 0…9999 When writing the complete table this parameter allows the input data to be accepted.
Powermonitor 1000 Data Tables Appendix A Discrete Results Parameters CSP File No. N19 CIP Instance 12 Applies to All models No. of Elements 6 No. of Words 6 Data Type Integer Data Access Read Discrete Results Element No. Modbus Address Element Name Range Description 0 30001 Status Input States 0…3 Indicates the current states of the status input.
Appendix A Powermonitor 1000 Data Tables Wiring Diagnostics Results Parameters CSP File No. F20 CIP Instance 13 No. of Elements 21 No. of Words 42 Data Type Float Data Access Read Element No. Modbus Address Element Name TR1 TR2 EM1 EM2 EM3 Wiring Diagnostics Results 0 30101-2 Wiring Status 0…5 • • • • • This is the overall status of the wiring diagnostic test.
Powermonitor 1000 Data Tables Appendix A Element No. Modbus Address Element Name TR1 TR2 EM1 EM2 EM3 Wiring Diagnostics Results 3 30107-8 Current Input Missing -1…123 • • • • • Reports on all three phases. -1 = Test not run. 0 = Test passed.
Appendix A Powermonitor 1000 Data Tables Units Range TR2 12 30125-26 Voltage Phase 3 Magnitude Volts 0…9,999,999 • • • Shows the present magnitude of this phase. 13 30127-28 Current Phase 1 Angle Degrees 0…359.99 • • • Shows the present phase angle of this channel. 14 30129-30 Current Phase 1 Magnitude Amperes 0…9,999,999 • • • Shows the present magnitude of this phase. 15 30131-32 Current Phase 2 Angle Degrees 0…359.
Powermonitor 1000 Data Tables Appendix A Volts, Amps, Frequency Results TR2 6 30213-14 L3-N Volts 0.000…9,999,999 • • • Phase 3 scaled RMS Voltage 7 30215-16 Average L-N Volts 0.000…9,999,999 • • • Averaged RMS Voltage 8 30217-18 L1-L2 Volts 0.000…9,999,999 • • • Line 1 to Line 2 Volts 9 30219-20 L2-L3 Volts 0.000…9,999,999 • • • Line 2 to Line 3 Volts 10 30221-22 L3-L1 Volts 0.000…9,999,999 • • • Line 3 to Line 1 Volts 11 30223-24 Average L-L Volts 0.
Appendix A Powermonitor 1000 Data Tables 6 30313-14 L3 kWatts +/- 0.000…9,999,999 • • Line 3 kWatts 7 30315-16 Total kWatts +/- 0.000…9,999,999 • • Total kWatts 8 30317-18 L1 kVAR +/- 0.000…9,999,999 • • Line 1 kVAR 9 30319-20 L2 kVAR +/- 0.000…9,999,999 • • Line 2 kVAR 10 30321-22 L3 kVAR +/- 0.000…9,999,999 • • Line 3 kVAR 11 30323-24 Total kVAR +/- 0.000…9,999,999 • • Total kVAR 12 30325-26 L1 kVA 0.000…9,999,999 • • Line 1 kVA 13 30327-28 L2 kVA 0.
Powermonitor 1000 Data Tables Appendix A Energy Results EM2 EM3 4 30409-10 GWh Fwd 0…9,999,999 • • • Forward gigawatt hours 5 30411-12 kWatth Fwd 0.000…999,999 • • • Forward kilowatt hours 6 30413-14 GWh Rev. 0…9,999,999 • • • Reverse gigawatt hours 7 30415-16 kWatth Rev. 0.000…999.999 • • • Reverse kilowatt hours 8 30417-18 GWh Net +/- 0…9,999,999 • • • Net gigawatt hours 9 30419-20 kWatth Net +/- 0.
Appendix A Powermonitor 1000 Data Tables Element Modbus No. Address Element Name Range EM2 EM3 Demand Results 3 30507-8 Demand PF -100.0…+100.0 • • The average demand for PF during the last demand period. 4 30509-10 Projected kWatt Demand +/- 0.000…9,999,999 • • The projected total real power for the current period. 5 30511-12 Projected kVAR Demand +/- 0.000…9,999,999 • • The projected total reactive power for the current period. 6 30513-14 Projected kVA Demand 0.
Powermonitor 1000 Data Tables Appendix A Unit Status Log Results Element No. Modbus Address Element Name Range Description 8 30609 Reserved 0 Reserved for future use. 9 30610 Reserved 0 Reserved for future use. 10 30611 Reserved 0 Reserved for future use. 11 30612 Reserved 0 Reserved for future use. 12 30613 Reserved 0 Reserved for future use.
Appendix A Powermonitor 1000 Data Tables Unit Status Log Codes Status Event Type (Decimal) Event # General Code (Decimal) Code # Self Test Status 1 Pass 0 Flash Memory 1 Code # Overall Status 1 Boot Code Checksum 2 Application Code Checksum 4 Calibration Data CRC 8 No Calibration Data 16 Wrong Application FRN 32 Invalid Model Type 64 WIN Mismatch 128 Missing Upgrade Block 256 SRAM 2 Failed Read/Write Test 1 NVRAM 4 Failed Read/Write Test 1 SPI Interface 8 SPI Device
Powermonitor 1000 Data Tables Appendix A Unit Status Log Codes Status Event Type (Decimal) Event # General Code (Decimal) Code # Configuration Changed 2 Clock Set 1 Status Input Counter Set 2 Log Cleared or Set KYZ Forced Status Input Activated Status Input Deactivated Energy Register Rollover 4 8 16 32 64 Device Power Up 128 Device Power Down 256 Missed External Demand Sync 512 Publication 1408-UM001B-EN-P - May 2008 Factory Defaults Restored 4 Energy Register Set 8 Terminal Lock
Appendix A Powermonitor 1000 Data Tables Energy Log Results Parameters CSP File No. F26 CIP Instance 19 No. of Elements 21 No. of Words 42 Data Type Float Data Access Read Energy Log Results 0 30701-2 Internal Record Identifier.
Powermonitor 1000 Data Tables Appendix A Element No. Modbus Address Element Name Range EM2 EM3 Energy Log Results 17 30735-36 kVA Demand 0.000…9,999,999 • • The average apparent power during the last demand period. 18 30737-38 Demand PF -100.0…+100.0 • • The average demand for PF during the last demand period. 19 30739-40 Reserved 0 • • Reserved for future use. 20 30741-42 Reserved 0 • • Reserved for future use.
Appendix A Powermonitor 1000 Data Tables Unit Run Status Results Parameters CSP File No. N28 CIP Instance 21 Applies to All models No. of Elements 25 No. of Words 25 Data Type Integer Data Access Read Unit Run Status Results Element No. Modbus Address Element Name Range Description 0 30901 Bulletin Number 1408 Always returns 1408 1 30902 Series Letter 0…8 Indicates the unit hardware series letter, for example. 0=A 1=B . .
Powermonitor 1000 Data Tables Appendix A Unit Run Status Results Element No. Modbus Address Element Name Range Description 8 30909 Overall Status 0…16383 0 indicates normal operation. Each bit indicates a different fault condition.
Appendix A Powermonitor 1000 Data Tables Unit Run Status Results Element No. Modbus Address Element Name Range Description 18 30919 Ethernet Communications 0…511 0 indicates normal operation.
Powermonitor 1000 Data Tables Appendix A Min/Max Log Results Parameters CSP File No. F29 CIP Instance 22 No. of Elements 11 No. of Words 22 Data Type Float Data Access Read Element Modbus No. Address Element Name Range TR1 TR2 Min/Max Log Results 0 31001-2 Parameter Being Returned 1…35 • • • Indicates the Parameter Number (See Min/Max Parameter List). 1 31003-4 MIN Value +/0.
Appendix A Powermonitor 1000 Data Tables Min/Max Parameter List 84 No.
Powermonitor 1000 Data Tables Appendix A Min/Max Parameter List No. Parameter TR1 TR2 EM3 33 kVAR Demand • 34 kVA Demand • 35 PF Demand • Load Factor Log Results Parameters CSP File No. F30 CIP Instance 23 No. of Elements 14 No. of Words 28 Data Type Float Data Access Read EM3 0 31101-2 Record Number 1…13 • • The record number of this data. 1 31103-4 End Date yy/mm/dd - • • The date that this record was stored. 2 31105-6 Elapsed Time 0.
Appendix A Powermonitor 1000 Data Tables Load Factor Log Results EM3 31113-14 Peak Demand kVAR +/- 0.000… 9,999,999 • • The largest magnitude demand for kVAR that occurred over all of the demand intervals since the last clear command or auto-clear day. 7 31115-16 Average Demand kVAR +/- 0.000… 9,999,999 • • A running average of demand for kVAR from the end of each demand period since the last clear command or auto-clear day.
Powermonitor 1000 Data Tables Appendix A Time of Use Log Results - Real Energy and Demand Parameters CSP File No. F31 CIP Instance 24 No. of Elements 12 No. of Words 24 Data Type Float Data Access Read Time of Use Log Results - Real Energy and Demand 0 31201-2 Record Number 1…13 1 31203-4 2 Description • • The record number of the log. Record 0 is always the current record before being logged. Time Stamp Start Date (yy/mm/dd) • • • The Date this record was started.
Appendix A Powermonitor 1000 Data Tables Time of Use Log Results - Reactive Energy and Demand Parameters CSP File No. F32 CIP Instance 25 No. of Elements 12 No. of Words 24 Data Type Float Data Access Read Element Modbus No. Address Element Name Range EM1 EM2 EM3 Time of Use Log Results - Reactive Energy and Demand 0 31301-2 Record Number 1…13 • • • The record number of the log. Record 0 is always the current record before being logged.
Powermonitor 1000 Data Tables Appendix A Time of Use Log Results - Apparent Energy and Demand Parameters CSP File No. F33 CIP Instance 26 No. of Elements 12 No. of Words 24 Data Type Float Data Access Read Time of Use Log Results - Apparent Energy and Demand 0 31401-2 Record Number 1…13 1 31403-4 2 Description • • The record number of the log. Record 0 is always the current record before being logged. Time Stamp Start Date (yy/mm/dd) • • • The Date this record was started.
Appendix A Powermonitor 1000 Data Tables Catalog Number and WIN Parameters CSP File No. N34 CIP Instance 27 Applies to All models No. of Elements 19 No. of Words 19 Data Type Integer Data Access Read Catalog Number and WIN Element No.
Powermonitor 1000 Data Tables Appendix A Catalog Number and WIN Element No. Modbus Address Element Name Range Description 16 31517 Current Model 0…10 The current model of the product. This can be the same as the original model (if no upgrades have been performed). 17 31518 Reserved 0 Reserved for future use. 18 31519 Reserved 0 Reserved for future use. Single Element Password Write Parameters CSP File No. N35 CIP Instance 28 Applies to All models No. of Elements 1 No.
Appendix A Powermonitor 1000 Data Tables User Configurable Table Setup Parameters CSP File No. N36 CIP Instance 29 Applies to EM3 only No. of Elements 17 No. of Words 17 Data Type Integer Data Access Read/Write User Configured Table Setup Element No. Modbus Address Element Name Default Value Range Description 0 41001 Password 0 0…9999 Required for configuration, returns -1.
Powermonitor 1000 Data Tables Appendix A Parameters for Configurable Table Parameter No. Parameter Name Description 0 None No Parameter. 1 Date: Year Refer to Date and Time Configuration table.
Appendix A Powermonitor 1000 Data Tables Parameters for Configurable Table Parameter No. Parameter Name Description 34 L2-N Volts Refer to Volts, Amps, Frequency Results table.
Powermonitor 1000 Data Tables Appendix A Parameters for Configurable Table Parameter No. Parameter Name Description 70 kWatth Net Refer to Energy Results table. 71 GVARH Fwd 72 kVARh Fwd 73 GVARH Rev. 74 kVARh Rev.
Appendix A Powermonitor 1000 Data Tables Parameters for Configurable Table Parameter No. Parameter Name Description 106 Input Over Range Refer to Unit Run Status Results table.
Index A additional resources 7 advanced configuration 47 analog input configuration 45, 46, 92 B before you begin 7 C catalog number and WIN 90 command table 61 communications command summary 15 DH485 15 Modbus RTU serial 16 optional EtherNet/IP 15 optional Modbus/TCP Ethernet 16 serial DF1 full-duplex slave 15 serial DF1 half-duplex slave 15 communications overview 10 ethernet 11 serial 10 controller interface table 66 D data and time configuration 57 data table access 13 addressing 13 data format 14 da
Index R reading logs 29 log data table methodology 29 RSLinx drivers configuration 33 DF1 full-duplex 34 DF1 half-duplex slave 33 EtherNet/IP devices driver 35 EtherNet/IP EtherNet/IP drivers 35 RSLinx OPC server setup 35 OPC topic 35 S safety 9 SCADA applications 33 serial communications 10 serial RS-485 port configuration 51 single element password write 91 T time of use log results apparent energy and demand 89 time of use log results reactive energy and demand 88 time of use log results real energy a
Rockwell Automation Support Rockwell Automation provides technical information on the Web to assist you in using its products. At http://support.rockwellautomation.com, you can find technical manuals, a knowledge base of FAQs, technical and application notes, sample code and links to software service packs, and a MySupport feature that you can customize to make the best use of these tools.