Analog.Storage

Provides a building block that writes an input value to the output as long as the trigger is active.

Description

The Input will be written to the Output as long as Trigger is set to true.
If Reset is set to true, 0 will be written to the Output.

Inputs

  • Input (ANY): Input value to write to the output.
  • Trigger (ANY): Input to trigger the storage.
  • Reset (ANY): Inptu to reset the output to 0.

Outputs

  • Output (ItemID): Result of the operation. Must be of type boolean.

 Parameters

  • None

Possible trigger types

  • All