Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

do

{
response = al_m_ask_user(" RUN DUT CONTINUITY CHECK ? (Y/N)");
if (!response)
al_m_ask_user("\n ENSURE THERE IS A UNIT in the CONTACTOR, ENTER \n");
/*jvargas*/
{
dut_continuity();
printf("\nDUT Continuity DUT data = %f\n", result_arr[1]);

if ( result_arr[1] == 2047) /* all bits = ones */


printf("DUT Continuity PASSES, ENTER no to next inquiry \n\n");
else
printf("DUT Continuity FAILS, ENSURE THERE IS A DEVICE IN THE
CONTACTOR\n\n");

You might also like