Page 1 of 1

about sim_intparam_dynamic_warning_disabled_mask

Posted: 16 Dec 2016, 03:17
by Plug
Hi,

I try to disable some warning messages during simulation by calling simxSetIntegerParameter to set
the sim_intparam_dynamic_warning_disabled_mask before simxStartSimulation.
But find the value of this mask is automatically reset to 0 after the call simxStartSimulation.
I don't think it is an expected behavior since other values like sim_floatparam_simulation_time_step or
sim_boolparam_realtime_simulation keep their value well.

I use V-REP_PRO_EDU_V3_3_2_64_Linux version.

Thanks.

Re: about sim_intparam_dynamic_warning_disabled_mask

Posted: 19 Dec 2016, 13:09
by coppelia
Hello,

have you tried to set that value in the initialization phase of a non-threaded child script? This should work.

Cheers