Page 1 of 1

Synchronous mode Matlab vrep connection

Posted: 02 May 2019, 11:54
by luberdis
Hi

I try to connect vrep and Matlab in synchronous mode but it fails at the moment I use the simplesychronousexample you show as Matlab script and in vrep I created a child script for the connection with the line simRemoteApi.start(19997,1300,false,true) inside it. It seems that it does not respond but it runs the Matlab script and says programme ended in the end but it does not say anything in workspace about clientid but it says Connected to remote API server

P.S. In asynchronous mode I can use it

Re: Synchronous mode Matlab vrep connection

Posted: 07 May 2019, 09:57
by coppelia
Hello,

is the original version of the simpleSynchronousTest.m program running correctly?

Cheers

Re: Synchronous mode Matlab vrep connection

Posted: 12 May 2019, 22:26
by luberdis
Unfortunately no

Re: Synchronous mode Matlab vrep connection

Posted: 13 May 2019, 10:36
by coppelia
What platform are you using, and what V-REP version?

How are you running the simpleSynchronousTest.m demo program?

Cheers

Re: Synchronous mode Matlab vrep connection

Posted: 07 Jun 2019, 15:05
by luberdis
I made the connection thanks for consdering.