Search found 3 matches

by krzmi
08 Dec 2014, 22:56
Forum: Bug reports
Topic: Long responses via remote API
Replies: 4
Views: 4165

Re: Long responses via remote API

I think I have found the cause of the problem: I used old dll . After updating V-REP version I had to replace with new dll and problem with long responses are gone
by krzmi
02 Dec 2014, 21:56
Forum: Bug reports
Topic: Long responses via remote API
Replies: 4
Views: 4165

Re: Long responses via remote API

I have downloaded the latest version. I ran simpleTest.java that is in V-REP directory. I added line that calls ping and received result: 3 ping: 5000 ms full code: package robust.pc.examples; import coppelia.IntW; import coppelia.remoteApi; public class VRepTest { static remoteApi vrep = new remote...
by krzmi
26 Nov 2014, 00:32
Forum: Bug reports
Topic: Long responses via remote API
Replies: 4
Views: 4165

Long responses via remote API

Hello I have been developing some code using remote API and I noticed that whenever I use simx_opmode_oneshot_wait flag for remote calls my application hangs for 5 seconds (+/- some milis) and gets novalue and timeout flag. I tested even on the most basic function such as simxStartSimulation(). I ca...