Hi,
The mass flow conveyor doesn't have acceleration property. Yet during the simulation run, the target speed value has to be changed to change the conveyor speed.
Convref.setProperty("Speed",SpeedValue);// Alone not enough Convref.targetSpeed.value = SpeedValue;// To ne used to change the conveyor speed during simulation run
Regards,
Arun KR