Hello,
I've attached an example that reads from 3 channels as below:
- XBAR0_TRIG.0: Read voltage (COMMAND ID 1) on J9[10]
-XBAR0_TRIG.1: Read voltage (COMMAND ID 2 and 3) on J26[12] and J26[2], respectively.
In this example, the trigger to read ADC values is done via Software (ADC_ETC_START blocks), which is ran at every step execution (once 0.2s).
XBAR0_TRIG.0 triggers the ADC_ETC_IRQ0_IRQHandler interrupt, which read the voltage on J9[10] (Data Memory Chan1) and increment the variable counter_trig0.
XBAR0_TRIG.1 triggers the ADC_ETC_IRQ1_IRQHandler interrupt, which read the voltage on J26[12] (Data Memory Chan2) and J26[2] (Data Memory Chan3) and increment the variable counter_trig1.
Please use the included FreeMASTER project to check the values of all these variables. In the image below, I used a 1.21V reference voltage applied on all 3 channels, one at a time. As there are no pulldown/pullup resistors, if no voltage is applied, the read values is floating around random values.

Best regards,
Sorin Bancila