Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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

  • No labels