HP E1418A Service Manual page 22

8/16-channel d/a converter
Hide thumbs Also See for E1418A:
Table of Contents

Advertisement

/* First integer */
result=config[0];
if (result == 0)
{
printf ("Module is a 16 channel device\n");
num_chan = 16;
}
else
{
if (result == 7)
{
}
else
{
}
}
/* Second integer */
result = config [1];
if (result == 0)
{
printf ("Module has a screw type terminal module installed\n");
}
else
{
if (result == 7)
{
}
else
{
}
}
22 Operating Information
/* Expansion board
printf ("Module is an 8 channel device\n");
num_chan=8;
printf ("Error in DIAG:CONF ? command\n");
printf ("First value returned was %d \n",config[0]);
printf ("Program will terminate\n");
pause();
abort;
/* Terminal Module */
printf ("Module does NOT have a terminal module installed\n");
printf ("Error in DIAG:CONF ? command\n");
printf ("First value returned was %d \n",config[0]);
printf ("Program will terminate\n");
pause();
abort;
*/
Chapter 3

Advertisement

Table of Contents
loading

Table of Contents