IOScript can be used to control up to 32 Outputs and/or NeoPixels.
Rocrail version 2.1.2074+
WIO version 470+
The filename must be formatted like this:
<freetext><NodeID>_<Nr>_<Value>.io
Part | Range | Description |
---|---|---|
NodeID | 000…255 | For future extensions, for local use it should be 000 |
Nr | 00…99 | Macro number; Output address |
Value | 000…255 | Value of the activated output macro; Usually 000(off) or 001(on) |
Example: NodeID=000, Macro=00, Value=001
Maximum number of characters including suffix is 31.
co1_on_000_00_001.io
The Macro number is zero based: Output address 1 is 00.
*000_00_001.io, cannot be addressed.
Only Unix linefeeds are allowed. |
---|
All columns are fixed width.
<port> <onoff> [<type> <slave> <bri> <blink> <delay> <red> <green> <blue>]
The part between […] is optional.
Part | Range | Description | Remark |
---|---|---|---|
port | 00…63 | Number as arranged in the Pins.cpp or I2C ID | |
onoff | 0…1 | 0=off 1=on | |
type | O,P,L,S,A | O=output(default) P=pixel L=LED1) S=Servo A=Pause | |
slave | 000…255 | I2C Slave ID | |
bri | 000…255 | The brightnes in case of pixel(P), position in case of servo(S), pause in 10ms incase of pause(A) | |
blink | 0…1 | Activate Pixel blinking | The blink frequency depends of brightness and delay. Slowest: bri=255 delay=1. |
delay | 00…15 | Dim/movement delay | |
red,green,blue | 000…255 | The RGB values in case of pixel |
Example:
00 1 01 0 01 1 P 000 120 0 00 150 200 050 00 0 S 000 050 0 01 00 0 A 000 200
If no color values are specified in the script, the values stored in the object are used.
Uploading IOScript files can be done with a WEB Browser as explained here:
Upload by WEB Browser