; 'Omarte LOGO-A', 5 DMX Channels, filename: 5CH.R20
;  Copyright © Avolites Ltd. 2021
;
;   Date       By                Description
;   19-09-21   Pers Creator      Created - Exported from Diamond 4 file.
;
;----------------------------------------------------------------------------
; The device name, upto 11 characters, no spaces are allowed
DEVICE  5CH                                 mode=LOGO-A@5ch  5 DMX Channels
NAME "Omarte" "LOGO-A"
;
;----------------------------------------------------------------------------
; The Type of instrument, 1 & M must required for backward compatibility
; The middle number denotes the number of DMX channels used
TYPE  1  5  M
;
;----------------------------------------------------------------------------
; Mirror/Head resolution
MIRROR  0    0    0
;       |    |    |
;       |    |    |_______ maximum tilt movement (in degrees)
;       |    |____________ maximum pan movement (in degrees)
;       |_________________ 1 means moving mirror, 2 means moving head
;
;----------------------------------------------------------------------------
; Patching Information. (Upto 10 lines allowed)
; Upto 10 lines of 159 chars are allowed including formulae
; Variables used d=dmx number(1..512), h=handle(1..60), n=devicename (11-char)
; Allowed modifiers
;   +,-,*,/,(,) basic arithmatic
;   % means remainder after divide
;   & means logical AND
;   | means logical OR
;   R means reverse the bits of the current result (operates on a byte)
;   ^ means logical Exclusive OR (operates on a byte)
;   > means shift to the right
;   < shift to the left
;   r followed by number means get the value of that parameter
;   d DMX address
;   n Fixture name, a 0 terminated character string
;   h The handle number
DEVICEADDRESS
"Handle  %2d"h
"Fixture %11s"n
"DMX     %03d"d
""
""
"Set to LOGO-A@5ch"
""
""
DAEND
;
;----------------------------------------------------------------------------
; Specify DMX limits
;
; minimum allowed dmx number
MINDMX=1
;
; maximum allowed dmx number
MAXDMX=507
;
; DMX number must be divisible by this
DIVBY=1
;
;----------------------------------------------------------------------------
; DMX channel description
;
; Column by column description of each DMX channel
; 1. The channels bank number (1..20)
; 2. The upper faders in the bank (1) or the lower faders in the bank (61)
; 3. Channel type (L=LTP, H=HTP, I=Instant LTP, S=16-bit instant LTP,
;    s=16-bit Fadeable LTP
; 4. DMX offset (1..number of DMX channels)
; 5. The output level is proportionally reduced by this level (0..100%)
; 6. The curve number (applicable only to HTP channels), usually set to 1
; 7. Inverted (I) or Normal (N)
; 8. Attribute type (A=Colour Wheel 1, B=Cyan, C=Magenta, D=Yellow,
;         E=Pan, F=Tilt, G=Iris, H=Dimmer, I=Gobo1, J=Gobo2, K=Gobo1 Rotate,
;         L=Focus, M=Gobo2 Rotate, N=Colour Wheel 2, O=Shutter, P=Prism, Q=Zoom,
;         R=Effect Rotate, S=Frost, T=Red, U=Green, V=Blue, 0=uncategorised)
; 9. Checksum channel (Always 1)
;10. Attribute name, must be enclosed in quotes and upto 12 characters allowed
;11. The ON value of this channel (0..255)
;12. The Highlight level of this channel
;13. The Lowlight level of this channel
;
DMX
1     1   H    1   100   1N   H   1   "Dimmer"          255   255     0
6     1   I    2   100   1N   I   1   "Gobo"              0     0     0
6    61   s    3   100   1N   K   1   "Gobo Rot"          0     0     0
0     0   L    4   100   1N   K   1   "Gobo Rot Low"      0     0     0
8     1   L    5   100   1N   0   1   "Control"           0     0     0
END
;
;----------------------------------------------------------------------------
TEXT
Omarte LOGO-A
LOGO-A@5ch

INPUT fixture DMX No.
Press a Fixture
Select or Swop button
to make the patch.
END

ATTR
Function Obsolete
END

;----------------------------------------------------------------------------
; Preset Palette Tables

;----------------------------------------------------------------------------
; Macros

MACRO "Reset"         1   5
"data"                0  80
"delay"               1  46
MEND

;----------------------------------------------------------------------------
; Range Tables

; Column by column description...
; 1. Low DMX value (inclusive)
; 2. High DMX value (inclusive)
; 3. Displayed text (max 11 chars)
; Variables used a=low val, b=high val, c=DMX val

RANGE 1  ;Dimmer
0   255  "%3d.%d%%"(c-a)*100/(b-a),10*((c-a)*100%(b-a))/(b-a)
REND

RANGE 2  ;Gobo
0   0    "Open 0"
1   1    "Open 1"
2   2    "Open 2"
3   3    "Open 3"
4   4    "Open 4"
5   5    "Open 5"
6   6    "Open 6"
7   7    "Open 7"
8   8    "Open 8"
9   9    "Open 9"
10  10   "Gobo 1 10"
11  11   "Gobo 1 11"
12  12   "Gobo 1 12"
13  13   "Gobo 1 13"
14  14   "Gobo 1 14"
15  15   "Gobo 1 15"
16  16   "Gobo 1 16"
17  17   "Gobo 1 17"
18  18   "Gobo 1 18"
19  19   "Gobo 1 19"
20  20   "Gobo 1 20"
21  21   "Gobo 2 21"
22  22   "Gobo 2 22"
23  23   "Gobo 2 23"
24  24   "Gobo 2 24"
25  25   "Gobo 2 25"
26  26   "Gobo 2 26"
27  27   "Gobo 2 27"
28  28   "Gobo 2 28"
29  29   "Gobo 2 29"
30  30   "Gobo 3 30"
31  31   "Gobo 3 31"
32  32   "Gobo 3 32"
33  33   "Gobo 3 33"
34  34   "Gobo 3 34"
35  35   "Gobo 3 35"
36  36   "Gobo 3 36"
37  37   "Gobo 3 37"
38  38   "Gobo 3 38"
39  39   "Gobo 3 39"
40  40   "Gobo 4 40"
41  41   "Gobo 4 41"
42  42   "Gobo 4 42"
43  43   "Gobo 4 43"
44  44   "Gobo 4 44"
45  45   "Gobo 4 45"
46  46   "Gobo 4 46"
47  47   "Gobo 4 47"
48  48   "Gobo 4 48"
49  49   "Gobo 4 49"
50  50   "Gobo 5 50"
51  51   "Gobo 5 51"
52  52   "Gobo 5 52"
53  53   "Gobo 5 53"
54  54   "Gobo 5 54"
55  55   "Gobo 5 55"
56  56   "Gobo 5 56"
57  57   "Gobo 5 57"
58  58   "Gobo 5 58"
59  59   "Gobo 5 59"
60  60   "Gobo 1 S 60"
61  61   "Gobo 1 S 61"
62  62   "Gobo 1 S 62"
63  63   "Gobo 1 S 63"
64  64   "Gobo 1 S 64"
65  65   "Gobo 1 S 65"
66  66   "Gobo 1 S 66"
67  67   "Gobo 1 S 67"
68  68   "Gobo 1 S 68"
69  69   "Gobo 1 S 69"
70  70   "Gobo 1 S 70"
71  71   "Gobo 1 S 71"
72  72   "Gobo 1 S 72"
73  73   "Gobo 1 S 73"
74  74   "Gobo 1 S 74"
75  75   "Gobo 1 S 75"
76  76   "Gobo 1 S 76"
77  77   "Gobo 1 S 77"
78  78   "Gobo 1 S 78"
79  79   "Gobo 1 S 79"
80  80   "Gobo 1 S 80"
81  81   "Gobo 1 S 81"
82  82   "Gobo 1 S 82"
83  83   "Gobo 1 S 83"
84  84   "Gobo 1 S 84"
85  85   "Gobo 1 S 85"
86  86   "Gobo 2 S 86"
87  87   "Gobo 2 S 87"
88  88   "Gobo 2 S 88"
89  89   "Gobo 2 S 89"
90  90   "Gobo 2 S 90"
91  91   "Gobo 2 S 91"
92  92   "Gobo 2 S 92"
93  93   "Gobo 2 S 93"
94  94   "Gobo 2 S 94"
95  95   "Gobo 2 S 95"
96  96   "Gobo 2 S 96"
97  97   "Gobo 2 S 97"
98  98   "Gobo 2 S 98"
99  99   "Gobo 2 S 99"
100 100  "Gobo 2  100"
101 101  "Gobo 2  101"
102 102  "Gobo 2  102"
103 103  "Gobo 2  103"
104 104  "Gobo 2  104"
105 105  "Gobo 2  105"
106 106  "Gobo 2  106"
107 107  "Gobo 2  107"
108 108  "Gobo 2  108"
109 109  "Gobo 2  109"
110 110  "Gobo 2  110"
111 111  "Gobo 2  111"
112 112  "Gobo 3  112"
113 113  "Gobo 3  113"
114 114  "Gobo 3  114"
115 115  "Gobo 3  115"
116 116  "Gobo 3  116"
117 117  "Gobo 3  117"
118 118  "Gobo 3  118"
119 119  "Gobo 3  119"
120 120  "Gobo 3  120"
121 121  "Gobo 3  121"
122 122  "Gobo 3  122"
123 123  "Gobo 3  123"
124 124  "Gobo 3  124"
125 125  "Gobo 3  125"
126 126  "Gobo 3  126"
127 127  "Gobo 3  127"
128 128  "Gobo 3  128"
129 129  "Gobo 3  129"
130 130  "Gobo 3  130"
131 131  "Gobo 3  131"
132 132  "Gobo 3  132"
133 133  "Gobo 3  133"
134 134  "Gobo 3  134"
135 135  "Gobo 3  135"
136 136  "Gobo 3  136"
137 137  "Gobo 3  137"
138 138  "Gobo 4  138"
139 139  "Gobo 4  139"
140 140  "Gobo 4  140"
141 141  "Gobo 4  141"
142 142  "Gobo 4  142"
143 143  "Gobo 4  143"
144 144  "Gobo 4  144"
145 145  "Gobo 4  145"
146 146  "Gobo 4  146"
147 147  "Gobo 4  147"
148 148  "Gobo 4  148"
149 149  "Gobo 4  149"
150 150  "Gobo 4  150"
151 151  "Gobo 4  151"
152 152  "Gobo 4  152"
153 153  "Gobo 4  153"
154 154  "Gobo 4  154"
155 155  "Gobo 4  155"
156 156  "Gobo 4  156"
157 157  "Gobo 4  157"
158 158  "Gobo 4  158"
159 159  "Gobo 4  159"
160 160  "Gobo 4  160"
161 161  "Gobo 4  161"
162 162  "Gobo 4  162"
163 163  "Gobo 4  163"
164 164  "Gobo 5  164"
165 165  "Gobo 5  165"
166 166  "Gobo 5  166"
167 167  "Gobo 5  167"
168 168  "Gobo 5  168"
169 169  "Gobo 5  169"
170 170  "Gobo 5  170"
171 171  "Gobo 5  171"
172 172  "Gobo 5  172"
173 173  "Gobo 5  173"
174 174  "Gobo 5  174"
175 175  "Gobo 5  175"
176 176  "Gobo 5  176"
177 177  "Gobo 5  177"
178 178  "Gobo 5  178"
179 179  "Gobo 5  179"
180 180  "Gobo 5  180"
181 181  "Gobo 5  181"
182 182  "Gobo 5  182"
183 183  "Gobo 5  183"
184 184  "Gobo 5  184"
185 185  "Gobo 5  185"
186 186  "Gobo 5  186"
187 187  "Gobo 5  187"
188 188  "Gobo 5  188"
189 189  "Gobo 5  189"
REND

RANGE 3  ;Gobo Rot
0   0    "Position  0"
1   1    "Position  1"
2   2    "Position  2"
3   3    "Position  3"
4   4    "Position  4"
5   5    "Position  5"
6   6    "Position  6"
7   7    "Position  7"
8   8    "Position  8"
9   9    "Position  9"
10  10   "Position 10"
11  11   "Position 11"
12  12   "Position 12"
13  13   "Position 13"
14  14   "Position 14"
15  15   "Position 15"
16  16   "Position 16"
17  17   "Position 17"
18  18   "Position 18"
19  19   "Position 19"
20  20   "Position 20"
21  21   "Position 21"
22  22   "Position 22"
23  23   "Position 23"
24  24   "Position 24"
25  25   "Position 25"
26  26   "Position 26"
27  27   "Position 27"
28  28   "Position 28"
29  29   "Position 29"
30  30   "Position 30"
31  31   "Position 31"
32  32   "Position 32"
33  33   "Position 33"
34  34   "Position 34"
35  35   "Position 35"
36  36   "Position 36"
37  37   "Position 37"
38  38   "Position 38"
39  39   "Position 39"
40  40   "Position 40"
41  41   "Position 41"
42  42   "Position 42"
43  43   "Position 43"
44  44   "Position 44"
45  45   "Position 45"
46  46   "Position 46"
47  47   "Position 47"
48  48   "Position 48"
49  49   "Position 49"
50  50   "Position 50"
51  51   "Position 51"
52  52   "Position 52"
53  53   "Position 53"
54  54   "Position 54"
55  55   "Position 55"
56  56   "Position 56"
57  57   "Position 57"
58  58   "Position 58"
59  59   "Position 59"
60  60   "Position 60"
61  61   "Position 61"
62  62   "Position 62"
63  63   "Position 63"
64  64   "Position 64"
65  65   "Position 65"
66  66   "Position 66"
67  67   "Position 67"
68  68   "Position 68"
69  69   "Position 69"
70  70   "Position 70"
71  71   "Position 71"
72  72   "Position 72"
73  73   "Position 73"
74  74   "Position 74"
75  75   "Position 75"
76  76   "Position 76"
77  77   "Position 77"
78  78   "Position 78"
79  79   "Position 79"
80  80   "Position 80"
81  81   "Position 81"
82  82   "Position 82"
83  83   "Position 83"
84  84   "Position 84"
85  85   "Position 85"
86  86   "Position 86"
87  87   "Position 87"
88  88   "Position 88"
89  89   "Position 89"
90  90   "Position 90"
91  91   "Position 91"
92  92   "Position 92"
93  93   "Position 93"
94  94   "Position 94"
95  95   "Position 95"
96  96   "Position 96"
97  97   "Position 97"
98  98   "Position 98"
99  99   "Position 99"
100 100  "Positio 100"
101 101  "Positio 101"
102 102  "Positio 102"
103 103  "Positio 103"
104 104  "Positio 104"
105 105  "Positio 105"
106 106  "Positio 106"
107 107  "Positio 107"
108 108  "Positio 108"
109 109  "Positio 109"
110 110  "Positio 110"
111 111  "Positio 111"
112 112  "Positio 112"
113 113  "Positio 113"
114 114  "Positio 114"
115 115  "Positio 115"
116 116  "Positio 116"
117 117  "Positio 117"
118 118  "Positio 118"
119 119  "Positio 119"
120 120  "Positio 120"
121 121  "Positio 121"
122 122  "Positio 122"
123 123  "Positio 123"
124 124  "Positio 124"
125 125  "Positio 125"
126 126  "Positio 126"
127 127  "Positio 127"
128 128  "CW Slow 128"
129 129  "CW Slow 129"
130 130  "CW Slow 130"
131 131  "CW Slow 131"
132 132  "CW Slow 132"
133 133  "CW Slow 133"
134 134  "CW Slow 134"
135 135  "CW Slow 135"
136 136  "CW Slow 136"
137 137  "CW Slow 137"
138 138  "CW Slow 138"
139 139  "CW Slow 139"
140 140  "CW Slow 140"
141 141  "CW Slow 141"
142 142  "CW Slow 142"
143 143  "CW Slow 143"
144 144  "CW Slow 144"
145 145  "CW Slow 145"
146 146  "CW Slow 146"
147 147  "CW Slow 147"
148 148  "CW Slow 148"
149 149  "CW Slow 149"
150 150  "CW Slow 150"
151 151  "CW Slow 151"
152 152  "CW Slow 152"
153 153  "CW Slow 153"
154 154  "CW Slow 154"
155 155  "CW Slow 155"
156 156  "CW Slow 156"
157 157  "CW Slow 157"
158 158  "CW Slow 158"
159 159  "CW Slow 159"
160 160  "CW Slow 160"
161 161  "CW Slow 161"
162 162  "CW Slow 162"
163 163  "CW Slow 163"
164 164  "CW Slow 164"
165 165  "CW Slow 165"
166 166  "CW Slow 166"
167 167  "CW Slow 167"
168 168  "CW Slow 168"
169 169  "CW Slow 169"
170 170  "CW Slow 170"
171 171  "CW Slow 171"
172 172  "CW Slow 172"
173 173  "CW Slow 173"
174 174  "CW Slow 174"
175 175  "CW Slow 175"
176 176  "CW Slow 176"
177 177  "CW Slow 177"
178 178  "CW Slow 178"
179 179  "CW Slow 179"
180 180  "CW Slow 180"
181 181  "CW Slow 181"
182 182  "CW Slow 182"
183 183  "CW Slow 183"
184 184  "CW Slow 184"
185 185  "CW Slow 185"
186 186  "CW Slow 186"
187 187  "CW Slow 187"
188 188  "CW Slow 188"
189 189  "CW Slow 189"
190 190  "CW Slow 190"
191 191  "CW Slow 191"
192 192  "CCWFast 192"
193 193  "CCWFast 193"
194 194  "CCWFast 194"
195 195  "CCWFast 195"
196 196  "CCWFast 196"
197 197  "CCWFast 197"
198 198  "CCWFast 198"
199 199  "CCWFast 199"
200 200  "CCWFast 200"
201 201  "CCWFast 201"
202 202  "CCWFast 202"
203 203  "CCWFast 203"
204 204  "CCWFast 204"
205 205  "CCWFast 205"
206 206  "CCWFast 206"
207 207  "CCWFast 207"
208 208  "CCWFast 208"
209 209  "CCWFast 209"
210 210  "CCWFast 210"
211 211  "CCWFast 211"
212 212  "CCWFast 212"
213 213  "CCWFast 213"
214 214  "CCWFast 214"
215 215  "CCWFast 215"
216 216  "CCWFast 216"
217 217  "CCWFast 217"
218 218  "CCWFast 218"
219 219  "CCWFast 219"
220 220  "CCWFast 220"
221 221  "CCWFast 221"
222 222  "CCWFast 222"
223 223  "CCWFast 223"
224 224  "CCWFast 224"
225 225  "CCWFast 225"
226 226  "CCWFast 226"
227 227  "CCWFast 227"
228 228  "CCWFast 228"
229 229  "CCWFast 229"
230 230  "CCWFast 230"
231 231  "CCWFast 231"
232 232  "CCWFast 232"
233 233  "CCWFast 233"
234 234  "CCWFast 234"
235 235  "CCWFast 235"
236 236  "CCWFast 236"
237 237  "CCWFast 237"
238 238  "CCWFast 238"
239 239  "CCWFast 239"
240 240  "CCWFast 240"
241 241  "CCWFast 241"
242 242  "CCWFast 242"
243 243  "CCWFast 243"
244 244  "CCWFast 244"
245 245  "CCWFast 245"
246 246  "CCWFast 246"
247 247  "CCWFast 247"
248 248  "CCWFast 248"
249 249  "CCWFast 249"
250 250  "CCWFast 250"
251 251  "CCWFast 251"
252 252  "CCWFast 252"
253 253  "CCWFast 253"
254 254  "CCWFast 254"
255 255  "CCWFast 255"
REND

RANGE 5  ;Control
0   0    "Safe 0"
1   1    "Safe 1"
2   2    "Safe 2"
3   3    "Safe 3"
4   4    "Safe 4"
5   5    "Safe 5"
6   6    "Safe 6"
7   7    "Safe 7"
8   8    "Safe 8"
9   9    "Safe 9"
10  10   "Safe 10"
11  11   "Safe 11"
12  12   "Safe 12"
13  13   "Safe 13"
14  14   "Safe 14"
15  15   "Safe 15"
16  16   "Safe 16"
17  17   "Safe 17"
18  18   "Safe 18"
19  19   "Safe 19"
20  20   "Safe 20"
21  21   "Safe 21"
22  22   "Safe 22"
23  23   "Safe 23"
24  24   "Safe 24"
25  25   "Safe 25"
26  26   "Safe 26"
27  27   "Safe 27"
28  28   "Safe 28"
29  29   "Safe 29"
30  30   "Safe 30"
31  31   "Safe 31"
32  32   "Safe 32"
33  33   "Safe 33"
34  34   "Safe 34"
35  35   "Safe 35"
36  36   "Safe 36"
37  37   "Safe 37"
38  38   "Safe 38"
39  39   "Safe 39"
40  40   "Safe 40"
41  41   "Safe 41"
42  42   "Safe 42"
43  43   "Safe 43"
44  44   "Safe 44"
45  45   "Safe 45"
46  46   "Safe 46"
47  47   "Safe 47"
48  48   "Safe 48"
49  49   "Safe 49"
50  50   "Safe 50"
51  51   "Safe 51"
52  52   "Safe 52"
53  53   "Safe 53"
54  54   "Safe 54"
55  55   "Safe 55"
56  56   "Safe 56"
57  57   "Safe 57"
58  58   "Safe 58"
59  59   "Safe 59"
60  60   "Safe 60"
61  61   "Safe 61"
62  62   "Safe 62"
63  63   "Safe 63"
64  64   "Safe 64"
65  65   "Safe 65"
66  66   "Safe 66"
67  67   "Safe 67"
68  68   "Safe 68"
69  69   "Safe 69"
70  70   "Safe 70"
71  71   "Safe 71"
72  72   "Safe 72"
73  73   "Safe 73"
74  74   "Safe 74"
75  75   "Safe 75"
76  76   "Safe 76"
77  77   "Safe 77"
78  78   "Safe 78"
79  79   "Safe 79"
80  80   "Safe 80"
81  81   "Safe 81"
82  82   "Safe 82"
83  83   "Safe 83"
84  84   "Safe 84"
85  85   "Safe 85"
86  86   "Safe 86"
87  87   "Safe 87"
88  88   "Safe 88"
89  89   "Safe 89"
90  90   "Safe 90"
91  91   "Safe 91"
92  92   "Safe 92"
93  93   "Safe 93"
94  94   "Safe 94"
95  95   "Safe 95"
96  96   "Safe 96"
97  97   "Safe 97"
98  98   "Safe 98"
99  99   "Safe 99"
100 100  "Safe 100"
101 101  "Safe 101"
102 102  "Safe 102"
103 103  "Safe 103"
104 104  "Safe 104"
105 105  "Safe 105"
106 106  "Safe 106"
107 107  "Safe 107"
108 108  "Safe 108"
109 109  "Safe 109"
110 110  "Safe 110"
111 111  "Safe 111"
112 112  "Safe 112"
113 113  "Safe 113"
114 114  "Safe 114"
115 115  "Safe 115"
116 116  "Safe 116"
117 117  "Safe 117"
118 118  "Safe 118"
119 119  "Safe 119"
120 120  "Safe 120"
121 121  "Safe 121"
122 122  "Safe 122"
123 123  "Safe 123"
124 124  "Safe 124"
125 125  "Safe 125"
126 126  "Safe 126"
127 127  "Safe 127"
128 128  "Reset A 128"
129 129  "Reset A 129"
130 130  "Reset A 130"
131 131  "Reset A 131"
132 132  "Reset A 132"
133 133  "Reset A 133"
134 134  "Reset A 134"
135 135  "Reset A 135"
136 136  "Reset A 136"
137 137  "Reset A 137"
138 138  "Reset A 138"
139 139  "Reset A 139"
140 140  "Reset A 140"
141 141  "Reset A 141"
142 142  "Reset A 142"
143 143  "Reset A 143"
144 144  "Reset A 144"
145 145  "Reset A 145"
146 146  "Reset A 146"
147 147  "Reset A 147"
148 148  "Reset A 148"
149 149  "Reset A 149"
150 150  "Reset A 150"
151 151  "Reset A 151"
152 152  "Reset A 152"
153 153  "Reset A 153"
154 154  "Reset A 154"
155 155  "Reset A 155"
156 156  "Reset A 156"
157 157  "Reset A 157"
158 158  "Reset A 158"
159 159  "Reset A 159"
160 160  "Reset A 160"
161 161  "Reset A 161"
162 162  "Reset A 162"
163 163  "Reset A 163"
164 164  "Reset A 164"
165 165  "Reset A 165"
166 166  "Reset A 166"
167 167  "Reset A 167"
168 168  "Reset A 168"
169 169  "Reset A 169"
170 170  "Reset A 170"
171 171  "Reset A 171"
172 172  "Reset A 172"
173 173  "Reset A 173"
174 174  "Reset A 174"
175 175  "Reset A 175"
176 176  "Reset A 176"
177 177  "Reset A 177"
178 178  "Reset A 178"
179 179  "Reset A 179"
180 180  "Reset A 180"
181 181  "Reset A 181"
182 182  "Reset A 182"
183 183  "Reset A 183"
184 184  "Reset A 184"
185 185  "Reset A 185"
186 186  "Reset A 186"
187 187  "Reset A 187"
188 188  "Reset A 188"
189 189  "Reset A 189"
190 190  "Reset A 190"
191 191  "Reset A 191"
192 192  "Reset A 192"
193 193  "Reset A 193"
194 194  "Reset A 194"
195 195  "Reset A 195"
196 196  "Reset A 196"
197 197  "Reset A 197"
198 198  "Reset A 198"
199 199  "Reset A 199"
200 200  "Reset A 200"
201 201  "Reset A 201"
202 202  "Reset A 202"
203 203  "Reset A 203"
204 204  "Reset A 204"
205 205  "Reset A 205"
206 206  "Reset A 206"
207 207  "Reset A 207"
208 208  "Reset A 208"
209 209  "Reset A 209"
210 210  "Reset A 210"
211 211  "Reset A 211"
212 212  "Reset A 212"
213 213  "Reset A 213"
214 214  "Reset A 214"
215 215  "Reset A 215"
216 216  "Reset A 216"
217 217  "Reset A 217"
218 218  "Reset A 218"
219 219  "Reset A 219"
220 220  "Reset A 220"
221 221  "Reset A 221"
222 222  "Reset A 222"
223 223  "Reset A 223"
224 224  "Reset A 224"
225 225  "Reset A 225"
226 226  "Reset A 226"
227 227  "Reset A 227"
228 228  "Reset A 228"
229 229  "Reset A 229"
230 230  "Reset A 230"
231 231  "Reset A 231"
232 232  "Reset A 232"
233 233  "Reset A 233"
234 234  "Reset A 234"
235 235  "Reset A 235"
236 236  "Reset A 236"
237 237  "Reset A 237"
238 238  "Reset A 238"
239 239  "Reset A 239"
240 240  "Reset A 240"
241 241  "Reset A 241"
242 242  "Reset A 242"
243 243  "Reset A 243"
244 244  "Reset A 244"
245 245  "Reset A 245"
246 246  "Reset A 246"
247 247  "Reset A 247"
248 248  "Reset A 248"
249 249  "Reset A 249"
250 250  "Reset A 250"
251 251  "Reset A 251"
252 252  "Reset A 252"
253 253  "Reset A 253"
254 254  "Reset A 254"
255 255  "Reset A 255"
REND

