HTTP server functions/web pages84 FP Web-Server V2.810 EN12.1.4 HTTP address, CGI function PLC and calling parameterPlease also note the display/input in the "Location" field:"http://199.199.26.52/plc?dt200" of the browser. Using theparameter following the IP address, you can control various functions.HTTP address Functionhttp://199.199.26.52/ Downloads MAIN.HTM (in MAIN.HTM you canneither use PLC data fields nor passwordprotection)http://199.199.26.52/zzz.HTM Downloads HTML page zzz.HTMhttp://199.199.26.52/plc?yyy Downloads HTML page yyy.MTM including PLCdata. The file format .MTM is equivalent to the.HTM format plus PLC data. The .MTM file isgenerated by the Configurator.http://199.199.26.52/plc?yyy&U=xx With automatic reload/update after xxseconds. The maximum refresh rate is reachedwith the input &U=0.For rapidly changing PLC data, we recommendusing Java Applets, which can handle a muchhigher data update/display rate.http://199.199.26.52/plc?yyy&A=xx All following PLC data displayed (includingyyy.MTM) are addressed to the PLC with theC-Net/MEWTOCOL Address xx (0..32). 0 isequivalent to the universal address EE. Thedefault address (if no &A parameter is used)can be determined in the base configurationsetting PLC MEWTOCOL Address. The &Aoperator does not affect the default addressingfor input fields.http://199.199.26.52/plc?yyy&I=xx All following PLC data displayed (includingyyy.MTM) are routed through the interfacewith the specific number (). The &I operatordoes not affect the default setting of theinterface for input fields.http://199.199.26.52/plc?yyy&Rxxy=wBefore downloading the page yyy, the internalflag with the address Rxxy is set (w=1) orreset (w=0). (xx=0...999, y=0...F, w=0/1)http://199.199.26.52/plc?yyy&Yxxy=wBefore downloading the page yyy, the outputwith the address Yxxy is set/ reset.(xx=0...999, y=0...F, w=0/1)http://199.199.26.52/plc?yyy&Y0=1&A=5&Y0=1It is possible to combine different types ofcommands!Comments: http://199.199.26.52/' can be omitted for relative hyperlinks in an.HTM (or .MTM) file. Only when the HTTP server is turned on can the modification of PLCdata (via &Y and &R commands) be temporarily turned off. If an erroroccurs, writing to the PLC may be prevented. Therefore, the functioningof the Ys and Rs is also affected.