‎04-30-2010 05:54 PM
I feel really lame for asking this, but I can't figure out how to connect a coded switch to select 16 different frequencies from the generator module. I keep trying to figure out how with one switch output and one generator output I can control the generator by the switch. I can't envision how the goes-inta's and goes-outta's get wired.
I keep thinking I've seen such an example, but can't find it 😞
Solved! Go to Solution.
‎05-03-2010 07:37 AM - edited ‎05-03-2010 07:38 AM
Look at the example: waveform_gener.dsb
It uses a Coded Switch and a Signal Switch to demonstrate digital filtering.
When you use a Coded Switch to control the Signal Switch, it has a control input (X), and 15 (fifteen) other inputs. The value of the X input determines which input is routed ot the output.
If you use a Switch to control it, configure it for Edge controlled increment, and each rising edge from the switch will move it to the next position.
If you need 16 channels, you'll have to use some sort of stacked logic...
‎05-03-2010 01:23 PM
CJ, the example was all I needed to get things working correctly. It made sense that the voltage output from the Coded Switch would control the signal generator which it does very well.
Thanks very much!!!