Second Door

I made a second door on the JBizz, but cannot get to animate the door in FS. I,ve named it R_Canopy, and also tried R_Canopy01. Also added the door in the aircraft.cfg file, but no luck. any idea why?
Flight Simulator and other chat
https://forums.simviation.com/phpBB3/
https://forums.simviation.com/phpBB3/viewtopic.php?f=13&t=34749
<part>
<Name>door_0</Name>
<animation>
<Parameter>
<Sim>
<Variable>EXIT OPEN:0</Variable>
<Units>percent</Units>
</Sim>
</Parameter>
</animation>
</part>
<part>
<Name>door_1</Name>
<animation>
<Parameter>
<Sim>
<Variable>EXIT OPEN:1</Variable>
<Units>percent</Units>
</Sim>
</Parameter>
</animation>
</part>
<part>
<Name>door_2</Name>
<animation>
<Parameter>
<Sim>
<Variable>EXIT OPEN:2</Variable>
<Units>percent</Units>
</Sim>
</Parameter>
</animation>
</part>
<part>
<Name>door_3</Name>
<animation>
<Parameter>
<Sim>
<Variable>EXIT OPEN:3</Variable>
<Units>percent</Units>
</Sim>
</Parameter>
</animation>
</part>
Ok, Ive added the above to the MakeMDL.parts.xml file, and I've named the door R_Canopy, and tried R_Canopy01, door_01 as well, but still I cannot get it to open. I am sure it is some small thing I miss?