Figure 4-33 – ADIC Server User Manual

Page 83

Advertising
background image

aci_eject

4-41

21 Dec 2001

ENOVOLUME

EPROBVOL

EAMU

EAMUCOMM

EROBOTCOMM

EDASINT

ENOAREA

ENOTAUTH

EBADCLIENT

ERETRYL

EINUSE

ECANCELED

EDASINT

ENOMATCH

ETIMEOUT

ESWITCHINPROG

EHICAPINUSE

ECOORDINATE

EBARCODE

EINVALIDDEV

ENOROBOT

EDATABASE

ENOTSUPPHCMD

EAREAEMPTY

EBARCODE

EAREAFULL

Refer to Figure 4-33 for an example of the aci_eject function.

Figure 4-33

Example of the aci_eject Function

int rc = 0;

rc = aci_eject( "E01", "AAB001", ACI_3590 );

if( rc )

{

aci_perror( "Command failed: " );

}

else

{

printf( "Volser AAB001 ejected to E01 \n" );

}

Advertising