question

Arun Kr avatar image
0 Likes"
Arun Kr asked Phil BoBo answered

Current Conveyor Speed Issue At Time t = 0 (On Reset)

When the model is on reset condition the currentSpeed API is not returning a 0 value. It should be zero, right? If we are reporting the conveyor speed on a chart this is clearly visible.

Model.find("MFC1").as(Conveyor).currentSpeed;

ConvSpeedModel.fsm

Regards,

Arun KR



FlexSim 23.2.2
conveyors
convspeedmodel.fsm (40.6 KiB)
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

·
Phil BoBo avatar image
0 Likes"
Phil BoBo answered

Why would it be 0?

On Reset, the conveyor's speed is set to whatever value you specify in Properties for its speed.

In this case, you set the Speed to 1 so it is 1.

A conveyor doesn't start at speed 0 unless you tell it to. It starts at the speed you specify.

5 |100000

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

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.