mirror of
https://github.com/xodio/xod.git
synced 2026-03-06 08:54:06 +01:00
34 lines
1.0 KiB
Markdown
34 lines
1.0 KiB
Markdown
---
|
||
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 you’ll 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.
|
||
|
||

|
||
|
||
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 you’d 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.
|
||
|
||

|
||
|
||
[Next lesson →](../08-constants/)
|