Jump to content

MauricioBiolato

Members
  • Posts

    66
  • Joined

  • Last visited

  • Days Won

    7

Posts posted by MauricioBiolato

  1. 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

  2. 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

     

  3. 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.

     

×
×
  • Create New...