; 'Omarte LOGO-B', 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-B@5ch  5 DMX Channels
NAME "Omarte" "LOGO-B"
;
;----------------------------------------------------------------------------
; 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-B@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
4     1   I    2   100   1N   A   1   "Colour"            0     0     0
6     1   L    3   100   1N   0   1   "Animation1"        0     0     0
6    61   L    4   100   1N   0   1   "Animation2"        0     0     0
7     1   L    5   100   1N   0   1   "Control"           0     0     0
END
;
;----------------------------------------------------------------------------
TEXT
Omarte LOGO-B
LOGO-B@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  ;Colour
0   0    "White 0"
1   1    "White 1"
2   2    "White 2"
3   3    "White 3"
4   4    "White 4"
5   5    "White 5"
6   6    "White 6"
7   7    "White 7"
8   8    "White 8"
9   9    "White 9"
10  10   "White 10"
11  11   "White 11"
12  12   "Color1+W 12"
13  13   "Color1+W 13"
14  14   "Color1+W 14"
15  15   "Color1+W 15"
16  16   "Color1+W 16"
17  17   "Color1+W 17"
18  18   "Color1+W 18"
19  19   "Color1+W 19"
20  20   "Color1+W 20"
21  21   "Color1+W 21"
22  22   "Color1+W 22"
23  23   "Color1+W 23"
24  24   "Color1 24"
25  25   "Color1 25"
26  26   "Color1 26"
27  27   "Color1 27"
28  28   "Color1 28"
29  29   "Color1 29"
30  30   "Color1 30"
31  31   "Color1 31"
32  32   "Color1 32"
33  33   "Color1 33"
34  34   "Color1 34"
35  35   "Color1 35"
36  36   "Color1 + 36"
37  37   "Color1 + 37"
38  38   "Color1 + 38"
39  39   "Color1 + 39"
40  40   "Color1 + 40"
41  41   "Color1 + 41"
42  42   "Color1 + 42"
43  43   "Color1 + 43"
44  44   "Color1 + 44"
45  45   "Color1 + 45"
46  46   "Color1 + 46"
47  47   "Color1 + 47"
48  48   " Color2 48"
49  49   " Color2 49"
50  50   " Color2 50"
51  51   " Color2 51"
52  52   " Color2 52"
53  53   " Color2 53"
54  54   " Color2 54"
55  55   " Color2 55"
56  56   " Color2 56"
57  57   " Color2 57"
58  58   " Color2 58"
59  59   " Color2 59"
60  60   "Color2 + 60"
61  61   "Color2 + 61"
62  62   "Color2 + 62"
63  63   "Color2 + 63"
64  64   "Color2 + 64"
65  65   "Color2 + 65"
66  66   "Color2 + 66"
67  67   "Color2 + 67"
68  68   "Color2 + 68"
69  69   "Color2 + 69"
70  70   "Color2 + 70"
71  71   "Color2 + 71"
72  72   "Color3 72"
73  73   "Color3 73"
74  74   "Color3 74"
75  75   "Color3 75"
76  76   "Color3 76"
77  77   "Color3 77"
78  78   "Color3 78"
79  79   "Color3 79"
80  80   "Color3 80"
81  81   "Color3 81"
82  82   "Color3 82"
83  83   "Color3 83"
84  84   "Color3 + 84"
85  85   "Color3 + 85"
86  86   "Color3 + 86"
87  87   "Color3 + 87"
88  88   "Color3 + 88"
89  89   "Color3 + 89"
90  90   "Color3 + 90"
91  91   "Color3 + 91"
92  92   "Color3 + 92"
93  93   "Color3 + 93"
94  94   "Color3 + 94"
95  95   "Color3 + 95"
96  96   " Color4 96"
97  97   " Color4 97"
98  98   " Color4 98"
99  99   " Color4 99"
100 100  " Color4 100"
101 101  " Color4 101"
102 102  " Color4 102"
103 103  " Color4 103"
104 104  " Color4 104"
105 105  " Color4 105"
106 106  " Color4 106"
107 107  " Color4 107"
108 108  "Color4  108"
109 109  "Color4  109"
110 110  "Color4  110"
111 111  "Color4  111"
112 112  "Color4  112"
113 113  "Color4  113"
114 114  "Color4  114"
115 115  "Color4  115"
116 116  "Color4  116"
117 117  "Color4  117"
118 118  "Color4  118"
119 119  "Color4  119"
120 120  " Color5 120"
121 121  " Color5 121"
122 122  " Color5 122"
123 123  " Color5 123"
124 124  " Color5 124"
125 125  " Color5 125"
126 126  " Color5 126"
127 127  " Color5 127"
128 128  " Color5 128"
129 129  " Color5 129"
130 130  " Color5 130"
131 131  " Color5 131"
132 132  "Color5  132"
133 133  "Color5  133"
134 134  "Color5  134"
135 135  "Color5  135"
136 136  "Color5  136"
137 137  "Color5  137"
138 138  "Color5  138"
139 139  "Color5  139"
140 140  "Color5  140"
141 141  "Color5  141"
142 142  "Color5  142"
143 143  "Color5  143"
144 144  "CW Rota 144"
145 145  "CW Rota 145"
146 146  "CW Rota 146"
147 147  "CW Rota 147"
148 148  "CW Rota 148"
149 149  "CW Rota 149"
150 150  "CW Rota 150"
151 151  "CW Rota 151"
152 152  "CW Rota 152"
153 153  "CW Rota 153"
154 154  "CW Rota 154"
155 155  "CW Rota 155"
156 156  "CW Rota 156"
157 157  "CW Rota 157"
158 158  "CW Rota 158"
159 159  "CW Rota 159"
160 160  "CW Rota 160"
161 161  "CW Rota 161"
162 162  "CW Rota 162"
163 163  "CW Rota 163"
164 164  "CW Rota 164"
165 165  "CW Rota 165"
166 166  "CW Rota 166"
167 167  "CW Rota 167"
168 168  "CW Rota 168"
169 169  "CW Rota 169"
170 170  "CW Rota 170"
171 171  "CW Rota 171"
172 172  "CW Rota 172"
173 173  "CW Rota 173"
174 174  "CW Rota 174"
175 175  "CW Rota 175"
176 176  "CW Rota 176"
177 177  "CW Rota 177"
178 178  "CW Rota 178"
179 179  "CW Rota 179"
180 180  "CW Rota 180"
181 181  "CW Rota 181"
182 182  "CW Rota 182"
183 183  "CW Rota 183"
184 184  "CW Rota 184"
185 185  "CW Rota 185"
186 186  "CW Rota 186"
187 187  "CW Rota 187"
188 188  "CW Rota 188"
189 189  "CW Rota 189"
190 190  "CW Rota 190"
191 191  "CW Rota 191"
192 192  "CW Rota 192"
193 193  "CW Rota 193"
194 194  "CW Rota 194"
195 195  "CW Rota 195"
196 196  "CW Rota 196"
197 197  "CW Rota 197"
198 198  "CW Rota 198"
199 199  "CW Rota 199"
200 200  "CW Rota 200"
201 201  "CCW Rot 201"
202 202  "CCW Rot 202"
203 203  "CCW Rot 203"
204 204  "CCW Rot 204"
205 205  "CCW Rot 205"
206 206  "CCW Rot 206"
207 207  "CCW Rot 207"
208 208  "CCW Rot 208"
209 209  "CCW Rot 209"
210 210  "CCW Rot 210"
211 211  "CCW Rot 211"
212 212  "CCW Rot 212"
213 213  "CCW Rot 213"
214 214  "CCW Rot 214"
215 215  "CCW Rot 215"
216 216  "CCW Rot 216"
217 217  "CCW Rot 217"
218 218  "CCW Rot 218"
219 219  "CCW Rot 219"
220 220  "CCW Rot 220"
221 221  "CCW Rot 221"
222 222  "CCW Rot 222"
223 223  "CCW Rot 223"
224 224  "CCW Rot 224"
225 225  "CCW Rot 225"
226 226  "CCW Rot 226"
227 227  "CCW Rot 227"
228 228  "CCW Rot 228"
229 229  "CCW Rot 229"
230 230  "CCW Rot 230"
231 231  "CCW Rot 231"
232 232  "CCW Rot 232"
233 233  "CCW Rot 233"
234 234  "CCW Rot 234"
235 235  "CCW Rot 235"
236 236  "CCW Rot 236"
237 237  "CCW Rot 237"
238 238  "CCW Rot 238"
239 239  "CCW Rot 239"
240 240  "CCW Rot 240"
241 241  "CCW Rot 241"
242 242  "CCW Rot 242"
243 243  "CCW Rot 243"
244 244  "CCW Rot 244"
245 245  "CCW Rot 245"
246 246  "CCW Rot 246"
247 247  "CCW Rot 247"
248 248  "CCW Rot 248"
249 249  "CCW Rot 249"
250 250  "CCW Rot 250"
251 251  "CCW Rot 251"
252 252  "CCW Rot 252"
253 253  "CCW Rot 253"
254 254  "CCW Rot 254"
255 255  "CCW Rot 255"
REND

RANGE 3  ;Animation1
0   0    "STOP 0"
1   1    "STOP 1"
2   2    "STOP 2"
3   3    "STOP 3"
4   4    "STOP 4"
5   5    "STOP 5"
6   6    "STOP 6"
7   7    "STOP 7"
8   8    "STOP 8"
9   9    "STOP 9"
10  10   "STOP 10"
11  11   "STOP 11"
12  12   "STOP 12"
13  13   "STOP 13"
14  14   "STOP 14"
15  15   "STOP 15"
16  16   "STOP 16"
17  17   "STOP 17"
18  18   "STOP 18"
19  19   "STOP 19"
20  20   "STOP 20"
21  21   "STOP 21"
22  22   "STOP 22"
23  23   "STOP 23"
24  24   "STOP 24"
25  25   "STOP 25"
26  26   "STOP 26"
27  27   "STOP 27"
28  28   "STOP 28"
29  29   "STOP 29"
30  30   "STOP 30"
31  31   "STOP 31"
32  32   "STOP 32"
33  33   "STOP 33"
34  34   "STOP 34"
35  35   "STOP 35"
36  36   "STOP 36"
37  37   "STOP 37"
38  38   "STOP 38"
39  39   "STOP 39"
40  40   "STOP 40"
41  41   "STOP 41"
42  42   "STOP 42"
43  43   "STOP 43"
44  44   "STOP 44"
45  45   "STOP 45"
46  46   "STOP 46"
47  47   "STOP 47"
48  48   "STOP 48"
49  49   "STOP 49"
50  50   "STOP 50"
51  51   "STOP 51"
52  52   "STOP 52"
53  53   "STOP 53"
54  54   "STOP 54"
55  55   "STOP 55"
56  56   "STOP 56"
57  57   "STOP 57"
58  58   "STOP 58"
59  59   "STOP 59"
60  60   "STOP 60"
61  61   "STOP 61"
62  62   "STOP 62"
63  63   "STOP 63"
64  64   "STOP 64"
65  65   "STOP 65"
66  66   "STOP 66"
67  67   "STOP 67"
68  68   "STOP 68"
69  69   "STOP 69"
70  70   "STOP 70"
71  71   "STOP 71"
72  72   "STOP 72"
73  73   "STOP 73"
74  74   "STOP 74"
75  75   "STOP 75"
76  76   "STOP 76"
77  77   "STOP 77"
78  78   "STOP 78"
79  79   "STOP 79"
80  80   "STOP 80"
81  81   "STOP 81"
82  82   "STOP 82"
83  83   "STOP 83"
84  84   "STOP 84"
85  85   "STOP 85"
86  86   "STOP 86"
87  87   "STOP 87"
88  88   "STOP 88"
89  89   "STOP 89"
90  90   "STOP 90"
91  91   "STOP 91"
92  92   "STOP 92"
93  93   "STOP 93"
94  94   "STOP 94"
95  95   "STOP 95"
96  96   "STOP 96"
97  97   "STOP 97"
98  98   "STOP 98"
99  99   "STOP 99"
100 100  "STOP 100"
101 101  "STOP 101"
102 102  "STOP 102"
103 103  "STOP 103"
104 104  "STOP 104"
105 105  "STOP 105"
106 106  "STOP 106"
107 107  "STOP 107"
108 108  "STOP 108"
109 109  "STOP 109"
110 110  "STOP 110"
111 111  "STOP 111"
112 112  "STOP 112"
113 113  "STOP 113"
114 114  "STOP 114"
115 115  "STOP 115"
116 116  "STOP 116"
117 117  "STOP 117"
118 118  "STOP 118"
119 119  "STOP 119"
120 120  "STOP 120"
121 121  "STOP 121"
122 122  "STOP 122"
123 123  "STOP 123"
124 124  "STOP 124"
125 125  "STOP 125"
126 126  "STOP 126"
127 127  "STOP 127"
128 128  "CCW Slo 128"
129 129  "CCW Slo 129"
130 130  "CCW Slo 130"
131 131  "CCW Slo 131"
132 132  "CCW Slo 132"
133 133  "CCW Slo 133"
134 134  "CCW Slo 134"
135 135  "CCW Slo 135"
136 136  "CCW Slo 136"
137 137  "CCW Slo 137"
138 138  "CCW Slo 138"
139 139  "CCW Slo 139"
140 140  "CCW Slo 140"
141 141  "CCW Slo 141"
142 142  "CCW Slo 142"
143 143  "CCW Slo 143"
144 144  "CCW Slo 144"
145 145  "CCW Slo 145"
146 146  "CCW Slo 146"
147 147  "CCW Slo 147"
148 148  "CCW Slo 148"
149 149  "CCW Slo 149"
150 150  "CCW Slo 150"
151 151  "CCW Slo 151"
152 152  "CCW Slo 152"
153 153  "CCW Slo 153"
154 154  "CCW Slo 154"
155 155  "CCW Slo 155"
156 156  "CCW Slo 156"
157 157  "CCW Slo 157"
158 158  "CCW Slo 158"
159 159  "CCW Slo 159"
160 160  "CCW Slo 160"
161 161  "CCW Slo 161"
162 162  "CCW Slo 162"
163 163  "CCW Slo 163"
164 164  "CCW Slo 164"
165 165  "CCW Slo 165"
166 166  "CCW Slo 166"
167 167  "CCW Slo 167"
168 168  "CCW Slo 168"
169 169  "CCW Slo 169"
170 170  "CCW Slo 170"
171 171  "CCW Slo 171"
172 172  "CCW Slo 172"
173 173  "CCW Slo 173"
174 174  "CCW Slo 174"
175 175  "CCW Slo 175"
176 176  "CCW Slo 176"
177 177  "CCW Slo 177"
178 178  "CCW Slo 178"
179 179  "CCW Slo 179"
180 180  "CCW Slo 180"
181 181  "CCW Slo 181"
182 182  "CCW Slo 182"
183 183  "CCW Slo 183"
184 184  "CCW Slo 184"
185 185  "CCW Slo 185"
186 186  "CCW Slo 186"
187 187  "CCW Slo 187"
188 188  "CCW Slo 188"
189 189  "CCW Slo 189"
190 190  "CCW Slo 190"
191 191  "CCW Slo 191"
192 192  "CWFastR 192"
193 193  "CWFastR 193"
194 194  "CWFastR 194"
195 195  "CWFastR 195"
196 196  "CWFastR 196"
197 197  "CWFastR 197"
198 198  "CWFastR 198"
199 199  "CWFastR 199"
200 200  "CWFastR 200"
201 201  "CWFastR 201"
202 202  "CWFastR 202"
203 203  "CWFastR 203"
204 204  "CWFastR 204"
205 205  "CWFastR 205"
206 206  "CWFastR 206"
207 207  "CWFastR 207"
208 208  "CWFastR 208"
209 209  "CWFastR 209"
210 210  "CWFastR 210"
211 211  "CWFastR 211"
212 212  "CWFastR 212"
213 213  "CWFastR 213"
214 214  "CWFastR 214"
215 215  "CWFastR 215"
216 216  "CWFastR 216"
217 217  "CWFastR 217"
218 218  "CWFastR 218"
219 219  "CWFastR 219"
220 220  "CWFastR 220"
221 221  "CWFastR 221"
222 222  "CWFastR 222"
223 223  "CWFastR 223"
224 224  "CWFastR 224"
225 225  "CWFastR 225"
226 226  "CWFastR 226"
227 227  "CWFastR 227"
228 228  "CWFastR 228"
229 229  "CWFastR 229"
230 230  "CWFastR 230"
231 231  "CWFastR 231"
232 232  "CWFastR 232"
233 233  "CWFastR 233"
234 234  "CWFastR 234"
235 235  "CWFastR 235"
236 236  "CWFastR 236"
237 237  "CWFastR 237"
238 238  "CWFastR 238"
239 239  "CWFastR 239"
240 240  "CWFastR 240"
241 241  "CWFastR 241"
242 242  "CWFastR 242"
243 243  "CWFastR 243"
244 244  "CWFastR 244"
245 245  "CWFastR 245"
246 246  "CWFastR 246"
247 247  "CWFastR 247"
248 248  "CWFastR 248"
249 249  "CWFastR 249"
250 250  "CWFastR 250"
251 251  "CWFastR 251"
252 252  "CWFastR 252"
253 253  "CWFastR 253"
254 254  "CWFastR 254"
255 255  "CWFastR 255"
REND

RANGE 4  ;Animation2
0   0    "STOP 0"
1   1    "STOP 1"
2   2    "STOP 2"
3   3    "STOP 3"
4   4    "STOP 4"
5   5    "STOP 5"
6   6    "STOP 6"
7   7    "STOP 7"
8   8    "STOP 8"
9   9    "STOP 9"
10  10   "STOP 10"
11  11   "STOP 11"
12  12   "STOP 12"
13  13   "STOP 13"
14  14   "STOP 14"
15  15   "STOP 15"
16  16   "STOP 16"
17  17   "STOP 17"
18  18   "STOP 18"
19  19   "STOP 19"
20  20   "STOP 20"
21  21   "STOP 21"
22  22   "STOP 22"
23  23   "STOP 23"
24  24   "STOP 24"
25  25   "STOP 25"
26  26   "STOP 26"
27  27   "STOP 27"
28  28   "STOP 28"
29  29   "STOP 29"
30  30   "STOP 30"
31  31   "STOP 31"
32  32   "STOP 32"
33  33   "STOP 33"
34  34   "STOP 34"
35  35   "STOP 35"
36  36   "STOP 36"
37  37   "STOP 37"
38  38   "STOP 38"
39  39   "STOP 39"
40  40   "STOP 40"
41  41   "STOP 41"
42  42   "STOP 42"
43  43   "STOP 43"
44  44   "STOP 44"
45  45   "STOP 45"
46  46   "STOP 46"
47  47   "STOP 47"
48  48   "STOP 48"
49  49   "STOP 49"
50  50   "STOP 50"
51  51   "STOP 51"
52  52   "STOP 52"
53  53   "STOP 53"
54  54   "STOP 54"
55  55   "STOP 55"
56  56   "STOP 56"
57  57   "STOP 57"
58  58   "STOP 58"
59  59   "STOP 59"
60  60   "STOP 60"
61  61   "STOP 61"
62  62   "STOP 62"
63  63   "STOP 63"
64  64   "STOP 64"
65  65   "STOP 65"
66  66   "STOP 66"
67  67   "STOP 67"
68  68   "STOP 68"
69  69   "STOP 69"
70  70   "STOP 70"
71  71   "STOP 71"
72  72   "STOP 72"
73  73   "STOP 73"
74  74   "STOP 74"
75  75   "STOP 75"
76  76   "STOP 76"
77  77   "STOP 77"
78  78   "STOP 78"
79  79   "STOP 79"
80  80   "STOP 80"
81  81   "STOP 81"
82  82   "STOP 82"
83  83   "STOP 83"
84  84   "STOP 84"
85  85   "STOP 85"
86  86   "STOP 86"
87  87   "STOP 87"
88  88   "STOP 88"
89  89   "STOP 89"
90  90   "STOP 90"
91  91   "STOP 91"
92  92   "STOP 92"
93  93   "STOP 93"
94  94   "STOP 94"
95  95   "STOP 95"
96  96   "STOP 96"
97  97   "STOP 97"
98  98   "STOP 98"
99  99   "STOP 99"
100 100  "STOP 100"
101 101  "STOP 101"
102 102  "STOP 102"
103 103  "STOP 103"
104 104  "STOP 104"
105 105  "STOP 105"
106 106  "STOP 106"
107 107  "STOP 107"
108 108  "STOP 108"
109 109  "STOP 109"
110 110  "STOP 110"
111 111  "STOP 111"
112 112  "STOP 112"
113 113  "STOP 113"
114 114  "STOP 114"
115 115  "STOP 115"
116 116  "STOP 116"
117 117  "STOP 117"
118 118  "STOP 118"
119 119  "STOP 119"
120 120  "STOP 120"
121 121  "STOP 121"
122 122  "STOP 122"
123 123  "STOP 123"
124 124  "STOP 124"
125 125  "STOP 125"
126 126  "STOP 126"
127 127  "STOP 127"
128 128  "CCW Slo 128"
129 129  "CCW Slo 129"
130 130  "CCW Slo 130"
131 131  "CCW Slo 131"
132 132  "CCW Slo 132"
133 133  "CCW Slo 133"
134 134  "CCW Slo 134"
135 135  "CCW Slo 135"
136 136  "CCW Slo 136"
137 137  "CCW Slo 137"
138 138  "CCW Slo 138"
139 139  "CCW Slo 139"
140 140  "CCW Slo 140"
141 141  "CCW Slo 141"
142 142  "CCW Slo 142"
143 143  "CCW Slo 143"
144 144  "CCW Slo 144"
145 145  "CCW Slo 145"
146 146  "CCW Slo 146"
147 147  "CCW Slo 147"
148 148  "CCW Slo 148"
149 149  "CCW Slo 149"
150 150  "CCW Slo 150"
151 151  "CCW Slo 151"
152 152  "CCW Slo 152"
153 153  "CCW Slo 153"
154 154  "CCW Slo 154"
155 155  "CCW Slo 155"
156 156  "CCW Slo 156"
157 157  "CCW Slo 157"
158 158  "CCW Slo 158"
159 159  "CCW Slo 159"
160 160  "CCW Slo 160"
161 161  "CCW Slo 161"
162 162  "CCW Slo 162"
163 163  "CCW Slo 163"
164 164  "CCW Slo 164"
165 165  "CCW Slo 165"
166 166  "CCW Slo 166"
167 167  "CCW Slo 167"
168 168  "CCW Slo 168"
169 169  "CCW Slo 169"
170 170  "CCW Slo 170"
171 171  "CCW Slo 171"
172 172  "CCW Slo 172"
173 173  "CCW Slo 173"
174 174  "CCW Slo 174"
175 175  "CCW Slo 175"
176 176  "CCW Slo 176"
177 177  "CCW Slo 177"
178 178  "CCW Slo 178"
179 179  "CCW Slo 179"
180 180  "CCW Slo 180"
181 181  "CCW Slo 181"
182 182  "CCW Slo 182"
183 183  "CCW Slo 183"
184 184  "CCW Slo 184"
185 185  "CCW Slo 185"
186 186  "CCW Slo 186"
187 187  "CCW Slo 187"
188 188  "CCW Slo 188"
189 189  "CCW Slo 189"
190 190  "CCW Slo 190"
191 191  "CCW Slo 191"
192 192  "CWFastR 192"
193 193  "CWFastR 193"
194 194  "CWFastR 194"
195 195  "CWFastR 195"
196 196  "CWFastR 196"
197 197  "CWFastR 197"
198 198  "CWFastR 198"
199 199  "CWFastR 199"
200 200  "CWFastR 200"
201 201  "CWFastR 201"
202 202  "CWFastR 202"
203 203  "CWFastR 203"
204 204  "CWFastR 204"
205 205  "CWFastR 205"
206 206  "CWFastR 206"
207 207  "CWFastR 207"
208 208  "CWFastR 208"
209 209  "CWFastR 209"
210 210  "CWFastR 210"
211 211  "CWFastR 211"
212 212  "CWFastR 212"
213 213  "CWFastR 213"
214 214  "CWFastR 214"
215 215  "CWFastR 215"
216 216  "CWFastR 216"
217 217  "CWFastR 217"
218 218  "CWFastR 218"
219 219  "CWFastR 219"
220 220  "CWFastR 220"
221 221  "CWFastR 221"
222 222  "CWFastR 222"
223 223  "CWFastR 223"
224 224  "CWFastR 224"
225 225  "CWFastR 225"
226 226  "CWFastR 226"
227 227  "CWFastR 227"
228 228  "CWFastR 228"
229 229  "CWFastR 229"
230 230  "CWFastR 230"
231 231  "CWFastR 231"
232 232  "CWFastR 232"
233 233  "CWFastR 233"
234 234  "CWFastR 234"
235 235  "CWFastR 235"
236 236  "CWFastR 236"
237 237  "CWFastR 237"
238 238  "CWFastR 238"
239 239  "CWFastR 239"
240 240  "CWFastR 240"
241 241  "CWFastR 241"
242 242  "CWFastR 242"
243 243  "CWFastR 243"
244 244  "CWFastR 244"
245 245  "CWFastR 245"
246 246  "CWFastR 246"
247 247  "CWFastR 247"
248 248  "CWFastR 248"
249 249  "CWFastR 249"
250 250  "CWFastR 250"
251 251  "CWFastR 251"
252 252  "CWFastR 252"
253 253  "CWFastR 253"
254 254  "CWFastR 254"
255 255  "CWFastR 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

