Service manual
for (i = 0; i <= 2; i++)
{
iprintf (id, "CLOS (@°/0u)\ n", j);
iprintf (dm, "TRIG SGL\ n");
iscanf (dm, "%lf", &value1[i][2]);
iscanf (dm, "%t", cr);
iprintf (id, "OPEN (@%u)\ n", i*8);
resultl[i][2] = value1[i][2] - R[42];
if (resultl[i][2] < 0) resultl[i][2] = 0;
if (resultl[i][2] > 2.0) printf ("\n*** Resistance for Channel %u G Relay is 2.0
Ohms", i+ 90);
j = j + 8;
}
printf ("\ n\ nMeasurements complete for Channels 90-92 G.");
printf ("\ nPress ENTER for Channel 93 HI, LO, and G measurements.");
getchar ();
/*..........Measure Channel 93 HI, LO, and G..........*/
j = 193;
printf ("\ n\ n\ nChannel 93 HI, LO, and G measurements");
printf ("\ n\ n 1. Connect DMM Sense and Input HI leads to VOLTAGE SENSE
HI.");
printf ("\ n 2. Connect DMM Sense and Input LO leads to CURRENT SOURCE
HI.");
printf ("\ n 3. Press ENTER when connections are complete.");
getchar ();
iprintf (id, "CLOS (@%u)\ n", j);
iprintf (dm, "TRIG SGL\ n");
iscanf (dm, "%If", &value1[0][3]);
iscanf (dm, "%t", cr);
resultl[0][3] = value1[0][3] - R[38] - R[43];
iprintf (id, "open (@%u)\ n", j);
if (result1[0][3] < 0) result1[0][3] = 0;
if (result1[0][3] > 2.0) printf ("\n*** Resistance for Channel 93 HI Relay is 2.0
Ohms");
printf ("\ n\ n 1. Connect DMM Sense and Input HI leads to VOLTAGE SENSE
LO.");
printf ("\ n 2. Connect DMM Sense and Input LO leads to CURRENT SOURCE
LO.");
printf ("\ n 3. Press ENTER when connections are complete.");
getchar();
iprintf (id, "CLOS (©%u)\ n", j);
iprintf (dm, "TRIG SGL\ n");
iscanf (dm, "%If", &valuel[1][3]);
Appendix A Example C Programs A-5