Programing

Javascript is used to program in inSCADA platform. You can use some java classes that that are allowed alongside with javascript. In order to interact with the inSCADA Platform, you should examine the APIs described below.

In the near future, a multilingual (polyglot) structure will be used as a programming environment. In this way, besides javascript, developers will be able to use Go, Python, R, C, and C++ languages.

You can examine the Example project on the inSCADA platform to test ready-made samples.

It only covers the APIs provided by the inSCADA platform. You can use all the capabilities of the javascript programming language in the inSCADA Platform. See https://www.w3schools.com/js/

Last updated