hey guys,
i´ve come across a problem with my encoder mapping of which i am not sure if i could solve it within the c application of mb64e.
I´ve got two rows of 6 encoders, let´s name them A and B. Due to practical reasons (cable mess) i would like to wire the encoders in blocks of 4 (encoder 1 and 2 of row A and row B) with one 10 pin ribbon
cable each block and connect them to SR5, SR6 and SR7 of my second DIN-Module. So far so good.
Normally when mapping encoders they get increasing cc numbers with increasing shift register numbers. That means that the encoders of SR 5 get the numbers 1,2,3 and 4 and the encoders of SR6 get 5,6,7,8 and so on.
But due to my wiring the encoders in row A have 1 2 5 6 9 10 and the encoders in row b have 3 4 7 8 11 12 instead of 1,2,3,4,5,6 and 7,8,9,10,11,12.
Question: Can i change this within the c application or is that not possible?
Thank you,
alex