ETAB Error code

NI-488.2

ETAB Error code

ETAB occurs only during the FindLstn and FindRQS calls. ETAB indicates that there was some problem with a table used by these calls, as follows:

In the case of FindLstn, ETAB means that the given table did not have enough room to hold all the addresses of the Listeners found.

In the case of FindRQS, ETAB means that none of the devices in the given table were requesting service.

Solutions

In the case of FindLstn, increase the size of result arrays.

In the case of FindRQS, check to see if other devices not used by your application are asserting SRQ. Disconnect them from the GPIB if necessary.


Return to list of error codes