question

Ashwath M avatar image
0 Likes"
Ashwath M asked Jason Lightfoot answered

Get speed of Conveyor

Hi,


How do I get the running Speed of a conveyor and display it in a dashboard? I would like to display the variations in the conveyor speed visually. Appreciate inputs.


FlexSim 21.1.5
conveyorconveyorsystemspeedusing conveyors
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

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered

Conveyor.currentSpeed:


Conveyor conv=Model.find("StraightConveyor1");
return conv.currentSpeed;
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.