EFX fine channel jumps 127->0
Posted: Mon Apr 09, 2018 9:07 am
While solving something for an other user I noticed something:
please find project in annex.
start the chaser with button on VC
goto simple desk
verify the fine pan & tilt channels -> they only go to 127 (!!)
I'm missing the fine values 126 - 254 before the course value steps to the next one.
(That is the reason why slow and small EFX don't look nice at all)
please find project in annex.
start the chaser with button on VC
goto simple desk
verify the fine pan & tilt channels -> they only go to 127 (!!)
Code: Select all
DMX values course fine FAULTY
126 0
.. ..
126 126
126 127 *
127 0 *
.. ..
Code: Select all
DMX values course fine EXPECTED
126 0
.. ..
126 126
126 127
.. ..
126 255 *
127 0 *
.. 255
.. ..
(That is the reason why slow and small EFX don't look nice at all)