Jump to content

ricardoamaia

Members
  • Posts

    8
  • Joined

  • Last visited

About ricardoamaia

Converted

ricardoamaia's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi. I´m seizing 9 workers to a server from two different types, let´s say worker1 and worker2. Is there any way to count how many workers of type two are currently working in the server? i have tried SeizedResources.Contains and SeizedResources.CapacitySeizedOf but i don´t get the proper value. Thank you.
  2. About the off shift busy problem, i have been trying all the tricky processes that i can imagine, but until now i have no ideia how to solve the problem...
  3. Hi. I have two questions regarding the off shift: 1) Is it possible to define the population of a worker as 8 from 8am to 1pm (for example) and 4 from 2pm to 6pm? 2) I understand how to interrupt a worker when he goes off shift and save the remaining time, but imagine that when the off shift action occurs the worker is waiting at a server for another worker to start processing the entity. In this case, when i interrupt the process everything runs well, but this worker stays in there, i cannot release it (the worker is off shift busy, i guess). How can i proceed in this situation? Thank you.
  4. That´s what was missing! I was using something like a math expression, but the methodology was wrong, i believe it´s solved. Thank you very much, you saved my day!
  5. First of all, thank you for the help. I already try the possibilities that you reffer but i still have the problem. Basically, i have a source that can produce productA and productB connected to 2 servers at the same time (paralell servers). In a table a have a columm that identifies the product followed by one that identifies all the servers in use and another one for the processing time. Basically i need for each server (in the processing time information) to read the type of product that´s entering and then see the current server, but i can´t get the correct value. The server reference in the table is well associated to the server in use, but the expression used is random, i mean it is not getting the value of the true produc but instead is getting the possible lower value. How can i say to each server that the procesing time row is the one that have, let´s say, server 1 and productA? Sorry for bothering and once again thank you.
  6. Hi. I´m having a very basic doubt about processing times. I have two products which one with a different processing time that varies from server to server, so when the model entity arrives at one specific server, i need to "read" what kind of product is passing and what´s the server in use from a table. I believe that´s an easy problem, but a can´t figure out how to do it. Thanks
×
×
  • Create New...