HelpWizard Pages Start ReferenceManual/en: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 2.x)
Zur Navigation springen Zur Suche springen
 
(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]]

<strong>Bridged Actions</strong>

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]

<strong>Builtin (Expecco) Actions</strong>


[https://doc.expecco.de/wiki2.x/Expecco_API/en#Groovy_Code_API Javascript / Smalltalk Code API]
<strong>Input</strong>
<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]
<strong>Output</strong>
<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

back next

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:

Java/Groovy Code API

Node Code API

Python Code API

C Code API

Builtin (Expecco) Actions

Javascript / Smalltalk Code API

Script Actions

Shell/Batch and other Script Action Blocks



Copyright © 2014-2024 eXept Software AG