Support
Wiki Documentation
Support Forum
Mobile
- andRoc Android
- Rocweb Browser
- WIO-Control ESP32
- Rocview Tablet
DIY
User
Wiki writer
Special
Legal
Support
Wiki Documentation
Support Forum
Mobile
DIY
User
Wiki writer
Special
Legal
See for macro number mapping.
The aspect number is also used as macro number. The address minus one is added as macro port offset.(6176+)
In this example the signal address is 25 (macro port nr. offset) and the ports 25, 26 and 27 are used for the 3 LEDs:
Starting with revision 6193 the aspect number is increased with one in the RocNet library because macro numbers are starting with one.
The macro snippet:
<macro nr="1"> <macroline port="1" porttype="0" delay="0" status="1" blink="false"/> <macroline port="2" porttype="0" delay="0" status="0" blink="false"/> <macroline port="3" porttype="0" delay="0" status="0" blink="false"/> </macro> <macro nr="2"> <macroline port="1" porttype="0" delay="0" status="0" blink="false"/> <macroline port="2" porttype="0" delay="0" status="1" blink="false"/> <macroline port="3" porttype="0" delay="0" status="0" blink="false"/> </macro> <macro nr="3"> <macroline port="1" porttype="0" delay="0" status="0" blink="false"/> <macroline port="2" porttype="0" delay="0" status="0" blink="false"/> <macroline port="3" porttype="0" delay="0" status="1" blink="false"/> </macro> <macro nr="4"> <macroline port="1" porttype="0" delay="0" status="0" blink="false"/> <macroline port="2" porttype="0" delay="0" status="0" blink="false"/> <macroline port="3" porttype="0" delay="50" status="1" blink="true"/> </macro>