![HP E1418A Скачать руководство пользователя страница 40](http://html.mh-extra.com/html/hp/e1418a/e1418a_service-manual_161586040.webp)
/*** Routine to perform the compliance current performance test ***/
void compliance_check ()
{
float v_out = {12};
/* Voltage to output */
int i,opc_check;
char function [6] = {“VOLT:DC\0"},range [6] = {”100\0"};
dmm_setup (function,range);
printf (“\n\nCompliance Current Verification Test\n\n”);
for (i = 0;i != num_chan;i++)
{
/** connection instructions **/
printf (“\tChannel %d\n”,i+1);
printf (“1.\tMake a four-wire connection from channel %d \n”,i+1);
printf (“\tto a 600 Ohm resistor.\n”);
printf (“2.\tMake a two-wire connection from the DMM to\n”);
printf (“\tthe 600 Ohm resistor.\n”);
printf (“3.\tThe DMM is set to make DC Volts Measurements on \n”);
printf (“\tthe 100 V range.\n”);
printf (“4.\tEach channel is set to output 12 V\n”);
printf (“\t\tMeasure the voltage drop across the resistor output.\n”);
printf (“\n\n”);
pause();
err=viPrintf(dac, “APPLY%d:VOLTAGE %f;*OPC?\n”,i+1,v_out); /* voltage output */
if(err VI_SUCCESS) err_handler(dac, err);
err=viScanf(dac, “%d”, &opc_check); /* enter OPC integer */
if(err VI_SUCCESS) err_handler(dac, err);
compliance_results [i] = dmm_measure();
err=viPrintf(dac, “OUTPUT%d OFF;*OPC?\n”,i+1); /* Turn output off */
if(err VI_SUCCESS) err_handler(dac, err);
err=viScanf(dac, “%d”, &opc_check); /* enter OPC integer */
if(err VI_SUCCESS) err_handler(dac, err);
sys_err (dac); /* SCPI error check */
}
printf (“\n\nend of Compliance Current Test\n\n”);
err=viPrintf(dac, “*RST\n”);
/* reset the dac */
if(err VI_SUCCESS) err_handler(dac, err);
}
/*** End of compliance_check ***/
40 Verification Tests
Chapter 4
Содержание E1418A
Страница 4: ...Notes 4 HP E1418A 8 16 Channel D A Converter Service Manual Contents ...
Страница 8: ...Notes 8 HP E1418A D A Converter Module Service Manual ...
Страница 58: ...Notes 58 Verification Tests Chapter 4 ...
Страница 66: ...Figure 5 5 Internal Resistor Adjustment Connections 66 Adjustments Chapter 5 ...
Страница 81: ...Figure 6 1 8 Channel Disassembly Chapter 6 Service 81 ...
Страница 82: ...Figure 6 2 16 Channel Disassembly 82 Service Chapter 6 ...
Страница 83: ...Figure 6 3 Plug on Channel Locations Figure 6 4 Installing Plug on Modules Chapter 6 Service 83 ...
Страница 84: ...Notes 84 Service Chapter 6 ...
Страница 90: ...Figure 7 1 HP E1418A Replaceable Parts 90 Replaceable Parts Chapter 7 ...
Страница 91: ...Figure 7 2 Common Terminal Module Replaceable Parts Chapter 7 Replaceable Parts 91 ...
Страница 94: ...Notes 94 Manual Changes Chapter 8 ...