Previous Topic: SUBUNPT Return Codes

Next Topic: TIMEOUT Return Codes

EPI TIMEOUT—Set Timeout Value

The TIMEOUT command determines how long EPI commands wait before timing out. When a command times out, the external data queue receives this message:

EPI COMMAND TIMED OUT BEFORE ALL RESPONSES RECEIVED

This command has the following format:

ADDRESS EPI "TIMEOUT keyword"
  {seconds}
seconds

Defines the number of seconds, between 1 and 86400, to wait before EPI commands time out.

Default: 60 seconds

Example: EPI TIMEOUT

The following sets the timeout value to 45 seconds:

TIMEOUT 45