I'm still at trying this guys. I've moved to connecting the temp probe to the pcb by putting it through one of the through holes at an angle for physical contact.
How does this profile look (for leaded)? Any changes or places I should extend the time. The blue is SP, red is PV, and thin green is the CO. I drove the SP to 230 at the end knowing I wouldn't get there but wanted to push the CO to 100%.

Here is the profile I'm using (custom software):
<Profile>
<Name>Amtech 4300 63Sn/37Pb Profile A</Name>
<Step>
<Action>set_auto</Action>
<Name>Stage 1 - Preheat</Name>
<SP>140</SP>
<MaxChange>0</MaxChange>
<Fan>1</Fan>
</Step>
<Step>
<Action>delay_threshold</Action>
<Name></Name>
<Test>Greater Than Or Equal</Test>
<PV>140</PV>
<Seconds>0</Seconds>
</Step>
<Step>
<Action>set_auto</Action>
<Name>Stage 2 - Soak</Name>
<SP>170</SP>
<MaxChange>0</MaxChange>
<Fan>1</Fan>
</Step>
<Step>
<Action>delay_threshold</Action>
<Name></Name>
<Test>Greater Than Or Equal</Test>
<PV>140</PV>
<Seconds>90</Seconds>
</Step>
<Step>
<Action>set_auto</Action>
<Name>Stage 3 - Reflow</Name>
<SP>230</SP>
<MaxChange>0</MaxChange>
<Fan>1</Fan>
</Step>
<Step>
<Action>delay_threshold</Action>
<Name></Name>
<Test>Greater Than Or Equal</Test>
<PV>210</PV>
<Seconds>10</Seconds>
</Step>
<Step>
<Action>set_auto</Action>
<Name>Stage 4 - Cool Down (Open Door)</Name>
<SP>0</SP>
<MaxChange>0</MaxChange>
<Fan>0</Fan>
</Step>
<Step>
<Action>delay_threshold</Action>
<Name></Name>
<Test>Less Than Or Equal</Test>
<PV>70</PV>
<Seconds>0</Seconds>
</Step>
<Step>
<Action>end</Action>
<Name>Completed</Name>
</Step>
</Profile>