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 Version History

« Previous Version 3 Next »

General Workflow Building

  1. When building your Workflow, make sure you put more space between Units than what seems necessary at first. It is almost always the case that you will have to revisit sections and add systems later.
  2. If you know that you will need a Variable in more than one place, it is advisable to create a Variable for it.
    1. If the Variable is only used within one workflow, use Workflow Variables (not Project Variables)
  3. Use Workflow Variables to cover large distances between units, to avoid unnecessary cable overlapping.
  4. If you find yourself duplicating a system for multiple parts of your Project, encapsulate its functionality in a Subworkflow (using the Workflow Unit).
    1. When designing a Workflow Unit it is important that you expose both in- and out-triggers, since Workflow units will only pass Variables to the Subworkflow on a trigger tick.
    2. When you are done with your main Workflow, expose the Triggers, and any Variables that you deem necessary. This will allow someone else to reuse your workflow.
    3. Provide necessary information about published Input Ports via an Annotations.



Main Bus Design

It is best practice to layer indistinct systems Vertically, conversely, if two systems are distict from one another they are layered horizontally

In more detail:
Indistinct -> Y
distinct -> X
branch -> Z (this is normally done using a workflow unit)

  • No labels