EARG Error Code
EARG results when an invalid argument is passed to a function call. The following are some examples:
- ibconfig with the IbcTMO option called with a value not in the range 0 through 17.
- ibconfig with the IbcEOS option called with meaningless bits set in the high byte of the second parameter.
- ibconfig with the IbcPAD or IbcSAD option called with invalid addresses.
- ibppc called with invalid parallel poll configurations.
- A multi-device NI-488.2 call made with an invalid address.
- PPollConfig called with an invalid data line or sense bit.
Solutions
Make sure that the parameters passed to the NI-488.2 call are valid.
Return to list of error codes |