Jump to content

fehermosilla

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by fehermosilla

  1. Hello, I'm modeling an orange factory. One thing that I'm trying to solve is the modeling of the reception pools (of oranges). 1) Arrive trucks. 2) The truck is weight. Every truck have a random value of kilograms of oranges. (integer) 3) The truck dispose the oranges in a workstation. (workstation = reception pool). This is model with a Separator. 3.1) There are 3 workstation. 3.2) Every workstation has diferent Input Buffers. 3.3) The entity once entered in MemberOut@Separator1, it triggers a decide process. 3.3.1) This decide is to choose the workstation depending of the Quantity of Oranges versus the Input Buffer. Now I need to Wait until the Input Buffer is Empty, but I'm having problems with that, because the entities don't release from this server. If there are doubts about the model or anything else, I will answer as fast as possible. test1.spfx
  2. Ohh... I get it ! Thank you very much. Thank you all !
  3. I tried what you say, but it didn't work anyway
  4. Hello! I'm having problems with ExcelWrite process. I have a few months in Simio and I didn't have this problem before. I need to write the "TestTime" of every entity in the system after the first test (server). 1) I created an Excel Document. 2) I created and excel connection. 3) I linked the excel connection with my excel document. 4) I made a process. 4.1) I made an assign, where an "i" integer variable take the value "i+1" so i can write all the data in different rows. 4.2) I added the ExcelWrite process to write the data that I need. This data is "i" and "TestTime" 5) I used the add-on process triggers to use the process (4 step) 6) I ran the model. 7) I went to my Excel Document and It was empty I will attach my model, so you can see what I'm doing wrong. P.S. : I have Microsoft Excel 2010 ExcelWriteTest.spfx
  5. OOh! That's a very nice solution. I was trying something more complex needlessly Thank you very much !
  6. Hello! I'm having problems with the WAIT process. I'm modelling trucks who brings pallets. This trucks must be heavy at the server "weighing". Later, It goes to a separate, where the truck goes to the sink1. And the separate create 3 copies of pallets entities. This pallets must be heave at the server "weighingPallets" and finally go to the sink2. My problem is that i just can have one truck with his pallets (3 pallets) after the server "weighing". After the truck and his pallets go to them sinks, the next truck can advance. I create several process. 2 to count the quantity (trucks and pallets), 1 to fire the event "WAIT" and 1 to wait until the condition "QuantityPallets > 0 && QuantityTruck > 0". Please someone help me with this. I don't know what else to do. wait.spfx
×
×
  • Create New...