about sim_intparam_dynamic_warning_disabled_mask

Report crashes, strange behaviour, or apparent bugs
Post Reply
Plug

about sim_intparam_dynamic_warning_disabled_mask

Post 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.

coppelia
Site Admin
Posts: 10339
Joined: 14 Dec 2012, 00:25

Re: about sim_intparam_dynamic_warning_disabled_mask

Post by coppelia »

Hello,

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

Cheers

Post Reply