From OpenSCADAWiki
Revision as of 21:42, 21 September 2017 by RomanSavochenko (Talk | contribs) (Created page with "==== Модуль DAQ.JavaLikeCalc ==== {{#lst:Modules/JavaLikeCalc|API}} ==== Модуль Special:MyLanguage/Modules/LogicLev|D...")
Contents
[hide]1 Модуль DAQ.JavaLikeCalc
The object "Functions library" (SYS.DAQ.JavaLikeCalc["lib_Lfunc"])
- ElTp {funcID}(ElTp prm1, ...) — calls the function "funcID" of the library "Lfunc" with the parameters prm{N}. Returns result of the called function. The prefix "lib_" before the library identifier is required!
The object "User function" ( SYS.DAQ.JavaLikeCalc["lib_Lfunc"]["func"] )
- ElTp call(ElTp prm1, ...) — calls the function "func" of the library "Lfunc" with the parameters prm{N}. Returns result of the called function. The prefix "lib_" before the library identifier is required!
2 Модуль DAQ.LogicLev
Template:Include file="/HomePageEn/Doc/LogicLev" notoc="1" first anchor="API" last anchor="endAPI"
3 Модуль DAQ.BlockCalc
Template:Include file="/HomePageEn/Doc/BlockCalc" notoc="1" first anchor="API" last anchor="endAPI"
4 Модуль DAQ.ModBus
Template:Include file="/HomePageEn/Doc/ModBus" notoc="1" first anchor="API" last anchor="endAPI"