This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to get ADC readings from 3 input channels simoultaneosuly

Hi
I wnat to read 3 different voltages using ADC. I am trying to generate code for this using SCS. I have reffered ADC Datalogger and Light sensnor projects.But in these projects only one channel is used as input. i want to read 3 inputs. how can i do that?

  • Hello Abhijith S,
    You will have to use these in sequence as you cannot measure at three inputs at the same time. Simply increase the number of analog pins in the task resource selection in SCS and then alter you execution code to do three measurements back2back where you change the input pin between each measurement.