02-29-2016 01:48 PM
I have acually taken a numeric control and converted it into a boolean array and then using a for loop and shift registers i have converted the serial corresponding boolean array to parallel form 8 bit or 16 bit. Now when i check the output using a waveform graph i am having a parallel output,
for ex. if my input is 65535 which is the max. value my output is 1111....1111(16 1s). Now i convert this array to waveform using boolean to waveform conver.
and write it to my scb 68 daq. There is no error bt m not getting desired waveform on d scope. What can be the possible reasons and solution???
03-01-2016 02:06 AM
Hi,
Can you share the code and the details of the DAQ hardware you are using? SCB 68 is a terminal block or a breakout box connected to your DAQ.
So, if I understand correctly you are generating bits of a number in the form of signals on parallel digital lines. You are finally trying to achieve some kind of a parallel communication. And currently you are wiring all these individual lines from your DAQ to your oscilloscope using the SCB 68.
It will be good if you can share the following.
1. Your code
2. Snapshots of the scope screen
3. Wiring diagram, how are you wiring the digital lines to the Scope.