Difference between revisions of "Diesel Version 5:Function Remapping"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
! scope="col" |Default Button | ! scope="col" |Default Button | ||
|- | |- | ||
− | |[[{{NAMESPACE}}: | + | |[[{{NAMESPACE}}:CV_33|CV33]] |
|F0F | |F0F | ||
|White | |White | ||
Line 21: | Line 21: | ||
|- | |- | ||
|- | |- | ||
− | |CV34 | + | |[[{{NAMESPACE}}:CV_34|CV34]] |
|F0R | |F0R | ||
|Yellow | |Yellow | ||
Line 28: | Line 28: | ||
|- | |- | ||
|- | |- | ||
− | |CV35 | + | |[[{{NAMESPACE}}:CV_35|CV35]] |
|F1 | |F1 | ||
|Green | |Green | ||
Line 34: | Line 34: | ||
|F1 | |F1 | ||
|- | |- | ||
− | |CV36 | + | |[[{{NAMESPACE}}:CV_36|CV36]] |
|F2 | |F2 | ||
|Purple | |Purple | ||
Line 40: | Line 40: | ||
|F1 | |F1 | ||
|- | |- | ||
− | |CV37 | + | |[[{{NAMESPACE}}:CV_37|CV37]] |
|F3 | |F3 | ||
|Brown | |Brown | ||
Line 46: | Line 46: | ||
|F3 | |F3 | ||
|- | |- | ||
− | |CV38 | + | |[[{{NAMESPACE}}:CV_38|CV38]] |
|F4 | |F4 | ||
|Pink | |Pink | ||
Line 52: | Line 52: | ||
|F4 | |F4 | ||
|- | |- | ||
− | |CV39 | + | |[[{{NAMESPACE}}:CV_39|CV39]] |
|F5 | |F5 | ||
|Pink/Purple | |Pink/Purple | ||
Line 58: | Line 58: | ||
|F5 | |F5 | ||
|- | |- | ||
− | |CV40 | + | |[[{{NAMESPACE}}:CV_40|CV40]] |
|F6 | |F6 | ||
|Green/Brown | |Green/Brown | ||
Line 64: | Line 64: | ||
|F6 | |F6 | ||
|- | |- | ||
− | |CV41 | + | |[[{{NAMESPACE}}:CV_41|CV41]] |
|F7 | |F7 | ||
| | | | ||
Line 70: | Line 70: | ||
| | | | ||
|- | |- | ||
− | |CV42 | + | |[[{{NAMESPACE}}:CV_42|CV42]] |
|F8 | |F8 | ||
| | | | ||
Line 76: | Line 76: | ||
| | | | ||
|- | |- | ||
− | |CV43 | + | |[[{{NAMESPACE}}:CV_43|CV43]] |
|F9 | |F9 | ||
| | | | ||
Line 82: | Line 82: | ||
| | | | ||
|- | |- | ||
− | |CV44 | + | |[[{{NAMESPACE}}:CV_44|CV44]] |
|F10 | |F10 | ||
| | | |
Revision as of 21:20, 3 April 2025
Light Function Remapping
Any of the light functions can be mapped to any of 28 available function buttons.
This is most easily done using Audio Assist™ (see the "light options menu")
Light function remapping can also be done using CV programming.
To control which button turns on a function light simply enter the number of the function button (0-28) into the CV for that light.
For example, if you want light function one (green wire) to turn on when function button 2 is pressed, put a value of 2 into CV35
CV | Light output | Wire Color | Default Value | Default Button |
---|---|---|---|---|
CV33 | F0F | White | 0 | F0 |
CV34 | F0R | Yellow | 0 | F0 |
CV35 | F1 | Green | 1 | F1 |
CV36 | F2 | Purple | 2 | F1 |
CV37 | F3 | Brown | 3 | F3 |
CV38 | F4 | Pink | 4 | F4 |
CV39 | F5 | Pink/Purple | 5 | F5 |
CV40 | F6 | Green/Brown | 6 | F6 |
CV41 | F7 | 255 | ||
CV42 | F8 | 255 | ||
CV43 | F9 | 255 | ||
CV44 | F10 | 255 |
This method of light function remapping is a "many to 1" method in that many light functions can be turned on by one button, and light function can only be controlled by one button.
- Note: This method uses the same CV's as previous WOWSound decoders but uses different CV values. This was done to make the process easier to understand.