Druuka / ETC-Eos-related-sketches-and-Layouts

modified and expanded LightHack sketches for use with ETC Eos family consoles.
16 stars 0 forks source link

Motorised faders #3

Closed cameronaffleck closed 2 years ago

cameronaffleck commented 4 years ago

Hi Andrew, I've been having a look at trying to incorporate motorised faders into a networked fader wing, so that the fader wing can be remote to the desk. I've been having a look at your Sub37withFeedback code to try and understand it and adapt it for my own project. Do you have a diagram of how you wired up your particular fader? Do you think that https://www.robotshop.com/uk/motorized-10k-linear-slide-pot.html would be a suitable fader to try this with? I'd eventually end up with 5 motorised faders, with 0.96" OLED displays above them and the appropriate Go/Stop buttons below them. Any suggestions for this would be greatly appreciated! Thanks Cam

cameronaffleck commented 4 years ago

Or, alternatively, this fader? https://www.reichelt.com/gb/en/alps-rs60n-studio-fader-motor-and-touch-sense-5k-rs60n11m9-lin5k-p73883.html?PROVID=2788&gclid=CjwKCAjwkPX0BRBKEiwA7THxiPSN7Ib7B3jwEoOccuUt2UmEdk2aQlwNJrkbjeY6mWQY6eb2kA8coBoChtUQAvD_BwE&&r=1 This one is actually 4v-10v Thanks for your thoughts

Druuka commented 4 years ago

The first fader should work. I just finished a project recently that had two motorized faders, two buttons, and a display. I will get that code up on my GitHub site soon.

Andrew

On Apr 20, 2020, at 2:25 PM, cameronaffleck notifications@github.com wrote:

Hi Andrew, I've been having a look at trying to incorporate motorised faders into a networked fader wing, so that the fader wing can be remote to the desk. I've been having a look at your Sub37withFeedback code to try and understand it and adapt it for my own project. Do you have a diagram of how you wired up your particular fader? Do you think that https://www.robotshop.com/uk/motorized-10k-linear-slide-pot.html https://www.robotshop.com/uk/motorized-10k-linear-slide-pot.html would be a suitable fader to try this with? I'd eventually end up with 5 motorised faders, with 0.96" OLED displays above them and the appropriate Go/Stop buttons below them. Any suggestions for this would be greatly appreciated! Thanks Cam

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Druuka/LightHack/issues/3, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADIDFS6MG5AZWNAENP2IDXDRNS4UXANCNFSM4MMZA4OA.

cameronaffleck commented 4 years ago

Is the new project network based? I’ve had difficulty finding a library that successfully encodes the OSC data via TCP. EOS reports packet corruption with even the smallest OSC string.

Druuka commented 4 years ago

Current project is network based but uses udp not tcp. I’m working on a tcp library but it is not finished yet Currently with eos you can specify several udp destinations

Thanks.

Andrew

Sent from my iPad

On Apr 23, 2020, at 1:05 AM, cameronaffleck notifications@github.com wrote:

 Is the new project network based? I’ve had difficulty finding a library that successfully encodes the OSC data via TCP. EOS reports packet corruption with even the smallest OSC string.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.