# First column is number of clock cycles, i.e. repeat the button press. # Input columns are: s_dateset, a_ok, a_back, a_add, a_sub # Output columns are: dateset_out, dateset_field, a_dateset_ok, a_dateset_back # Initial state should be Monday 1.1.2000 1 0 0 0 0 0 1000101 00 0 0 # Set the years field to 2012 1 1 0 0 0 0 1000101 00 0 0 14 1 0 0 1 0 1140101 00 0 0 2 1 0 0 0 1 1120101 00 0 0 1 1 1 0 0 0 1120101 01 0 0 # Set month to February 1 1 0 0 1 0 1120201 01 0 0 1 1 1 0 0 0 1120201 10 0 0 # Set day to 29 28 1 0 0 1 0 1120229 10 0 0 1 1 1 0 0 0 1120229 11 0 0 # Set day of week to Wednesday and finish 2 1 0 0 1 0 3120229 11 0 0 1 1 1 0 0 0 3120229 11 1 0 # Back to idle 1 0 0 0 0 0 1000101 00 0 0 # Test cancel 1 1 0 0 0 0 1000101 00 0 0 1 1 0 1 0 0 1000101 00 0 1