/* Fifth integer */
result=config[4]; /* Channel output ON or OFF */
if (num_chan == 8) result = result << 8; /* strip upper 8 bits */
for (i=num_chan;i>0;i— )
{
if (result > = 0x8000)
{
printf (“Channel %d output is disabled\n”,i);
}
else
{
printf(“Channel %d output is enabled\n”,i);
}
result = result << 1;
}
/* Sixth integer */
result=config[5]; /* Program or Jumper Selectable channels */
if (num_chan == 8) result = result << 8; /* strip upper 8 bits */
for (i=num_chan;i>0;i— )
{
if (result >= 0x8000)
{
printf (“Channel %d output mode is programmable\n”,i);
}
else
{
printf(“Channel %d output mode is fixed and jumper selected\n”,i);
}
result = result << 1;
}
•
•
•
}
24 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 ...