/* First integer */
result=config[0]; /* Expansion board */
if (result == 0)
{
printf (“Module is a 16 channel device\n”);
num_chan = 16;
}
else
{
if (result == 7)
{
printf (“Module is an 8 channel device\n”);
num_chan=8;
}
else
{
printf (“Error in DIAG:CONF ? command\n”);
printf (“First value returned was %d \n”,config[0]);
printf (“Program will terminate\n”);
pause();
abort;
}
}
/* Second integer */
result = config [1]; /* Terminal Module */
if (result == 0)
{
printf (“Module has a screw type terminal module installed\n”);
}
else
{
if (result == 7)
{
printf (“Module does NOT have a terminal module installed\n”);
}
else
{
printf (“Error in DIAG:CONF ? command\n”);
printf (“First value returned was %d \n”,config[0]);
printf (“Program will terminate\n”);
pause();
abort;
}
}
22 Operating Information
Chapter 3
Summary of Contents for E1418A
Page 4: ...Notes 4 HP E1418A 8 16 Channel D A Converter Service Manual Contents ...
Page 8: ...Notes 8 HP E1418A D A Converter Module Service Manual ...
Page 58: ...Notes 58 Verification Tests Chapter 4 ...
Page 66: ...Figure 5 5 Internal Resistor Adjustment Connections 66 Adjustments Chapter 5 ...
Page 81: ...Figure 6 1 8 Channel Disassembly Chapter 6 Service 81 ...
Page 82: ...Figure 6 2 16 Channel Disassembly 82 Service Chapter 6 ...
Page 84: ...Notes 84 Service Chapter 6 ...
Page 90: ...Figure 7 1 HP E1418A Replaceable Parts 90 Replaceable Parts Chapter 7 ...
Page 91: ...Figure 7 2 Common Terminal Module Replaceable Parts Chapter 7 Replaceable Parts 91 ...