Jump to content

jzhou

Members
  • Posts

    539
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by jzhou

  1. Repeat Arrival Pattern=True in Timer Setting
  2. Kindly check the attached model for how to search the lowest value , kindly note the lowest value maybe more than 1, so I first search out the lowest value and check again if there is many copies of the lowest value..... all the best! →→→→❤ Model_totalRollContainer_JZ(2).spfx
  3. maybe you can use a vector for the list, as attached. Model Vector_JZ.spfx
  4. Is this what you are looking for? As attached! Best regards/Jeff Model_totalRollContainer_JZ.spfx
  5. maybe you need to give us more details. for example, what is the entity priority lists for each vehicles..and what next load the vehicles will choose ? need a example...
  6. can you elaborate? i think you can.....
  7. can you elaborate? i think you can.....
  8. same, if on the same path, then can use same function to get the front traffic///
  9. You can check below model for some hints. you check its front traffic and check if the distance is less than certain value, then slow it down... Best regards/Jeff 绿波带测试(1.1).spfx
  10. 2) How can I extract the total amount of times or distances that a vehicle is traveling empty (without load)? you should subclass the vehicle and create a list containing all the loadstus(string) and in its process logic( like OnRiderLoaded, RideStation.Exited....) you need to assign its loadstatus appropriately. then you can get the results using a pie chart:
  11. you can set Vehicle1[1].CurrentCapacity=0 to make it offshift.
  12. **the vehicle represents a tray** Not sure how the tray can transport baggage to the conveyor line .. maybe you should use a ModelEntity to represent the Tray, and use Batch to batch with the baggage and flow on the conveyor...
  13. You can first create three properties, then in the table you create a Expression type column called Percentage, and reference the created properties above In the experiments tab you will see them as controls. Hope that helps!
  14. You might need to use PLANVISIT step to search those passed entities to see if it meet the conditions now
  15. you can do that on the worker's On evaluating transport request addon, use process logic to check those conditions, can you attach a model that we can look at.
  16. Maybe you could create several property of type 'Interger' and reference them in the value row..like below... and in the experiments you should be able to see them as controls to optimizer. Best regards/Jeff Zhou
  17. Dear Sean, you can create a new referenced property on WorkSchedule property of Server. and in Experiment windows reference to various pattern-based workschdule name. Best regards/Jeff
  18. I am confused at your words'failure' , it is actually FPY, not the same concept...failure is the Machine breakdown, FPY is the first pass rate for products.
  19. It is a bit queer to relate MTBF to Entity types. can you elaborate on the process...Tks
  20. ModelEntity.NextEntityAheadOnLink != Nothing
  21. I assume that your worker is located at the MemberInput Node of the Cominer I search Queue State, the Queue Name is: MyWorker.Location.Parent.Node.AssociatedObject.MyCombiner.OutputBuffer.Contents
  22. Model_generic.spfx
  23. Storage is a logic queue....not a physical queue.
×
×
  • Create New...