HelpWizard Pages ReferenceManual2/en: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 2.x)
Zur Navigation springen Zur Suche springen
Zeile 5: Zeile 5:


<strong>Common</strong>
<strong>Common</strong>
* ''pinName''.'''numberOfVariablePins'''()
* ''pinName''.'''numberOfVariablePins'''()<br>how many instances of the variable pin are there


<strong>Input</strong>
<strong>Input</strong>
* ''inputPinName''.'''valueAt'''(''idx'')
* ''inputPinName''.'''valueAt'''(''idx'')<br>retrieve the value from the idx'th pin
* ''inputPinName''.'''hasValueAt'''(''idx'')
* ''inputPinName''.'''hasValueAt'''(''idx'')<br>check if the idx'th pin has a value


<strong>Output</strong>
<strong>Output</strong>
* ''outputPinName''.'''outputPinAt_value'''(''idx'', ''value'')
* ''outputPinName''.'''outputPinAt_value'''(''idx'', ''value'')<br>send a value to the idx'th pin

Version vom 4. März 2021, 10:03 Uhr

Reference Manual (Variable Pins)[Bearbeiten]

back back

Common

  • pinName.numberOfVariablePins()
    how many instances of the variable pin are there

Input

  • inputPinName.valueAt(idx)
    retrieve the value from the idx'th pin
  • inputPinName.hasValueAt(idx)
    check if the idx'th pin has a value

Output

  • outputPinName.outputPinAt_value(idx, value)
    send a value to the idx'th pin



Copyright © 2014-2024 eXept Software AG