Receiving Data (General questions)

by mhelsel @, (6605 days ago)

Hi,

Is there a way to add a timeout feature while receiving data (not using the waitfor command)? I want to tell the application to error out after so much time of inactivity.

Thanks,
Mike Helsel

locked

Re: Receiving Data

by wodDamir @, (6605 days ago) @ mhelsel

Hi Mike,

You can use the Timeout Property to set how long will the component wait before it disconnects because of the inactivity. Of course, as long as the component keeps receiving data, the timeout will not occur.

Regards,
Damba

locked