Nodes Documentation

Input

  • Analog Sensor
  • Circuit Touch
  • IR Proximity
  • Light Sensor
  • Sonar
  • Squeeze Sensor

Brains

  • Converter
  • Gate
  • List
  • Randomizer
  • Sequence
  • Wave

Output

  • Buzzer
  • Continuous Servo
  • Dual Color LED
  • Key Press
  • Key Sequence
  • LED
  • Servo Motor
  • Voltage Output

List

List

Node for creating a list of any numbers or values. The items on the list can also be used as routable inputs for any stream of numbers. You can add up to 100 items by kicking the the + sign and removing items by clicking the - sign next to them.

The in input is used to choose which of the items goes to out. The valid range of the in is always 0 - 1 which means that what items is chosen at what value depends on how many items the list have. For example a list of only 2 items the first item will be chosen with an input of 0 - 0.49 and the second at the ranges 0.5 - 1. See more examples below:

3
items
chosen
at:
4
items
chosen
at:
5
items
chosen
at:
6
items
chosen
at:
10
0.32
10
0.24
10
0.19
10
0.16
20.33
0.66
20.25
0.49
20.2
0.39
20.17
0.32
30.67
1
30.5
0.74
30.4
0.59
30.33
0.49
40.75
1
40.6
0.79
40.5
0.66
50.8
1
50.67
0.82
60.83
1

The list output, like most nodes has a non repeat behavior meaning that the value has to change from what was previously sent for anything to be sent out.

Connections

Inputs

  • in
    • Range: 0 - 1
    • Choose which item is sent, or routed to out
  • items 0 - 99
    • Value: any values
    • Holds any mix of values or inputs from other Nodes to be sent to out.

Outputs

  • out
    • Value: any values
    • The Value from any of the items as chosen by in.

Comment

The List can be controlled from a variety of nodes, and can be used quite creatively to solve many different situations.

Learn more

Some link or activity