VilladonEnt Posted April 11, 2006 Report Posted April 11, 2006 Hello All,I've been looking around the forum for some answers but I can't find a straight forword example on Shift Registers.What I'm looking to do is assign 2 encoders to J5 of the din and 4 buttons to J7 of the same Din.I've played around with mios_tables_inc but can not get both working. here is what i changed:;; SR Pin Mode ENC_ENTRY 2, 0, MIOS_ENC_MODE_DETENTED2 ; V-Pot 1 ENC_ENTRY 2, 2, MIOS_ENC_MODE_DETENTED2 ; V-Pot 2 ENC_ENTRY 2, 4, MIOS_ENC_MODE_DETENTED2 ; V-Pot 3 ENC_ENTRY 2, 6, MIOS_ENC_MODE_DETENTED2 ; V-Pot 4left the rest as ENC_EOTIs J5/J6 SR2? , J7/J8 SR3? , J9/J10 SR4?Thanks,Villadon Quote
illogik Posted April 11, 2006 Report Posted April 11, 2006 hi,take a look at the schematic; j5/j6 is SR2, j7/j8 is SR3you want to assign 2 encoders to J5 (J5 in the schematic) ENC_ENTRY 2, 4, MIOS_ENC_MODE_DETENTED2 ; V-Pot 1 ENC_ENTRY 2, 6, MIOS_ENC_MODE_DETENTED2 ; V-Pot 2the 4 buttons on J7 should be onSR3, pin 4SR3, pin 5SR3, pin 6SR3, pin 7 cheers Quote
VilladonEnt Posted April 11, 2006 Author Report Posted April 11, 2006 Thanks IllogikI was almost totally confused until you edited the post :DThanks! everything is clear now!Villadon Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.