wincc-cli
v1.0.15
Published
custom web control generator for WinCC
Downloads
95
Maintainers
Readme
WinCC CLI
Utility to create a Customs Web Controls for WinCC Unified Simens Tia Portal.
Install
with nodejs $ npm -g i wincc-cli
Usage
Create new Custom Web Control in React with typescript and react project:
$ npx wincc-cli create-cwc
$ cd /<control name>
$ npm i
- do something good!
Compiler CWC to TIA Portal MyControls project:
$npx wincc-cli build-cwc
- Copy
.zip
file to your TIA portal project in folder<project name>/UserFiles/CustomControls
.
Author
- Camilo Andres Barbosa Gracia