Hi Aparna,
yes MCAT doesn't offer possibility of having 2 resolvers for one motor. But you could use a workaround.
It is possible to add second motor by selecting "dual motor" in Application setting page->general->number of motors and add resolver to second motor.
There will be 2 motors in MCAT and it will generate (by pressing "Generate Configuration File" in "output file" tab for every motor) M1_PMSM_appconfig.h and M2_PMSM_appconfig.h instead of one PMSM_appconfig.h .
You can use generated constants for new sensor from M2_PMSM_appconfig.h.
Waveform visualization is task of Freemaster (Mcat is for constants calculation and tunning).
You can use scope or recorder for waveform visualization. Any global variable from the Design Studio project can be added as freemaster variable and you can see its value in Variable Watch, recorder or scope. You can find more details in freemaster user guide. Pdf document is installed with your Freemaster.
MCAT can update some variables during run time by pressing "Update Target" button. It is good feature for online tuning.
Relation between MCAT and Freemaster variables is given by FM_params_list.xml and generated constants naming is given by Header_file_constant_list.xml.
Example of on/off button in app control tab:
You can find line in FM_params_list.xml:
<M1_onoff>switchAppOnOff</M1_onoff><!-- Main application switch of MOTOR1 -->
what means MCAT onoff for motor 1 controls Freemaster variable switchAppOnOff.
Freemaster variable switchAppOnOf covers embedded variable switchAppOnOf (address 0x40004570).

Best regards,
Tomas Fedor.