- Posts: 37
can I mix 2 switches?
- suzali
- Topic Author
- Offline
Less
More
18 Dec 2014 14:32 #27078
by suzali
can I mix 2 switches? was created by suzali
Hello, need help:
I want to create something like a 6 output postion switch.
I thought I could use e.g. FMODE and DR
set
FMODE0 = -100
FMODE1 = -75
FMODE2 = -50
if DR=0 then add 0
if DR=1 then add 100
would give 6 values with these two switches. Are my thoughts right?
I don't manage to mix it
Would be great if someone could help.
Thx in advance.
I want to create something like a 6 output postion switch.
I thought I could use e.g. FMODE and DR
set
FMODE0 = -100
FMODE1 = -75
FMODE2 = -50
if DR=0 then add 0
if DR=1 then add 100
would give 6 values with these two switches. Are my thoughts right?
I don't manage to mix it
Would be great if someone could help.
Thx in advance.
Please Log in or Create an account to join the conversation.
- FDR
- Offline
18 Dec 2014 15:42 #27081
by FDR
Replied by FDR on topic can I mix 2 switches?
Your solution is fine.
Make a 4 pages complex mixer all with a "fixed" function and these values: -100, -75, -50 and +100.
Set a switch to all of them: FMODE0 (not really necessary, but easier to understand that way), FMODE1, FMODE2, xxx_DR1.
Make the first three have "replace" mux type, but the last page let be "add" mux.
That's it...
Make a 4 pages complex mixer all with a "fixed" function and these values: -100, -75, -50 and +100.
Set a switch to all of them: FMODE0 (not really necessary, but easier to understand that way), FMODE1, FMODE2, xxx_DR1.
Make the first three have "replace" mux type, but the last page let be "add" mux.
That's it...
Please Log in or Create an account to join the conversation.
- suzali
- Topic Author
- Offline
Less
More
- Posts: 37
18 Dec 2014 18:02 #27083
by suzali
Replied by suzali on topic can I mix 2 switches?
Great! That's what I was looking for!
Thank you!
Thank you!
Please Log in or Create an account to join the conversation.
Time to create page: 0.042 seconds
- Home
- Forum
- News, Announcements and Feedback
- Feedback & Questions
- can I mix 2 switches?