Please enable JavaScript to view this site.

A-Shell Development History

MX_AGWRAPPER refinement (server side): The ATE response timeout period is now automatically set to infinite (rather than the standard 5 seconds) for: AG_XFUNC, AG_XFUNCS, AG_FTP and AG_FTPSYNC. Previously, when these commands took longer than 5 seconds (which is quite common), MX_AGWRAPPER was timing out and returning a null response. To allow further fine-tuning of the timeout, an optional timeout parameter has been added:

xcall MIAMEX, MX_AGWRAPPER, AGCMD, PARMS, RESPONSE {,TIMEOUT)

The optional TIMEOUT parameter may specify the maximum wait (in ms) before MX_AGWRAPPER will return with no response.