rocnet:sg-macro-setup-en
Table of Contents
RocNetNode Signal Aspects with Macros
Signal Aspect Example
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:
- RED = 25
- GREEN = 26
- YELLOW = 27
Starting with revision 6193 the aspect number is increased with one in the RocNet library because macro numbers are starting with one.
Signal Tabs
rocnetnode.ini
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>
rocnet/sg-macro-setup-en.txt · Last modified: 2018/11/12 08:56 by 127.0.0.1