Installation manual
MAIN CONTROL OBJECT
23
3
PROPERTY TIMEOUT
PURPOSE
Communication port timeout on received frames.
DESCRIPTION
This property sets or gets the communication port timeout, which is the maximum
waiting time after that we assume the frame does not arrive.
IDL
[propget, id(7), helpstring("property Timeout")] HRESULT Timeout([out, retval] short
*pVal);
[propput, id(7), helpstring("property Timeout")] HRESULT Timeout([in] short newVal);
DATA TYPE
Short
POSSIBLE VALUES
The control accepts only these values (in millisecond):
10, 20, 50, 100, 200, 500, 1000, 2000
The default value is 100 ms. For a better output it is advised to set timeout values
>100 ms.
EXAMPLE
...
Dim Timeout as integer
...
RFNCCTL.Timeout = 200
...
Timeout = RFNCCTL.Timeout
...