How to configure the timeout property in intrumentation control toolbox

  • Follow


Hello Everyone,
I am using instrumentation control toolbox (matlab R2007a)to establish client-server connection between PC and my hardware.
I am able to establish the connection successfully
Now when client(PC in this case) tries to receive the data from server(hardware in this case) then it can not receive the complete data (which is of 1152000 bytes) as timeout occurs
I observed that default timeout values is 10 ms.

Can anyone please tell me how to configure this property?
or can we disable this property?


Can anyone please help me?
0
Reply Rohini 12/15/2010 4:44:05 AM

"Rohini " <rohini.patil@waveletgroup.com> wrote in message <ie9h2l$36t$1@fred.mathworks.com>...
> Hello Everyone,
> I am using instrumentation control toolbox (matlab R2007a)to establish client-server connection between PC and my hardware.
> I am able to establish the connection successfully
> Now when client(PC in this case) tries to receive the data from server(hardware in this case) then it can not receive the complete data (which is of 1152000 bytes) as timeout occurs
> I observed that default timeout values is 10 ms.
> 
> Can anyone please tell me how to configure this property?
> or can we disable this property?
> 
> 
> Can anyone please help me?



Hello Everyone,
Rohini herte again.
Perhaps ite very silly but i think it will be helpful for all beginners like me trying to code in matlb
u can the timeout property in tcpip by using 
set(t,'timeout',timeout_value_in_second) 
0
Reply Rohini 12/15/2010 6:09:04 AM


1 Replies
246 Views

(page loaded in 0.023 seconds)

Similiar Articles:










7/26/2012 2:26:49 AM


Reply: