Home
- Power Logic
Contents
1. lt td width 300 gt lt p align center gt Frequency lt p gt lt td gt lt td align center width 90 gt lt p align center gt lt input type text size 5 name frequency gt lt p gt lt td width 100 gt lt p align center gt Hz lt p gt lt td gt lt tr gt lt tr gt lt td width 300 gt lt p align center gt Current Phase A lt p gt lt td gt lt td align center width 90 gt lt p align center gt lt input type text size 5 name currentphasea gt lt p gt lt td width 100 gt lt p align center gt Amps lt p gt POWERLOGIC ECC EGX400 PM8ECC Example 1 Creating A New HTML Custom Page 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 T3 63230 314 202A5 08 2007 lt td gt lt tr gt lt tr gt lt td width 300 gt lt p align center gt Current Neutral lt p gt lt td gt lt td align center width 90 gt lt p align center gt lt input type text size 5 name currentneutral gt lt p gt lt td width 100 gt lt p align center gt Amps lt p gt lt td gt lt tr gt lt tr gt lt td width 300 gt lt p align center gt Current Ground lt p gt lt td gt lt td align center width 90 gt lt p align center gt lt input type text size 5 name currentground gt lt p gt lt td width 100 gt lt p align center gt Amps lt p gt lt td gt
2. Minimum System Requirements e Windows 98 SE Windows NT 4 0 Windows 2000 Service Pack 2 Windows XP e Internet Explorer 6 0 or later e 30MB of available hard drive space Supported Devices The following devices are supported by PowerLogic WebPageGenerator e CM4000 CM3000 CM2000 CM200 and CM100 series circuit monitors e Enercept and Energy submeters e Micrologic low voltage trip units e PM800 PM700 PM600 PM500 PM300 and PM9C series power meters e Sepam protective relays series 80 40 20 and 2000 e Model98 transformer temperature controllers e ATV and ATS drives and soft starters e Motorlogic Plus motor starters e Motorpact Medium Voltage Soft Starter MVSS Figure 1 Sample Circuit Summary Page ease Schneider All_PMO ap Electric H on Single Device Pages Circuit Summary 10 7 2003 Select a device z 15 16 50 Model98 35 35 34 OFF Summary Pages CM4000 40 113 39 0 97 lag Cm4000 4 22 8 0 93 lag CM2000 20 414 1130 0 41 lag M2000 2 92 67 0 87 lag PM850 211 104 0 57 lag PM650 n 9 0 36 lag PM620 0 0 1 00 PM500 53 10 58 0 55 PM300 7 65539 0 6 Gaa Micrologic P 259 92 1 00 closed Sepam S20 929 _ closed Sepam M41 446 7231 0 54 Enercept 0 0 1 00 EnergyMeter 1 0 07 0 59 EXAMPLE 1 CREATING A NEW HTML Example 1 is an exercise in creating the following new HTML page to be CUSTOM PAGE transferred to the ECC EGX400 PM8ECC Figure 2 Example 1 HTML Page CM2350 Slave
3. lt tr gt lt table gt lt br gt lt HR SIZE 1 width 66 gt lt CENTER gt lt font face Times Roman size 2 gt 2004 SchneiderElectric All rights reserved lt font gt lt CENTER gt lt form gt lt script language JavaScript gt function ShowFreq Registers PL__3 2020 2021 2022 2025 1001 1003 1006 1007__ PL ScaleFactorA Registers 0 ScaleFactorB Registers 1 ScaleFactorC Registers 2 ScaleFactorF Registers 3 Frequency Registers 4 CurrentPhaseA Registers 5 CurrentNeutral Registers 6 CurrentGround Registers 7 ScaleFactorAMultiplier 0 2007 Schneider Electric All Rights Reserved 63230 314 202A5 08 2007 2007 Schneider Electric All Rights Reserved ScaleFactorBMultiplier ScaleFactorCMultiplier ScaleFactorFMultiplier TheTime new Date switch ScaleFactorA case 2 ScaleFactorAMultiplier break case 1 ScaleFactorAMultiplier break case 1 ScaleFactorAMultiplier break default ScaleFactorAMultiplier break switch ScaleFactorB case 2 ScaleFactorBMultiplier break case 1 ScaleFactorBMultiplier break case 1 ScaleFactorBMultiplier break default ScaleFactorBMultiplier break switch ScaleFactorC case 2 ScaleFactorCMultiplier break case 1 ScaleFactorCMultiplier break case 1 POWERLOGIC ECC EGX400 PM8ECC Example 1 Crea
4. 1001 of the CM2350 has the Frequency value 70 Register 1003 of the CM2350 has the Current Phase A value 71 Register 1006 of the CM2350 has the CurrentNeutral value 72 Register 1007 of the CM2350 has the Current Ground value 142 145 JavaScript statements to print variable values into their field Once you have created the HTML page you must transfer this page to the ECC EGX400 PM8ECC For details see the ECC user s guide 63230 304 204 the EGX user s guide 63230 314 208 or the PM8ECC user s guide 63230 506 204 Example 2 is an exercise in modifying the Example 1 custom page to pull data from a CM4000 rather than a CM2000 For Example 2 the CM4000 has a device address of 1 on the ECC EGX400 PM8ECC daisy chain Solution In this exercise we will keep the web page layout and colors exactly the same However the real time data tags must be changed to get information from the CM4000 rather than the CM2000 To do that open the HTML source file using any web page or text editor and make the following changes HTML Modification Replace line 4 lt title gt CM2350 Slave Device 3 lt title gt with lt title gt CM4000 Slave Device 1 lt title gt POWERLOGIC ECC EGX400 PM8ECC Creating a Link to the Home Page CREATING A LINK TO THE HOME PAGE 10 63230 314 202A5 08 2007 Replace line 13 CM2350 Slave Device 3 lt b gt lt font gt lt p gt with CM4000 Slave Device 1 lt b gt lt fon
5. Modifying an Existing HTML Custom Page Table 2 Description of HTML Source Code for Example 1 HTML Code hee Line No Description HTML Source for the Static Elements 3 HTML tag to set up page refresh cycle in seconds 4 HTML tag to define page title label This title appears on the browser title bar and is used in the main links page of the ECC EGX400 PM8ECC 13 HTML syntax to write the title of the table CM2350 Slave Device 3 20 HTML syntax to write Frequency table cell text label 23 HTML syntax for the input control to be filled by dynamic data 25 HTML syntax to write Hz 30 33 35 HTML syntax for displaying Current Phase A 40 43 45 HTML syntax for displaying Current Neutral 50 53 55 HTML syntax for displaying Current Ground JavaScripting Code for the Dynamic elements 64 This line contains the following PL delimiters at the beginning and end to signify to the ECC EGX400 PM8ECC to parse this string and dynamically fill it with register data 3 to signify the serial slave device address on the daisy chain 2020 2021 1007 a list of register numbers which contain necessary CM2350 data 65 Register 2020 of the CM2350 has the Scale Factor A value 66 Register 2021 of the CM2350 has the Scale Factor B value 67 Register 2022 of the CM2350 has the Scale Factor C value 68 Register 2025 of the CM2350 has the Scale Factor F value 69 Register
6. Device 3 Frequency i Hz Current Phase A Amps Current Neutral Amps Current Ground Amps 2004 SchneiderElectric All rights reserved 4 2007 Schneider Electric All Rights Reserved 63230 314 202A5 08 2007 HTML Source Code for Example 1 2007 Schneider Electric All Rights Reserved POWERLOGIC ECC EGX400 PM8ECC Example 1 Creating A New HTML Custom Page The following is the HTML source code for the Example 1 web page See Table 2 on page 9 for descriptions of source code NOTE Bold type indicates the HTML and JavaScript that are key points to consider when making a custom page Also note that the line numbers are for reference only they are not part of the HTML Line No HTML Syntax 1 2 3 4 5 6 7 8 9 10 11 12 13 14 T5 16 EIS 18 T9 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 lt html gt lt head gt lt META HTTP EQUIV refresh CONTENT 5 gt lt title gt CM2350 Slave Device 3 lt title gt lt head gt lt body gt lt form name view_form gt lt p align center gt lt input type text name time_spot size 40 gt lt table border 1 width 600 gt lt tr gt lt td width 600 gt lt p align center gt lt font size 4 gt lt b gt CM2350 Slave Device 3 lt b gt lt font gt lt p gt lt td gt lt tr gt lt table gt lt table border 1 width 600 gt lt tr gt
7. equal to the start location register or coil to be written e num x is equal to the number of registers or coils to be written e x is equal to the value or data to be written String Description Modbus Write Function sh Write Single Holding Register 0x06 Preset Single Register mh Write Multiple Holding Register s 0x10 Preset Multiple Registers sc Write Single Coil 0x05 Force Single Coil mc Write Multiple Coil s OxOf Force Multiple Coils Sample Page for Slave Device Writes lt DOCTYPE HTML PUBLIC W3C DTD HTML 4 0 Transitional EN gt lt HTML gt lt HEAD gt lt TITLE gt Example Write Register Page lt TITLE gt lt META http equiv Content Type content text html charset windows 1252 gt lt META content MSHTML 6 00 2800 1170 name GENERATOR gt lt HEAD gt lt BODY gt lt This script creates a lt FORM gt tag using the URL string Copy and paste this script to the beginning of your custom page gt lt SCRIPT gt get string from url box UrlString document URL create a string that contains the page name and the token ECC EGX400 only get the length of the string Length UrlString length find the location where the page name begins index_string UrlString lastIndexOf Length 2 remember the page name including the token if it exists end_string UrlString subst
8. lt FONT gt lt TD gt lt TR gt lt TR gt lt TD align middle gt lt FONT lt TD align middle gt lt FONT name cmda gt lt BR gt lt FON lt TR gt lt TD align middle gt lt FONT lt TD align middle gt lt FONT lt FONT gt lt TD gt lt TR gt lt TR gt lt TD align middle gt lt FON 1 lt TD align middle gt lt FON 1 lt FONT gt lt TD gt lt TR gt lt TR gt lt TD align middle gt lt FON 1 lt TD align middle gt lt FON 1 m 7 size 3 gt Address deva lt FONT gt lt TD gt size 3 gt lt INPUT size 5 value 4 name deva gt size 3 gt Write Function cmda lt FONT gt lt TD gt size 3 gt lt INPUT size 5 value sh gt lt TD gt lt TR gt size 3 gt Start Location strta lt FONT gt lt TD gt size 3 gt lt INPUT size 5 value 15800 name strta gt size 3 gt of Registers numa lt FONT gt lt TD gt size 3 gt lt INPUT size 5 value 1 name numa gt size 3 gt Value to be written al lt FONT gt lt TD gt size 3 gt lt INPUT size 5 value 5 name al gt lt FONT gt lt TD gt lt TR gt lt For four registers change numa value to 4 and remove the comment tags below gt lt lt TR gt lt TD align middle gt lt FONT size 3 gt Value to be written a2 lt FONT gt lt TD gt lt TD align middle gt lt FONT size 3 gt lt input type text name a2 value 10 size 5 gt 2007 Schneider Electric All Right
9. Instruction Bulletin X 63230 314 202A5 08 2007 PowerLogic Ethernet Communications Card ECC and PowerLogic Ethernet Gateway EGX400 PowerLogic Series 800 Power Meter Ethernet Communications Card PM8ECC Reference Guide Retain for future use INTRODUCTION APPLICATIONS FOR THE ECC EGX400 PM8ECC Supported Ethernet Protocols Schneider This reference manual covers web page development for the PowerLogic Ethernet Communications Card ECC PowerLogic Ethernet Gateway EGX400 and the PowerLogic Series 800 Power Meter Ethernet Communications Card PM8ECC For additional information refer to the following documentation e ECC installation manual 63230 304 201 e ECC users guide 63230 304 204 e EGxX installation manual 63230 314 200 e EGX user s guide 63230 31 4 208 e PMB8ECC installation guide 63230 506 200 e PM8ECC user s guide 63230 506 204 To download the documenation from www PowerLogic com select your country gt Literature gt Communication Devices gt Ethernet ECC or Ethernet EGX gt Instructional then select the manual you want to download Follow the instructions on the website for obtaining a password to access online literature The ECC EGX400 PM8ECC functions primarily as an Ethernet gateway to allow Ethernet access to Modbus Jbus and PowerLogic SY MAX serial devices Additionally the ECC EGX400 PM8ECC functions as a web and file server The ECC EGX400 PM8ECC supports the followi
10. ction Code 4 lt DevicelD gt lt RegisterAddress1 gt lt RegisterAddress2 gt etc example tag PL__141003 1004 1005 1006 1007__ PL example of data returned 85 86 84 25 56 Modbus Block Read Coil Status Modbus Function Code 1 lt DevicelD gt C lt StartingCoilAddress gt lt NumberOfCoils gt example tag PL__1 C1003 5 __ PL example of data returned 1 0 0 1 1 Modbus Block Read Input Status Modbus Function Code 2 lt DevicelD gt D lt StartingInputAddress gt lt NumberOflnputs gt example tag PL__1 D1003 5 __ PL example of data returned 1 0 0 1 1 Modbus Block Read Holding Registers Modbus Function Code 3 lt DevicelD gt H lt StartingRegisterAddress gt lt NumberOfRegisters gt example tag PL__1 H1003 5 __ PL example of data returned 85 86 84 25 56 Modbus Block Read Input Registers Modbus Function Code 4 lt DevicelD gt I lt StartingRegisterAddress gt lt NumberOfRegisters gt example tag PL__1 11003 5 __ PL example of data returned 85 86 84 25 56 Modbus Scattered Read Holding Registers Modbus Function Code 100 lt DevicelD gt S lt RegisterAddress1 gt lt RegisterAddress2 gt etc example tag PL__1 S1003 1004 1005 1006 1007__PL example of data returned 85 86 84 25 56 Modbus Block Read General Reference Modbus Function Code 20 lt DevicelD gt F lt StartingRegisterAddress gt lt NumberOfRegisters gt lt File gt example
11. document write lt center gt lt a href Home htm Code gt lt fontsize 2 gt lt b gt Home lt b gt lt a gt lt center gt lt script gt 2007 Schneider Electric All Rights Reserved 63230 314 202A5 08 2007 CREATING A CUSTOM PAGE TO WRITE TO SLAVE DEVICES Required Format for Posting 2007 Schneider Electric All Rights Reserved POWERLOGIC ECC EGX400 PM8ECC Creating a Custom Page to Write to Slave Devices The simplest way to create a custom HTML page that allows you to write to slave devices is to copy and modify the sample provided in Sample Page for Slave Device Writes on page 12 We recommend that you set pages capable of doing writes to Admin level password access If you are using the write capability in a remote control application be especially careful about assigning passwords and using this feature as writing to registers changes the configuration of a device and can energize and de energize devices See the ECC EGX400 PM8ECC user s guide for more about password administration The sample results in the following basic page for the ECC EGX400 PM8ECC Write a Address deva 4 Write Function cmda sh Start Location strta 15800 of Registers numa 1 Value to be written al 5 Register writes are performed using the HTML post function The form post name must equal PostPageNamexxxxx where e PageName is the nam
12. e of the custom page from which the form post is initiated e xxxxx is the security token assigned during the login The security token xXXXX will have to be dynamically generated with DHTML NOTE This only applies to the ECC EGX400 A single custom page can contain multiple form posts as long as each form has a unique name attribute Within each form post there can be from one to five write functions with the following maximum number of register or coil data to be written Number of writes in individual Number of max locations form post per write 95 45 25 20 aj A w N 15 Each write function must be represented by the following input variables Write 1 Write 2 Write 3 Write 4 Write 5 devx deva devb deve devd deve mdx cmda cmdb cmdc cmdd cmde strtx strta strtb strtc strtd strte numx numa numb numc numd nume x al b1 cl d1 el x a2 p2 c2 d2 e2 11 POWERLOGIC ECC EGX400 PM8ECC 63230 314 202A5 Creating a Custom Page to Write to Slave Devices 08 2007 X 49 D3 o3 d3 93 x Where e devx is equal to the slave address of the device to be written e cmdx can equal any of the strings in the table below e strtx is
13. es lines and tables This part of the custom page is usually created with a web page editor and customized by adding or modifying HTML tags Because the static portion of the web page is dependant on the user it is left to the web designer to decide how to write the HTML code Therefore it is not addressed in this manual Dynamic Components These components include special delimiters known as server side includes SSI that tell the ECC EGX400 PM8ECC to dynamically get register information from attached devices and display it in the HTML page 2007 Schneider Electric All Rights Reserved 63230 314 202A5 08 2007 Accessing Devices Table 1 PowerLogic Tags and Usage POWERLOGIC ECC EGX400 PM8ECC WebPage Generator Utility In general the custom pages will be written in HTML with a special tag that tells the ECC EGX400 PM8ECC to dynamically get register information from a device The delimiter at the beginning of a tag is PL_ _ and the delimiter at the end is _ _PL This tells the ECC EGX400 PM8ECC to parse this string and dynamically fill it with register data Table 1 lists the supported PowerLogic tags Function Name Function Code PowerLogic TAG SyMax Block Read Registers SyMax Function Code 0 lt DevicelD gt lt StartingRegisterAddress gt lt NumberOfRegisters gt example tag PL__1 1003 5 __ PL example of data returned 85 86 84 25 56 SyMax Scattered Read Registers SyMax Fun
14. iagnostic information used for network management purposes via UDP port 161 e Simple Network Time Protocol SNTP SNTP is a protocol used to synchronize the clocks of networked devices using a SNTP server via UDP port 123 To create custom web pages for the ECC EGX400 PM8ECC you should have the following e A general understanding of the PowerLogic Power Monitoring and Control System e A general understanding of the Internet and the World Wide Web WWW e Basic skills with text editor software e Working knowledge of HyperText Markup Language HTML and JavaScripting Before proceeding ensure that you have the following e The ECC EGX400 PM8ECC installed and assigned an IP address e Access to the ECC EGX400 PM8ECC via a LAN connection e Web page editor or text editor software Custom HTML page examples are included on a CD ROM shipped with the ECC PM8ECC The pages are configured to read data from the host device NOTE Each HTML page for the ECC can have a maximum file size of 50 KB A maximum of ten pages totalling 500 KB can be stored in the host circuit monitor If you need to delete a custom page from the circuit monitor to make room for one you ve created you can restore the deleted page in the future from the CD ROM In general each ECC EGX400 PM8ECC custom page has two components and each one is developed using different tools Static Components These components include the page layout static text color schem
15. ng Ethernet protocols e Modbus TCP IP Used to serve compatible Modbus TCP IP masters such as the System Manager Software SMS system via TCP port 502 e Hypertext Transfer Protocol HTTP Provides web server functionality via TCP port 80 Remote configuration and the viewing of real time and historical data is possible using a web browser Nonvolatile memory in the EGX400 PM8ECC is used to store the web pages graphics documentation controls applets and other files e File Transfer Protocol FTP Provides the ability to transfer the following file types to and from the EGX400 PM8ECC via TCP port 21 NOTE The ECC only supports HTM HTML files The file types with an asterisk are parsed by the EGX400 PM8ECC as described in the following sections GIF and JPEG graphics files PDFs Java applets ActiveX controls HTM HTML ES Electric POWERLOGIC ECC EGX400 PM8ECC 63230 314 202A5 Creating Custom Web Pages for the ECC EGX400 PM8ECC 08 2007 CREATING CUSTOM WEB PAGES FOR THE ECC EGX400 PM8ECC Hardware Software and Logistics Requirements File Storage Considerations Components of Custom HTML Pages XML XSL XSD DTD Txt files e Simple Mail Transfer Protocol SMTP Provides the ability to send e mail messages using TCP port 25 e Simple Network Management Protocol SNMP Based on MIB2 format SNMP provides the ability to store and send identifying and d
16. ring index_string 1 Length if this page is the result of a post the Post will be prepended to the beginning of the string We do not want this so delete it end_string end_string replace Post create the post string for the action attribute new_string Post end_string If there are multiple forms on a single page and the variable for the posts is accessed outside of the forms each form must have a unique name If the variables are not accessed outside the form or if there is only oneform this is not necessary It is done here to show how to use a variable to create a form name For this pageit is hard coded but it could be generated at run time 12 2007 Schneider Electric All Rights Reserved 63230 314 202A5 08 2007 form_name my_form POWERLOGIC ECC EGX400 PM8ECC Creating a Custom Page to Write to Slave Devices create the string to create the form and send it post_string lt FORM name form_name action new_string method POST align center gt document write post_string lt SCRIPT gt lt TABLE cellPadding 2 align center border 0 gt lt TBODY gt lt TR gt lt TD vAlign top gt lt TABLE cellPadding 2 align center border 1 gt lt TBODY gt lt TR gt lt TD align middle colSpan 2 gt lt B gt Write a lt B gt lt TD gt lt TR gt lt TR gt lt TD align middle gt lt FONT lt TD align middle gt lt FONT
17. s Reserved 13 63230 314 202A5 08 2007 lt FONT gt lt TD gt lt TR gt lt TR gt lt T lt TD align middle gt lt FONT size 3 gt D align middle gt lt FONT size 3 gt Value to be written POWERLOGIC ECC EGX400 PM8ECC Creating a Custom Page to Write to Slave Devices a3 lt FONT gt lt TD gt lt input type text name a3 value 100 size 5 gt lt FONT gt lt TD gt lt TR gt lt TR gt lt TD align middle gt lt FONT size 3 gt Value to be written a4 lt FONT gt lt TD gt lt TD align middle gt lt FONT size 3 gt lt input type text name a4 value 0 size 5 gt lt FONT gt lt TD gt lt TR gt gt lt TBODY gt lt TABLE gt lt TD gt lt TR gt lt TBODY gt lt TABLE gt lt BR gt lt BR gt lt BR gt lt CENTER gt lt INPUT type submit value Write gt lt CENTER gt lt FORM gt lt Home link for current session gt lt BR gt lt SCRIPT gt UrlString document URL Length UrlString length Code UrlString substring Length 4 Length if Code htm Code UrlString substring Length 5 Length Home lt center gt lt a href Home htm Code gt lt font size 2 gt lt b gt Home lt b gt lt a gt lt center gt document write Home lt SCRIPT gt lt BODY gt lt HTM 14 Schneider Electrical equipment should be installed operated serviced and maintained only by qualified personnel No responsibilit
18. t gt lt p gt JavaScripting Source Code Modification To receive the dynamic data from the CM4000 rather than the CM2000 change the CM2000 device address and register numbers to the CM4000 device address and its corresponding register numbers Make the following changes Replace line 64 Registers PL__3 2020 2021 2022 2025 1001 1003 1006 1007__PL with Registers PL__1 3209 3210 3211 1180 1100 1103 1104 PL NOTE The CM4000 and CM2000 register lists are different The frequency parameter in the CM2000 is stored in register number 1001 and must be formatted by a scaling factor that is saved in register 2025 While the CM4000 frequency reading located in register 1180 also requires formatting a fixed scaling factor of 0 01 is always applied and does not require a register Therefore make the following modification as well Replace line 76 ScaleFactorFMultiplier 0 with ScaleFactorFMultiplier 0 01 Also you need to delete lines 123 through 131 Once complete save the file Then transfer this page into the ECC EGX400 PM8ECC If you want to have a dynamic HOME link to give users a way to get back to the main links of the ECC EGX you can copy this section of script and insert it at the bottom of the HTM page lt script gt UrlString document URL Length UrlString length Code UrlString substring Length 4 Length if Code htm Code UrlString substring Length 5 Length
19. tag PL__1F1003 5 2__ PL example of data returned 85 86 84 25 56 NOTE When creating custom HTML pages for the ECC PM8ECC an asterisk can be used for the device ID The asterisk acts as a wildcard so when it is parsed by the ECC PM8ECC the address of the host circuit monitor is automatically used for the device ID WEBPAGE GENERATOR UTILITY 2007 Schneider Electric All Rights Reserved The WebPageGenerator utility is a wizard based tool developed by Schneider Electric that creates web pages When you complete five simple steps in the utility WebPageGenerator creates web pages and sends them to the web server to provide real time and historical data views This utility supports CM3000 and CM4000 circuit monitors with an ECC or stand alone EGX400 The WebPageGenerator creates five summary web pages for real time data viewing from multiple devices as well as detailed single device web pages for data views from standard devices listed below In addition the WebPageGenerator can be used as an FTP interface to send the pages to the ECC or EGX web server You can download the WebPageGenerator utility from the Downloads section on www PowerLogic com The utility is also provided on the EGX Technical Library CD that ships with the EGX and on the CM3000 CM4000 Technical Library CD that ships with the CM3000 CM4000 and ECC POWERLOGIC ECC EGX400 PM8ECC 63230 314 202A5 Example 1 Creating A New HTML Custom Page 08 2007
20. ting A New HTML Custom Page 10 TO POWERLOGIC ECC EGX400 PM8ECC Example 1 Creating A New HTML Custom Page 24 L50 L17 118 19 20 121 22 123 at 125 126 L27 28 29 L30 3T 32 gt 3 34 134 357 136 137 138 139 L40 L41 L42 143 L44 A53 L46 L47 148 L49 63230 314 202A5 08 2007 ScaleFactorCMultiplier 10 break default ScaleFactorCMultiplier break switch ScaleFactorF bh case 1 ScaleFactorFMultiplier 0 1 break default ScaleFactorFMultiplier 0 01 break Frequency ScaleFactorFMultiplier CurrentPhaseA ScaleFactorAMultiplier if CurrentNeutral 32768 CurrentNeutral N A else CurrentNeutral ScaleFactorBMultiplier if CurrentGround 32768 CurrentGround N A else CurrentGround ScaleFactorCMultiplier document view_form frequency value Frequency document view_form currentphasea value CurrentPhaseA document view_form currentneutral value CurrentNeutral document view_form currentground value CurrentGround document view_form time_spot value TheTime ShowFreq lt script gt lt body gt ESA lt html gt 2007 Schneider Electric All Rights Reserved 63230 314 202A5 08 2007 EXAMPLE 2 MODIFYING AN EXISTING HTML CUSTOM PAGE 2007 Schneider Electric All Rights Reserved POWERLOGIC ECC EGX400 PM8ECC Example 2
21. y is assumed by Schneider Electric for any consequences arising out of the use of this material 2007 Schneider Electric All Rights Reserved LF Electric
Download Pdf Manuals
Related Search
Related Contents
Plaquette présentation EPFL 1 - Epson Europe User`s manual - Vtp Stampa - Sharp Manual de usuário do monitor de vídeo LCD 17 polegadas open Prisma series Samsung 삼성 진공 청소기 Manual - Resol StarTech.com 2m 3 Prong Laptop Power Cord – Schuko CEE7 to C5 Clover Leaf Power Cable Lead Acer Iconia A500-10S32c 32GB Copyright © All rights reserved.
Failed to retrieve file