HelpWizard Pages Start ReferenceManual/en: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) |
Cg (Diskussion | Beiträge) |
||
(21 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
== Reference Manual (Elementary Actions) == |
|||
[[Datei:arrowleft.png|link=HelpWizard Pages Start/en|back]] |
[[Datei:arrowleft.png|link=HelpWizard Pages Start/en|back]] |
||
[[Datei:arrowright.png|link=HelpWizard Pages ReferenceManual1/en|next]] |
|||
⚫ | |||
The following pages present a short general overview on functions which can be called by bridged actions. There may be syntactic or semantic differences between programming languages (follow the language links in the followup pages). |
|||
Details and additional info is found in the online documentation: |
|||
[https://doc.expecco.de/wiki2.x/Expecco_API/en#Groovy_Code_API Java/Groovy Code API] |
|||
[https://doc.expecco.de/wiki2.x/Expecco_API/en#NodeJS_Code_API Node Code API] |
|||
[https://doc.expecco.de/wiki2.x/Expecco_API/en#Bridged_Python_Code_API Python Code API] |
|||
[https://doc.expecco.de/wiki2.x/Expecco_API/en#Bridged_C_Code_API C Code API] |
|||
⚫ | |||
[https://doc.expecco.de/wiki2.x/Expecco_API/en#Groovy_Code_API Javascript / Smalltalk Code API] |
|||
⚫ | |||
<br>Normal Pins |
|||
* ''inputPinName''.value() |
|||
* ''inputPinName''.hasValue() |
|||
<strong>Script Actions</strong> |
|||
Variable Pins |
|||
* ''inputPinName''.valueAt(''idx'') |
|||
* ''inputPinName''.hasValueAt(''idx'') |
|||
[https://doc.expecco.de/wiki2.x/ElementaryBlock_Element/en#Script_Action_Blocks Shell/Batch and other Script Action Blocks] |
|||
⚫ | |||
<br>==== Normal Pins ==== |
|||
* ''outputPinName''.value(''value'') |
|||
[[Category: HelpWizard/en]] |
|||
Variable Pins |
|||
[[Category: HelpWizard API/en]] |
|||
* ''outputPinName''.outputPinAt_value(''idx'', ''value'') |
Aktuelle Version vom 22. März 2022, 22:01 Uhr
Bridged Actions
The following pages present a short general overview on functions which can be called by bridged actions. There may be syntactic or semantic differences between programming languages (follow the language links in the followup pages).
Details and additional info is found in the online documentation:
Builtin (Expecco) Actions
Javascript / Smalltalk Code API
Script Actions