This chapter guides you through a very simple tutorial to understand onCore's basics.
Aims of this Tutorial:
- Adding → Units to an empty Workflow.
- Adding a → Trigger Unit.
- Connecting → Cables between Units.
- Setting → Unit attributes.
- → Running the Project.
- Usage of the
→ Message Log.
Adding Units
| - Click on the Library tab in the Inspector.
|
| - Activate the "Search:" field and enter the name of the Unit you are looking for. In this case you can just enter "print".
- Double click on the Print String unit which shows up. It will be added to the Workspace.
|
| - Now add the Trigger on Start Unit
|
| - Both Units should be visible in the Workspace by now.
- As you can see they are overlapping. Drag the Trigger on Start Unit to the left side of the Print String Unit.
|
| - After dragging, it should look like this.
|
Connecting Units
| - Click on the Out port of the Trigger on Start Unit. A single click is sufficient.
- Now connect the wire to the In port of the Print String Unit by clicking on the In port.
|