APUSetTimeoutValues() Function
- Last UpdatedMar 03, 2021
- 1 minute read
The APUSetTimeoutValues() function sets time-out intervals in seconds. A time-out interval controls how many errors caused by memory access or failing to obtain valid responses are observed while program is running.
The default memory access time-out is two seconds. The default short response wait time is 10 second and the default long response wait time is 20 seconds.
Category
View
Syntax
[Result=] APUSetTimeoutValues(iMemory, iShort, iLong);
Arguments
iMemory
Integer - access time out
iShort
Short response wait time (integer)
iLong
Long response wait time (integer)
Example
Status = APUSetTimeoutValues(iMemory,iShort,iLong);
See Also
APUSetAlarmGroupText(), APUSetQueryAlarmState(), APUSetQueryFromPriority(), APUSetQueryToPriority()