Hi,
I have created a ramp Generator using the DAC , and I am trying to read and plot the signal back using ADC through the artiq dashboard. The ramp generator code works when I submit in the dashboard ( displays the right waveform on scope), when I then submit the ADC code the dataset for the ADC does not show in the Datasets section . Both codes run on the same pipeline (main) and I was thinking that is why dataset blocks, but when I change the pipeline for the ADC code and submit it overrides and kills the DAC code( ramp generator), I think the problem is that both pipelines conflict over the core device, is there anyway to over come this ?