question

Patrick Zweekhorst avatar image
0 Likes"
Patrick Zweekhorst asked Patrick Zweekhorst commented

Changing speed massflow conveyor

Hi,

Is it correct that setting the property Speed on a MassFlowConveyor does not change the actual speed the MassFlowConveyor is using?

This does not work:

Object conveyor = Model.find("MFC2");
conveyor.setProperty( "Speed", 2 );

This does work:

Conveyor conveyor = Model.find("MFC3");
conveyor.targetSpeed = 2;

Attached is a simple example model. The first conveyor is at 1m/s and stays at 1 m/s, where the 2nd is changed by setting the property and the third is changed by setting the targetSpeed.

Thanks,

ChangeSpeedMassFlowConveyor.fsm


FlexSim 23.1.4
massflowconveyorspeedmass flowconveyor
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Arun Kr avatar image
0 Likes"
Arun Kr answered Patrick Zweekhorst commented

@phil.bobo' comment in this thread answers your question.

https://answers.flexsim.com/questions/149311/detail-of-target-parameters-of-methods.html

· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Patrick Zweekhorst avatar image Patrick Zweekhorst commented ·
Thanks
0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.