Skip to main content

Use of Layers

layered

  • You can stack circuits and maintain state or execute processes for each layer.

How to Use Layers

Setting Up Entities

  • To layer, select either Data(Layered) or File(Layered) from the entity's type option.

Handling Components of Layered Circuits

ComponentBehavior and Functionality
EntityBy selecting a non-layered Data or File type, it can be shared between layers. It is also possible to create multiple Layered Entities.
TriggerIf there is at least one Layered Entity within the Workspace, the Trigger will automatically become Layered, and a LayerID will be assigned. Through connection to a Pipeline, the LayerID will automatically be inherited as an environment variable.
PipelineBy obtaining the LayerID from the connected Trigger, it facilitates input and output to the Layered Entity. If there is no Layered Trigger connected, the LayerID cannot be obtained, so writing to the Layered Entity will not be possible.