ActiveThree Tcp

Post Reply
xiuwen
Posts: 1
Joined: Fri Jan 09, 2026 10:33 am

ActiveThree Tcp

Post by xiuwen »

Hello~

I have a problem about the 'TcpIpClientMatlabV1' script.
I want to real-time process the EEG and ECG in matlab with ActiveThree. But there are always 'error 56 occurred at TCP Read in ActiView100-Rev104', 'The specified anount of data was not returned within the Iimeout period.' and 'Is Actiview runing vith the same settings as this example?'.

Is there a problem with the parameter settings below? How do I set the correct parameters?

Thanks a lot ! !
Xiuwen

-------------------------------------------------

In the ActiView [about]:
Sample Rate(Hz): 1024
Save Subset: A1-B32(64) with 8 EX
Nr Chan Saved: 72+1
Local Port:8888
Local IP Address: 192.168.1.110
kByte sent: 73
Remote Port: 493**
Remote IP Address: 192.168.1.103
kByte received: 0
Peak Backlog: 26
[Streaming]

-------------------------------------------------

In the script:(else no change)
port = 8888;
ipadress = '192.168.1.103';
Channels = 73;
Samples = 1024;
Post Reply