mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
新增Webanalyzer模块
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "CoDeSys-Web-Visualization",
|
||||
"author": "Brendan Coles <bcoles@gmail.com>",
|
||||
"version": "0.1",
|
||||
"description": "CoDeSys can create XML descriptions of the visualization objects and download them to the PLC. There a Web-Server will provide the PLC data in XML format too and thus can create a continuously updated visualization which can be opened in the Web Browser of any computer which is connected via Internet, independently from the target platform (e.g. useful for remote maintenance purposes).",
|
||||
"website": "http://www.3s-software.com/index.shtml?en_CoDeSys_WebVisu",
|
||||
"matches": [
|
||||
{
|
||||
"text": "<TITLE>CoDeSys WebVisualization</TITLE>"
|
||||
},
|
||||
{
|
||||
"text": "<APPLET CODEBASE=. CODE=webvisu/WebVisu.class name=\"WebVisu\" width=\"100%\" height=\"100%\" id=\"webvisuapplet\">"
|
||||
},
|
||||
{
|
||||
"text": "<APPLET CODEBASE=. CODE=webvisu/WebVisu.class name=\"WebVisu\" width=\"99%\" height=\"99%\" id=\"webvisuapplet\">"
|
||||
},
|
||||
{
|
||||
"text": "<param name=\"archive\" value=\"webvisu.jar,minml.jar\">"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user