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 11 Next »

 User Interface Overview

Workflow Tabs: Each Workflow has its own tab. The cog icon informs about the state of a workflow (stopped or executing).

Workflow View: This is where Units are placed, arranged, connected and modified. The background and the behavior of the Workflow view can be configured in the → Preferences.

Project Panel: Shows settings, depending on the context.

Message Log: Displays general information, output of Units and Workflow tracing info.

Memory Monitor: Displays the memory allocation of the current project.

 

 

 User Interface: Project Panel

Project: Contains a list of Workflows, Variables and Workflow specific settings.

Inspector: Shows info, settings and attributes of the selected Unit.

Library: Lists all available Units and corresponding documentation.

Layout: Align and distribute tools.

Profiling: Analyzes the Workflow in regard to execution times or memory consumption.

 

 User Interface: Project Panel – Workflows

Workflow List: Lists all Workflows of the current Project.

Add Workflow: Adds a new Workflow to the current Project.

Duplicate Workflow: Duplicates the selected Workflow.

Remove Workflow: Removes the selected Workflow.

Workflow Name: Here you can specify the name of the selected Workflow.

Execute On Run: When enabled, the selected Workflow is being executed when the Project is running.

Show Port Values: Shows values (which are transmitted via cables) next to the ports of Units.

Show Cable Values: Shows values which are transmitted via cables.

Show Dataflow Visualization: Highlights cables when data is transmitted.

Cable Highlighting: Select how cables will be rendered.

Lock Workflow: Locked workflows cannot be deleted.

 

 User Interface: Project Panel – Variables

Variables List: Lists all Variables of the current Project.

Add Variable: Adds a new Variable to the current Project.

Remove Variable: Removes the currently selected Variable from the Workflow.

Create Getter Unit: Places a Getter Unit in the Workflow View.

Create Setter Unit: Places a Setter Unit in the Workflow View.

Name: Name of the Variable.

Variable Type: Type of the Variable.

Value: Value of the Variable.

Force Change: When enabled, changing the content of a Variable is forced.

 

 User Interface: Message Log & Memory Monitor

Log Options: Determine which log entries will be shown.

Show/Hide Memory Monitor: Shows or hides the Memory Monitor (on the right of the Message Log).

Enable/Disable Workflow Tracing: When enabled the Workflow(s) are being traced when executing them. Tracing logs each step/action/event which occurs in a Workflow.

Reveal Log: Reveals the logfile in the OS filesystem.

Clear Log: Clears the Message Log.

Date Column: Each Log entry has a timestamp, displayed in this column.

Level: There are several levels of messages (info, debug, warn, error, fatal and trace).

Message: Content of the log entry.

Memory Monitor: Displays how much memory is allocated and used for the current project.
Run GC: Manually executes garbage collection (frees up memory, if possible).
  • No labels