Home

Power Distribution Unit (PDU)

image

Contents

1. On your computer go to Start gt Settings gt Control Panel gt Network and Dial Up Connections 3 Right Click on Local Area Connection and select Properties 4 Select the option to Use the following IP address and enter IP address 192 168 123 1 Subnet mask 255 255 255 0 Default gateway 192 168 123 174 3 Actual configuration of circuits measured by Current Monitoring Meter is PDU model specific Please contact Geist Customer Service department with questions on measurement configuration of Current Monitoring Meters 4 In some configurations leaving the gateway field blank may resolve connectivity issues GM1107 Rev 2 11 Rev Date 7 25 2014 Click OK twice You can now access the unit using your web browser at the permanent IP address of 192 168 123 123 Internet Protocol TCP IP Properties 2 xi General You can get IP settings assigned automatically if your network supports this cap Otherwise you need to ask your network administrator for the appropriate P settings Obtain an IP address automatically Use the following IP address IP address 192 168 123 1 Subnet mask 255 255 255 0 Default gateway 192 168 123 1 Obtain DNS server address automatically Use the following DNS server addresses Prefered DNS server I a ae oe Altemate DNS server i Typical Network Card Settings for PC or Laptop to connect to default IP addr
2. is intended for use on a 15 Amp Branch Circuit a 16 Amp rated PDU is intended for use on a 20 Amp Branch Circuit and a 24 Amp rated PDU is intended for use on a 30 Amp Branch Circuit For Global Units a 16 Amp rated PDU is intended for use on a 16 Amp Branch Circuit GM1107 Rev 2 5 Revision Date 7 25 2014 Mounting 21 17 417 OE Pubes IT EL LE LI N i X Jee Ee gee 44 ETETE TE TETTETETT TE ag Ne DETAIL A Flush Mount Brackets FM Using flush mount brackets attach PDU to rack as shown as if r here e i ATS ee i ar ae s N x in DETAIL A Adjustable Mount Brackets AM Using adjustable mount brackets attach PDU to rack as shown GM1107 Rev 2 6 Revision Date 7 25 2014 DETAIL A 23 Conversion Mounting Brackets 23 RM Using conversion mounting brackets attach 19 PDU to 23 rack as shown GM1107 Rev 2 7 Rev Date 7 25 2014 Optional Local Monitoring Power Meter The Geist PM 1 power meter is a low power high accuracy meter capable of measuring true RMS Current Voltage Power and Power Factor These values are individually shown on an easy to read 4 digit LED Display which continuously scrolls through the four different measured values Each one of these displayed parameters is defined below The Power Meter will automatically begin cycling through the displayed values when the PDU is connected to AC Mains power Current PDU output cu
3. local monitoring and display of each output circuit current Alternatively AT Series Auto Transfer PDUs can be configured with a Geist Current Monitoring Meter that provides both local and remote monitoring of input and output line current Environmental Temperature Operating 10 C 50 F min 45 C 113 F max Storage 25 C 13 F min 65 C 149 F max Humidity Operating 5 min 95 max non condensing Storage 5 min 95 max non condensing Elevation Operating Om 0 ft min 2000 m 6561 ft max Storage O m 0 ft min 15240 m 50000 ft max Electrical See nameplate for unit ratings Receptacle Ratings NEMA 5 15R or L5 15R 125 Volts 15 Amp NEMA 5 20R or L5 20R 125 Volts 20 Amp NEMA 6 20R or L6 20R 250 Volts 20 Amp IEC 320 C13 125 250 Volt 15 Amp per Receptacle Bank IEC 320 C19 125 250 Volt 20 Amp Networking For Current Monitoring Meter Units Only Protocols HTTP ICMP DHCP TCP IP FTP Ethernet Link Speed 10 Mbit half duplex GM1107 Rev 2 3 Revision Date 7 25 2014 Data Formats For Current Monitoring Meter Units Only HTML SNMP XML EMC Verification This Class A device complies with part 15 of the FCC Rules Operation is subject to the following two conditions 1 This device may not cause harmful interference and 2 this device must accept any interference received including interference that may cause undesired operation This Class A digital apparatus complies with Canadian ICES
4. 003 Cet appareil num rique de la classe A est conforme a la norme NMB 003 du Canada Warning Changes or modifications to this unit not expressly approved by the party responsible for compliance could void the user s authority to operate this equipment FCC and Canadian ICES 003 requirements for units with Current Monitoring Meter The ferrite core shipped with the unit must be placed around the Ethernet cable close to the PDU GM1107 Rev 2 4 Revision Date 7 25 2014 Installation Instructions 1 Using appropriate hardware mount PDU to rack see Mounting section for additional instructions 2 Plug PDU into de energized Phase Synchronized branch circuit receptacles 3 Connect devices into PDU s output receptacles It is recommended that the devices are turned off until all devices are connected to PDU 4 Turn on branch circuit for Source A to energize PDU 5 Turn on branch circuit for Source B 6 Power on devices Sequential power up is recommended to avoid high inrush current Guidelines Warning Source power must be Phase Synchronized high voltage potential may result in relay failure when sources are not Phase Synchronized Some loads may pull high inrush current when switching power sources Do not overload ATS to prevent relay failure and tripping branch circuit protection If the PDU is installed in a cabinet the ambient temperature of the rack should be no greater than 45 C Install the PDU such that the
5. IP Address Reset button twice while the IP address is being displayed The screen will read 8 8 8 8 for a few seconds and then resume scrolling normally indicating a successful reboot Web Page The main interface to the PDU is its web page accessible by typing the unit s IP address into a web browser The web page is the source for the most up to date measurement of each circuit All measurements are in Amps SNMP XML In addition to HTML based web pages the PDU presents its data via SNMP and an XML page To use the PDU with SNMP Client software download the MIB from the link on the unit s web page and import it into the SNMP software Contact the client software manufacturer for instructions specific to their software The PDU s SNMP community comes preset to public To change this go to the Configuration page enter a new name in the SNMP Community box and hit Save Changes In addition SNMP traps can be utilized to monitor a user set threshold for each circuit alarm settings and SNMP server settings are located on the Configuration page The XML page provides terse output that is easily parsed by both humans and computers and is useful for creating scripts to download and process information off the unit automatically The XML page is available at http lt IP address of meter gt data xml Sample uses of XML and SNMP data are provided in the Sample Usage section of this document Firmware Updates
6. Instructions The unit firmware is field upgradeable via FTP Firmware updates and instructions are available at the following website http www geistglobal com support GM1107 Rev 2 15 Rev Date 7 25 2014 Sample Usage The simplest way to get data from a Current Monitoring Meter into a script is via the XML page Simply performing an HTTP GET as a web browser does on http lt IP address of meter gt data xml will download the XML file The following examples assume that the meter s IP address is 192 168 123 123 Perl Example using LWP UserAgent my Sip W192 163 12 123 my Sbrowser LWP UserAgent gt new Sbrowser gt timeout 5 my SxmlFile Sbrowser gt get http Sip data xml gt content At this point xmlFile will contain the text of data xml ready to be parsed however necessary Unix Linux Command Line Example wget http 192 168 123 123 data xml This command will download data xml into the current directory At this point the file is ready to be used by any local application or script SNMP Example Getif is a simple free SNMP viewer for Windows available from http www wtcs org snmp4tpc getif htm 1 Drop the EM meter s MIB file into Getif s MIBs directory Typically C Program Files Getif 2 3 1 MIBs and start Getif 2 Type in the unit s IP address into the box labeled Host Name and click the Start button Ei Getif 192 168 123 123 i 15 x Parameters int
7. P Address Reset button on the front of the PDU for 20 seconds at which point the display will show the current IP address Continue to hold the Pause Scroll IP Address Reset button for 10 more seconds and the display will switch to scrolling d IP31923 31683 391233 3123 The IP address is then reset to 192 168 123 123 The display will resume its normal function after the display shows the IP address twice and the Pause Scroll IP Address Reset has been released Once the IP address has been reset the Setting an IP Address instructions should be followed to access the unit Rev Date 7 25 2014 Rebooting the Meter Should an Current Monitoring Meter with firmware version 1 36 or higher installed stop responding to network traffic it is possible to restore functionality by rebooting the meter without removing power from the PDU it is enclosed in To reboot the meter press and hold the Pause Scroll IP Address Reset button on the front on the PDU for 20 seconds The screen will stop displaying scrolling power data in order to display the currently configured IP address The display will show the IP address using the following format c IP gt aaa gt gt bbb gt gt ccc gt gt ddd The gt indicates a pause and the aaa bbb ccc ddd indicate a portion of the currently configured IP address As soon as c IP is displayed release the Pause Scroll IP Address Reset button Press and release the Pause Scroll
8. _ SEIST Instruction Manual Auto Transfer Rack Power Distribution Unit AT Series Geist 1821 Yolande Ave Lincoln NE 68521 800 432 3219 402 474 3400 F 402 474 4369 www geistglobal com Contents SDECIFIGCATIONS nn Overview Environmental Electrical Receptacle Ratings Networking For Current Monitoring Meter Units Only Data Formats For Current Monitoring Meter Units Only EMC Verification Installat on 2a Instructions Guidelines MOUNTING ra A Optional Local Monitoring uuuuuuunnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn Power Meter Current Meter Three Circuit Current Meter Total Current Meter Optional Remote Monitoring uunnnnuunununnnnnnnnnnnnnnnnnnnnnnnnnnnnn Current Monitoring Meter Overview Current Monitoring Meter Instructions Service Techn SUD DOF an Service and Maintenance More Technical Support TaBle of Figures nn REVISION HISEO TV ee a a a a a aa ee GM1107 Rev 2 2 Revision Date 7 25 2014 Specifications Overview The AT Series Auto Transfer Power Distribution Units PDUs provide automatic transfer switching from primary Source A to secondary Source B in the event of primary source failure The PDU automatically transfers back to the primary source when it becomes available Front mounted LED s indicate availability of power at Source A and Source B AT Series Auto Transfer PDUs can optionally be configured with a Geist Current Meter that provides
9. ame A 2 Ai Amps 0 02 0 02 0 02 0 02 Friendly Name Outlet 18 top Outlet 17 Outlet 16 Outiet 15 Phase A 120 Volts Amps 0 02 0 02 Friendly Name Outiet 14 Outlet 13 Phase AB 208 Volts Hame AB 4 AB 3 Ad 2 A 1 Name B 2 B 1 Amps 0 02 0 02 0 02 0 02 Friendly Name Outiet 12 Outiet 11 Outiet 10 Outlet 9 Phase B 120 Volts Amps 0 02 0 02 Friendly Name Outlet 8 Outlet 7 Phase BC 208 Volts Name BC 4 BC 3 ar Amps 0 02 0 02 13 Friendly Name Outlet amp Outlet 5 Puatlat 2 Rev Date 7 25 2014 LED Display Each PDU has a built in 4 digit LED display mounted midway down the chassis The display scrolls through the most recent current measurement in amps for each circuit one at a time It displays a circuit name pauses and then displays the measurement Momentarily press the Pause Scroll IP Address Reset button on the front of the PDU to pause the display on the current measurement While paused the display will cycle back and forth between circuit name and current reading every three seconds Momentarily pressing the Pause Scroll IP Address Reset button again will skip ahead to the next circuit The display will begin to scroll again thirty seconds after the last button push Notes During the first cycle after the display has been paused the display may take up to six seconds to display a measurement Due to the time required t
10. amount of airflow required for safe operation of equipment is not compromised Mount the PDU so that a hazardous condition is not achieved due to uneven mechanical loading Follow nameplate ratings when connecting equipment to the branch circuit Take into consideration the effect that overloading of the circuits might have on over current protection and supply wiring The PDU relies on the building installation for protection from over current conditions A certified overcurrent protection device is required in the building installation The overcurrent protection device should be sized according to the PDU s nameplate ratings and local national electrical codes Reliable earthing of rack mount equipment should be maintained Particular attention should be given to supply connections other than direct connections to the branch circuit The PDU must be connected to an earthed socket outlet The PDU is intended for Restricted Access Locations only and only qualified service personnel Should install and access the PDU For pluggable equipment install the PDU so that the input plug or appliance coupler may be disconnected for service Sequential power up of devices powered by the PDU is recommended to avoid high inrush current Caution Disconnect all power cords before servicing The PDU is intended for use with TN or TT power supply systems Branch Circuit should be sized based on the PDU s nameplate electrical rating A 12 Amp rated PDU
11. and the cycle is continuously repeated as illustrated in the figure below CURRENT METER CURRENT METER eaaa EIRE Ure rte AMPS AMPS CURRENT METER CURRENT METER ae TUT Lre ate AMPS AMPS CURRENT METER CURRENT METER mtg A AMPS AMPS Three Circuit Current Meter Display Sequence GM1107 Rev 2 9 Rev Date 7 25 2014 Total Current Meter The Geist total current meter is a low power high accuracy meter capable of measuring true RMS Current The value of current per output circuit is shown on an easy to read 4 digit LED Display The display continuously scrolls through the three different measured values of current The total current meter is designed to be deployed in single phase PDUs with one input circuit and two output circuits The meter will scroll between the total value of the PDU input current and the value of the two output circuits The total current meter will automatically begin scrolling when the PDU is connected to AC Mains power The total current meter displays the measurement name followed by the measurement reading All three measurements are displayed and the cycle is continuously repeated as illustrated in the figure below _ CURRENT METER CURRENT METER MT cH AMPS CURRENT METER rit ou AMPS CURRENT METER rit Toei AMPS Total Current Meter Display Sequence GM1107 Rev 2 10 Rev Date 7 25 2014 Optional Remote Monitoring Current Monitoring Meter Overview The Geist Curre
12. erfaces Addresses Routing Table Arp Gen Table Reachability Traceroute NSLookup Ip discovery MBrowser Graph Host name 4 192 168 123 123 Tube SIE DNSname enotin DNS pubic Timeout ms 2000 SNMPPor 161 IP Address ea b community private Retries RE en an SysContact kuppot geistmfg com 800 432 3219 SysServices 92 SysLocation Ihttp www geistmfg com SysDescr j Manufacturing SysObjectID enterprises geistmfg SysUpTime 10 0 39 41 98 Configuration Set as default Load default Factory settings Telnet Telnet application ftelnet exe Browse Sysinfo variables OK 2 i seeeeeeseeecsosseeesseeeeessseeg Start nesssnssssnsssnnsessnnnssonneee Getif Configuration Example GM1107 Rev 2 16 Rev Date 7 25 2014 3 Click the MBrowser tab and expand the iso tree down to geistmfg 4 Select geistmfg and click the Start button Getif should start requesting data from the unit via SNMP and display it in the large box at the bottom of the window Ei Getif Fee Parameters Interfaces Addresses Routing Table Ap Gen Table Reachability Traceroute NSLookup Ip discovery MBrowser Graph iso org dod intemet private enterprises geistmfg 1 3 6 1 4 1 21239 E dod Type other Enums z l intemet mgmt experimental l private El enterprises 3 ccitt joint iso ccit v 13614121239 Grllob set Add to g
13. ess First time setup MacOS 10 5 and 10 6 Open System Preferences via the Dock or the Apple menu Select Network under Internet amp Network Select Ethernet from the list on the left side of the window and enter these settings on the right side of the window Configure Manually IP Address 192 168 123 1 Subnet Mask 255 255 255 0 Router Leave blank Hit Apply and confirm the changes The unit should now be accessible in a web browser via the unit s permanent IP address http 192 168 123 123 GM1107 Rev 2 12 Rev Date 7 25 2014 EM40 PDU Demo Mode EM40 GM22 v2 11 IP Address 192 168 120 28 GM1107 Rev 2 Location Automatic HH Ethernet AN Connected NP Status Connected Ethernet is currently active and has the IP address 192 168 1 205 Configure Manually H Parallel dapter gt Connected Parallel dapter Q Connected Bluetooth J IP Address 192 168 123 1 Not Connected Subnet Mask 255 255 255 0 FireWire Sf Not Connected Router onen S En Search Domains r Rand N E Click the lock to prevent further changes MacOS X network settings for initial setup GEIST Display Alarms Configuration XML MIB Total Amps Phase A 0 00 Amps Phase A Fhase 8 0 00 Amps Phase 8 Phase C 0 00 Amps Phase C Neutral 0 00 Amps Neutral Phase AC 208 Volts Connecting to the PDU using a web browser Name AC 4 AC 3 AC 2 AC 1 H
14. nt Monitoring Meter is a high accuracy meter capable of measuring true RMS current The value of line current per input phase and output circuit current is shown on an easy to read 4 digit LED Display The display continuously scrolls through the different measured values The Current Monitoring Meter also provides access to measurement data and control values through a web page SNMP or XML The Current Monitoring Meter Instructions section of this document will give more detailed information on the operation and functionality of the Current Monitoring Meter Venmuny esse REMOTE CURRENT MONITOR again to manually u e scroll circuit currents Es Ethernet Connection Auto scroll i u i Net Mask 255 255 255 0 Press and hold 20 Gateway 192 168 123 1 seconds for current IP address Hold additional AM PS ym PAUSE SCROLL Pras tes for IP reset IP ADDRESS RESET Current Monitoring Meter Current Monitoring Meter Instructions Setting an IP Address The PDU comes preset with an IP address for initial setup and access to the unit The Configuration page contains the network properties Access to the unit requires the IP address to be known the IP address may be manually reset should the user configured address be forgotten The default address is IP Address 192 168 123 123 Subnet Mask 255 255 255 0 Gateway 192 168 123 1 First time setup 1 Connect PDU to your computer using a crossover cable or a hub 2
15. o measure current accurately the same reading may be shown twice while the display is paused For reference Cr 1 Circuit 1 Cr 2 Circuit 2 Cr 3 Circuit 3 Cr 4 Circuit 4 Cr 5 Circuit 5 Cr 6 Circuit 6 Ph A Phase A Ph b Phase B Ph C Phase C nEUt Neutral Fd A Feed A Fd B Feed B GM1107 Rev 2 14 Viewing the IP Address Resetting to Default IP In the event that the IP address of the PDU is lost it is possible to view the currently configured IP address on the unit s built in LED display or reset the IP address to the default To view the IP address press and hold the Pause Scroll IP Address Reset button on the front of the PDU for 20 seconds The screen will stop displaying scrolling power data in order to display the currently configured IP address The display will show the IP address using the following format c IP gt aaa gt bbb gt gt ccc gt gt ddd The gt indicates a pause and the aaa bbb ccc ddd indicate a portion of the currently configured IP address The IP address will be displayed twice before normal scrolling continues CAUTION If the Pause Scroll IP Address Reset button is being held while the second segment bbb above of the IP address is being displayed the unit s IP address will be reset To prevent this release the button as soon as c IP shows up on the display To reset the IP address to the backup IP address press and hold the Pause Scroll I
16. raph Add to Gen Getif Geist Entry in MIB Table GM1107 Rev 2 17 Rev Date 7 25 2014 Service Tech Support Service and Maintenance No service or maintenance is required Do not attempt to open the PDU or you may void the warranty No serviceable parts inside It is recommended that power be removed from the unit before installing or removing any equipment More Technical Support http www geistglobal com 800 432 3219 Email support geistglobal com Or contact your distributor GM1107 Rev 2 Rev Date 7 25 2014 Table of Figures Flush Mount Brackets FM 52 8222 6 Adjustable Mount Brackets AM 22 2 a EAE a 6 23 Conversion Viounting Brackets 23 RM ssiri ini AR een 7 Power Meter Displays T E TE TEA AT 8 Current Meter Display u een einen 8 Three Circuit Current Meter Display Sequente ea TE EE T Ei 9 Total Current Meter Display Seguente scires iniinda aaia aaie aoa eiia aa iniia oaa aiaia 10 Current Monitorin Neter n u 22246801 222 a ER i a eaa ae a E aeaa aeaa 11 Typical Network Card Settinps Tor PC ugannan aan AE E Ea 12 or Laptop to connect to default IP address ssssssseecccsssssececccssssececccssssececccsssssececosssssceccosssesececosssssecocssssssceeossssssscesosssssseeoso 12 MacOS X network settings for initial setup sssssseceocsssssececccssssceeoccsssseccoccsssssceoccossssecoocsssssseccosssssseceossssssececssssssecesesssssseeoso 13 Connecting to the PDU using a web browser sssssceeeeccccccs
17. rrent draw measured in true RMS Amps Voltage PDU output voltage measured in true RMS Voltage Power PDU output power measured in Watts referred to as real or active power Power Factor Ration of real PDU output power to apparent PDU output power POWER METER POWER FACTOR mp in Power Meter Display Current Meter The Geist CM 1 current meter is a low power high accuracy meter capable of measuring true RMS Current The value of current is continuously shown on an easy to read 4 digit LED Display The Current Meter will automatically begin to display value of output current when the PDU is connected to AC Mains power CURRENT METER AMPS 7392 Rev A Current Meter Display 2 Real power is the power in a circuit that is transformed from electric to non electric energy while apparent power is the total power supplied to the circuit GM1107 Rev 2 8 Rev Date 7 25 2014 Three Circuit Current Meter The Geist CM 3 current meter is a low power high accuracy meter capable of measuring true RMS Current The value of current per output circuit is shown on an easy to read 4 digit LED Display The display continuously scrolls through the three different measured values of output circuit current The Current Meter will automatically begin to display value of output current when the PDU is connected to AC Mains power The CM 3 meter displays the circuit name followed by the circuit reading All three circuits are displayed
18. ssssssssceccecococooosssssesececcecosooossssssosceceececocoosossssssssseceeccecosssosssssssseeeee 13 Genf Conheurinon Example curiae secectexce eed occ se csustdsteanctsnsesncil etwas nr A EE EEEE 16 Getif Geist Entry in MIB Table a I I E Ea e Eaa ESEO ENEE aiiai 17 GM1107 Rev 2 19 Rev Date 7 25 2014 Revision History 2 17 2011 Original Published Version Changed EM40 Display Page and company s name BPO 6 22 2012 Changed Logo and web address ae GM1107 Rev 2 20 Rev Date 7 25 2014

Download Pdf Manuals

image

Related Search

Related Contents

Epson Stylus SX210 User's Manual  HSG 1257 - Hannspree  Warranty conditions and Repair procedure  PJCD551(CE)  be.ez LE reporter Air 13"  Whynter FM-951GW Use and Care Manual  VMF518 Instruction Manual  BA Amplicomms TV2500_DE_fu r 4 250711  

Copyright © All rights reserved.
Failed to retrieve file