Process time by number of operators

Process time by number of operators

samuel_patarroyodiaz
Enthusiast Enthusiast
102 Views
2 Replies
Message 1 of 3

Process time by number of operators

samuel_patarroyodiaz
Enthusiast
Enthusiast

Hello.

 

I am looking for the best way to set the operation time in the processor1 according to the number of people assigned to the dispatcher. In the globalTable, I have the time for one person, but if i need 2 or more people, the processing time will be the time divided by the number of people used. I am not sure what the best way to do this. 

samuel_patarroyodiaz_0-1746817254371.png

 

Thankyou. 

0 Likes
Accepted solutions (1)
103 Views
2 Replies
Replies (2)
Message 2 of 3

moehlmann_fe
Enthusiast
Enthusiast
Accepted solution

You can just read the table value as a direct expression instead of using the pickoptions. Then divide that by either the model parameter or the number of objects attached to the dispatcher (current.centerObjects[1].outObjects.length).

moehlmann_fe_1-1747033724273.png

 

 

0 Likes
Message 3 of 3

samuel_patarroyodiaz
Enthusiast
Enthusiast

Thankyou @moehlmann_fe 

 

Works great. 

 

0 Likes