Hi @agus_idiada
Thank you for sharing your project with us. I have downloaded the archive that you have sent, and I have noticed that the .mex file associated with the model does not contain the additional Adc channel in the configuration it enables for this component. However, the S32K396-Q289-copy.mex file contains the Adc group with 2 channels. Hence, can you please cleanup the folder where your model is placed, leaving only the slx file and try rebuilding the application?
I also see that the S32K396-Q289-copy.mex is specified as the Configuration Template inside the model's Configuration Parameters. Because of this, your local file will be brought next to the model and used throughout the build process.
It seems that somehow, your configuration got overwritten with the default one the toolbox provides. For more details about default and custom configuration projects, please check the following link, as it provides a detailed explanation on these terms and how MBDT works with such configurations. To make sure that your model is using the right configuration project, click the Configure button of any of the Simulink MBDT blocks present in your model. This action should open the S32CT and here you can check if the Adc is configured as required by your application.
With the S32K396-Q289-copy.mex file, I have added both Channel0[0] and Channel0[1] inside the FreeMASTER project, obtaining the following results:

Please let us know if this solves the issue you are currently encountering.
Thank you,
Irina