Jump to content

MauricioBiolato

Members
  • Posts

    62
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by MauricioBiolato

  1. The gridlines can be hidden by pressing the "G" button. slds
  2. Hi Fabian, I see two (or more) possible alternatives for solving this. Assuming that the box only receives one type of entity you can: 1. Create a state variable (for example st_CurrentBoxType) and every time an entity enters the combiner you assign the entity type to this state variable. This way, one the box is completed and exits the combiner you will be able to assign it the st_CurrentBoxType. 2. The other way is to execute a search step once the box is full. You can use "ModelEntity.BatchMembers.FirstItem" as match condition to locate the first batched entity, then in the found branch use an assing step to assign the ProdType from the found entity I'm sure there are a lot of ways of doing that... hope this helps saludos
  3. Try changing the reference property units to hours, but not from the Controls menu, do it from where you define the rp. Rds.
  4. Lloyd, attached you can find one of many possible ways to do it. Hope it helps. Rds. Specific Picking and Droping Time.spfx
  5. I used to have a similar problem. My advice, avoid the pallet entering the combiner untill you have defined de @new@ batch size, elseway the batchsize wont be updated. In my case I put a scan step in a prevoious node, retaining the pallet ouside the combiner until I've re-defined the batchsize. Let me know if that works Rds
  6. Hi Piet, the easiest way I see is to add a state variable to the entity (called: st_batchNum). This way you can assign this BatchNum to each pallet. Later you can find them all together with a search step using that st:BatchNum as a match condition. Rds.
  7. I wonder if it is possible to pick one particular entity from the BatchMembersQeue and unbatch it. For example I have a pallet with 10 entities batched (9 red and 1 blue) and I want to remove only the blue one. I was able to find the entity with a search step, but I cannot transfer it or unbach it. Any ideas? TnksUnbatch one entity.spfx
  8. Hi, usually the time related values must be in hours. In your case i guess it would be: Run.Timenow-ModelEntity.TimeCreated < 1.0 Try that. Rds.
  9. Now I remember no so long ago it was added the periodic statistic element. You can use that. Here you have an example. Rds. Periodic Statistics.spfx
  10. Usually I add a state variale that records the last value, so this way you can substract it from the current value.
  11. Hi John, you can set up a timer. This timer fires a process every 365 days. In the process you can register the destroyed entities. Hopr this helps Rds. Mauricio
  12. One easy way is to build an output table and write there the timenow every time the vehicle fails o it's repaired. Here's an example. Hope this helps Rds. Mauricio Example Failing Vehicle.spfx
  13. What happened with the Simio animation contest? any news?
  14. If what you are looking for is to define a specific row in a table you might check the SET ROW step. Rds.
  15. Hi Sebastian I've made you an example, hope you find it helpful. Rds. Processing Time Countdown.spfx
  16. Sebastian, I don't know if this is what you need, but maybe if you change the paths to connectors and set the 4th server input buffer to 0 it might work. rds. block_test1.spfx
  17. I was wondering if is it possible to set a different speed for the Cab. The bridge is usually twice faster than the cab (aprox 120m/min vs 60m/min). I've tried to modify the crane object, but it's out of my league. Have anyone addressed this matter before? Thank you very much.
  18. Heidy, maybe you can do it using 2 timers. The first one for the starting time and the second one for the 3 hrs period. You can also use the first timer and a Delay step of 3hrs, then a Fire step. Rds
  19. I'm starting to use it. So far "great work!". I'm currently using the Clone feature. I'll give you some feedback if I can. Rds. and thanks for sharing
  20. Thank you very much Caleb. Delay & Clear Statistics works perfectly. Rds.
  21. I was wondeing if is there any way of doing a warm up period for the model. I know that's easy to do in the experiments mode, but It whould be great to be able to do it somehow in the facility view. Any suggestions? Rds.
×
×
  • Create New...