Page 1 of 1

EFX fine channel jumps 127->0

Posted: Mon Apr 09, 2018 9:07 am
by GGGss
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 (!!)

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
              ..    ..

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)