Files
xod/docs/tutorial/07-labels/README.md
2017-10-10 16:34:38 +03:00

34 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: Node Labels
---
# #07. Node Labels
<div class="ui segment note">
<span class="ui ribbon label">Note</span>
This is a web-version of a tutorial chapter embedded right into the XOD IDE.
To get a better learning experience we recommend to install the
<a href="/downloads/">desktop IDE</a> or start the
<a href="/ide/">browser-based IDE</a>, and youll see the same tutorial there.
</div>
In many cases you would use multiple identical hardware parts to control
different aspects of the device or implement multiple channels of something.
To avoid confusion you can rename nodes.
![Patch](./patch.png)
The function and type of each node remains the same. This feature just makes
your patch more readable. You can always check out the original node type in
the Inspector.
## How-to
1. Select a node youd like to rename.
2. There is a field with a green flag in the Inspector; you
can find it above the pins. Type any name for the node into this field.
![Screencast](./screencast.gif)
[Next lesson →](../08-constants/)