![HP E1418A Скачать руководство пользователя страница 22](http://html.mh-extra.com/html/hp/e1418a/e1418a_service-manual_161586022.webp)
/* 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
Содержание 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 ...