From OpenSCADAWiki
Jump to: navigation, search
(Importing a new version from external source)
(Importing a new version from external source)
Line 4: Line 4:
 
{{#lst:Modules/LogicLev|API}}
 
{{#lst:Modules/LogicLev|API}}
 
=== Module [[Special:MyLanguage/Modules/BlockCalc|DAQ.BlockCalc]] ===
 
=== Module [[Special:MyLanguage/Modules/BlockCalc|DAQ.BlockCalc]] ===
{{include file="/HomePageEn/Doc/BlockCalc" notoc="1" first_anchor="API" last_anchor="endAPI"}}
+
{{#lst:Modules/BlockCalc|API}}
 
=== Module [[Special:MyLanguage/Modules/ModBus|DAQ.ModBus]] ===
 
=== Module [[Special:MyLanguage/Modules/ModBus|DAQ.ModBus]] ===
 
{{include file="/HomePageEn/Doc/ModBus" notoc="1" first_anchor="API" last_anchor="endAPI"}}
 
{{include file="/HomePageEn/Doc/ModBus" notoc="1" first_anchor="API" last_anchor="endAPI"}}

Revision as of 18:08, 3 October 2017

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Documents/User API)
=== Module [[Special:MyLanguage/Modules/JavaLikeCalc|DAQ.JavaLikeCalc]] ===
{{#lst:Modules/JavaLikeCalc|API}}
=== Module [[Special:MyLanguage/Modules/BlockCalc|DAQ.BlockCalc]] ===
{{#lst:Modules/BlockCalc|API}}
=== Module [[Special:MyLanguage/Modules/ModBus|DAQ.ModBus]] ===
{{#lst:Modules/ModBus|API}}
=== Module [[Special:MyLanguage/Modules/Siemens|DAQ.Siemens]] ===
{{#lst:Modules/Siemens|API}}
=== Module [[Special:MyLanguage/Modules/OPC_UA|DAQ.OPC_UA]] ===
{{#lst:Modules/OPC_UA|API}}
Translation=== Module [[Special:MyLanguage/Modules/JavaLikeCalc|DAQ.JavaLikeCalc]] ===
{{#lst:Modules/JavaLikeCalc|API}}
=== Module [[Special:MyLanguage/Modules/LogicLev|DAQ.LogicLev]] ===
{{#lst:Modules/LogicLev|API}}
=== Module [[Special:MyLanguage/Modules/BlockCalc|DAQ.BlockCalc]] ===
{{#lst:Modules/BlockCalc|API}}
=== Module [[Special:MyLanguage/Modules/ModBus|DAQ.ModBus]] ===
{{include file="/HomePageEn/Doc/ModBus" notoc="1" first_anchor="API" last_anchor="endAPI"}}

1 Module DAQ.JavaLikeCalc

User object model of the module 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 Module DAQ.LogicLev

3 Module DAQ.BlockCalc

User object model of the module BlockCalc.

The object "Block" (SYS.DAQ.BlockCalc["cntr"]["blk_block"])

  • ElTp cfg( string nm ) — get value of configuration field nm of the object.
  • bool cfgSet( string nm, ElTp val ) [access to the appropriate subsystem] — set configuration field nm of the object to value val.
  • TCntrNodeObj cntr( ) — return the object of controller for the parameter nesting independent.

4 Module DAQ.ModBus

Template:Include file="/HomePageEn/Doc/ModBus" notoc="1" first anchor="API" last anchor="endAPI"