From OpenSCADAWiki
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 3: | Line 3: | ||
{{#lst:Modules/FLibSYS|API}} | {{#lst:Modules/FLibSYS|API}} | ||
=== Module [[Special:MyLanguage/Modules/FLibMath|Library of standard mathematical functions (Special.FLibMath)]] === | === Module [[Special:MyLanguage/Modules/FLibMath|Library of standard mathematical functions (Special.FLibMath)]] === | ||
− | {{ | + | {{#lst:Modules/FLibMath|API}} |
=== Module [[Special:MyLanguage/Modules/FLibComplex1|Library of functions of compatibility with SCADA Complex1 of the firm DIYA Ltd (Special.FLibComplex1)]] === | === Module [[Special:MyLanguage/Modules/FLibComplex1|Library of functions of compatibility with SCADA Complex1 of the firm DIYA Ltd (Special.FLibComplex1)]] === | ||
− | {{ | + | {{#lst:Modules/FLibComplex1|API}} |
Latest revision as of 18:55, 1 December 2017
Contents
[hide]1 "Special" subsystem (SYS.Special)
1.1 Module Library of the system API of the user programming area (Special.FLibSYS)
The object "Functions library" (SYS.Special.FLibSYS)
- ElTp {funcID}(ElTp prm1, ...) — call the library function {funcID}. Return result of the called function.
The object "User function" (SYS.Special.FLibSYS["funcID"])
- ElTp call(ElTp prm1, ...) — call the function with parameters prm{N}. Return result of the called function.
1.2 Module Library of standard mathematical functions (Special.FLibMath)
The object "Functions library" (SYS.Special.FLibMath)
- ElTp {funcID}(ElTp prm1, ...) — call the library function {funcID}. Return result of the called function.
The object "User function" (SYS.Special.FLibMath["funcID"])
- ElTp call(ElTp prm1, ...) — call the function with parameters prm{N}. Return result of the called function.
1.3 Module Library of functions of compatibility with SCADA Complex1 of the firm DIYA Ltd (Special.FLibComplex1)
The object "Functions library" (SYS.Special.FLibComplex1)
- ElTp {funcID}(ElTp prm1, ...) — call the library function {funcID}. Return result of the called function.
The object "User function" (SYS.Special.FLibComplex1["funcID"])
- ElTp call(ElTp prm1, ...) — call the function with parameters prm{N}. Return result of the called function.