Added minimal functionality for Robot teaching
- Added minimal HMI - Added possibility to open and close all chamber doors
This commit is contained in:
148
Packages/Beckhoff.TwinCAT.HMI.Framework.14.3.360/runtimes/native1.12-tchmi/Manifest.json
vendored
Normal file
148
Packages/Beckhoff.TwinCAT.HMI.Framework.14.3.360/runtimes/native1.12-tchmi/Manifest.json
vendored
Normal file
@@ -0,0 +1,148 @@
|
||||
{
|
||||
"$schema": "Schema/Manifest.Schema.json",
|
||||
"apiVersion": 1,
|
||||
"modules": [
|
||||
{
|
||||
"path": "Lib/tslib.js",
|
||||
"type": "Resource"
|
||||
},
|
||||
{
|
||||
"path": "Lib/EsHelper.js",
|
||||
"type": "Resource"
|
||||
},
|
||||
{
|
||||
"path": "Lib/jquery.min.js",
|
||||
"type": "Resource"
|
||||
},
|
||||
{
|
||||
"path": "Lib/acorn.js",
|
||||
"type": "Resource"
|
||||
},
|
||||
{
|
||||
"path": "dist/TcHmiCore/GlobalFunctions.js",
|
||||
"type": "Resource"
|
||||
},
|
||||
{
|
||||
"path": "dist/TcHmiCore/StaticDefines.js",
|
||||
"type": "Resource"
|
||||
},
|
||||
{
|
||||
"path": "dist/TcHmiCore/_Types.js",
|
||||
"type": "Resource"
|
||||
},
|
||||
{
|
||||
"path": "dist/TcHmiCore/Destroyable.js",
|
||||
"type": "Resource"
|
||||
},
|
||||
{
|
||||
"path": "dist/TcHmiCore/baseTcHmiControl.js",
|
||||
"type": "Resource"
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"path": "System/Style.css"
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"path": "Themes/Base/Style.css",
|
||||
"theme": "Base",
|
||||
"component": "General"
|
||||
},
|
||||
{
|
||||
"type": "Resource",
|
||||
"path": "Themes/Base-Dark/Style.css",
|
||||
"theme": "Base-Dark",
|
||||
"component": "General"
|
||||
},
|
||||
{
|
||||
"type": "Control",
|
||||
"basePath": "Controls/System/TcHmiControl",
|
||||
"descriptionFile": "Description.json",
|
||||
"toolboxCategory": "Beckhoff.TwinCAT.HMI.Framework:200"
|
||||
},
|
||||
{
|
||||
"type": "Control",
|
||||
"basePath": "Controls/System/TcHmiContainerControl",
|
||||
"descriptionFile": "Description.json",
|
||||
"toolboxCategory": "Beckhoff.TwinCAT.HMI.Framework:200"
|
||||
},
|
||||
{
|
||||
"type": "Control",
|
||||
"basePath": "Controls/System/TcHmiPartial",
|
||||
"descriptionFile": "Description.json",
|
||||
"toolboxCategory": "Beckhoff.TwinCAT.HMI.Framework:200"
|
||||
},
|
||||
{
|
||||
"type": "Control",
|
||||
"basePath": "Controls/System/TcHmiPopup",
|
||||
"descriptionFile": "Description.json",
|
||||
"toolboxCategory": "Beckhoff.TwinCAT.HMI.Framework:200"
|
||||
},
|
||||
{
|
||||
"type": "Control",
|
||||
"basePath": "Controls/System/TcHmiContainer",
|
||||
"descriptionFile": "Description.json",
|
||||
"toolboxCategory": "Beckhoff.TwinCAT.HMI.Framework:200"
|
||||
},
|
||||
{
|
||||
"type": "Control",
|
||||
"basePath": "Controls/System/TcHmiContent",
|
||||
"descriptionFile": "Description.json",
|
||||
"toolboxCategory": "Beckhoff.TwinCAT.HMI.Framework:200"
|
||||
},
|
||||
{
|
||||
"type": "Control",
|
||||
"basePath": "Controls/System/TcHmiGrid",
|
||||
"descriptionFile": "Description.json",
|
||||
"toolboxCategory": "Beckhoff.TwinCAT.HMI.Framework:200"
|
||||
},
|
||||
{
|
||||
"type": "Control",
|
||||
"basePath": "Controls/System/TcHmiHtmlHost",
|
||||
"descriptionFile": "Description.json",
|
||||
"toolboxCategory": "Beckhoff.TwinCAT.HMI.Framework:200"
|
||||
},
|
||||
{
|
||||
"type": "Control",
|
||||
"basePath": "Controls/System/TcHmiUserControl",
|
||||
"descriptionFile": "Description.json",
|
||||
"toolboxCategory": "Beckhoff.TwinCAT.HMI.Framework:200"
|
||||
},
|
||||
{
|
||||
"type": "Control",
|
||||
"basePath": "Controls/System/TcHmiView",
|
||||
"descriptionFile": "Description.json",
|
||||
"toolboxCategory": "Beckhoff.TwinCAT.HMI.Framework:200"
|
||||
},
|
||||
{
|
||||
"type": "Control",
|
||||
"basePath": "Controls/System/TcHmiRegion",
|
||||
"descriptionFile": "Description.json",
|
||||
"toolboxCategory": "Beckhoff.TwinCAT.HMI.Framework:200"
|
||||
},
|
||||
{
|
||||
"type": "Control",
|
||||
"basePath": "Controls/System/TcHmiUserControlHost",
|
||||
"descriptionFile": "Description.json",
|
||||
"toolboxCategory": "Beckhoff.TwinCAT.HMI.Framework:200"
|
||||
},
|
||||
{
|
||||
"type": "Language",
|
||||
"locale": "de",
|
||||
"files": "Lang/Language.de.json"
|
||||
},
|
||||
{
|
||||
"type": "Language",
|
||||
"locale": "en",
|
||||
"files": "Lang/Language.en.json"
|
||||
}
|
||||
],
|
||||
"provideMetadata": {
|
||||
"toolbox": {
|
||||
"Beckhoff.TwinCAT.HMI.Framework": {
|
||||
"200": "System"
|
||||
}
|
||||
}
|
||||
},
|
||||
"features": ["ContentPackages"]
|
||||
}
|
||||
Reference in New Issue
Block a user