/* Third integer */
result=config[2]; /* Isolated or non-isolated outputs */
if (num_chan == 8) result = result << 8; /* strip upper 8 bits */
for (i=num_chan;i>0;i— )
{
if (result > = 0x8000)
{
printf (“Channel %d is configured for non-isolated output\n”,i);
}
else
{
printf(“Channel %d is configured for isolated output\n”,i);
}
result = result << 1;
}
/* Fourth integer */
result=config[3]; /* Output Mode Voltage or Current */
if (num_chan == 8) result = result << 8; /* strip upper 8 bits */
for (i=num_chan;i>0;i— )
{
if (result > = 0x8000)
{
printf (“Channel %d is set to voltage output mode\n”,i);
}
else
{
printf(“Channel %d is set to current output mode\n”,i);
}
result = result << 1;
}
Chapter 3
Operating Information 23
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 ...