# Example of sequence file

power=0 # this is an alias

        # this is a comment

include "board_config.seq" # Include an other sequence file

all 1 1       # switch all relays on and waite 1 seconde
*, off        # switch all relays off
power on 1.2  # Use alias "power" to switch relay 0 and then waite 1.2 seconds
1 on 1
0;off,1.03E0
reset 1       # Use alias "reset" from included file "board_config.seq"
* off