question

BHARGAVA S avatar image
0 Likes"
BHARGAVA S asked Joshua S commented

Operator Variable Speeds

Hi, Is there anyway to assign different speeds to an operator ? Like one speed when the operator is carrying load and one without a load.

FlexSim 18.2.3
operator variable speeds
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

·
Joshua S avatar image
0 Likes"
Joshua S answered Joshua S commented

Here's an example model that accomplishes this. The speed change occurs in the custom code process flow activities.

operator-speed-change.fsm


· 3
5 |100000

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

BHARGAVA S avatar image BHARGAVA S commented ·

Hi @Joshua S,

Thanks for sending me a sample simulation. I have multiple process flows which has operators attached. Is there anyway we could link the variable speeds to a global table ?

0 Likes 0 ·
Joshua S avatar image Joshua S BHARGAVA S commented ·

You can reference the speeds to values in a global table, for example:

getvarnode(Model.find("Operator1"), "maxspeed").value=Table("GlobalTable1")[1][1];

If this isn't what you meant, can you upload your model so I can get a better picture?

0 Likes 0 ·
BHARGAVA S avatar image BHARGAVA S Joshua S commented ·

Hi @Joshua S ,

So, should I use the process flow in every process flow I have and reference the values to a table ?

I wont be able to share my model but I could share screen with you if you are free at sometime this afternoon or tomorrow morning.

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.