Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

124
Vistas
Is it possible to take the pallets of the highest racking first and then the underlying ones from the rack system?

I have created a function for the pallet picking process from my rack system (agent forklift) and I would like to know if it is possible to first pick up the pallets of the higher racks and then the lower ones. Ho creato un evento pick con esso all'interno dell'azione: Container cntTemp = new Container(); cntTemp = getContainerToPick(); if (cntTemp != null) { entPick.take(cntTemp); } dopo aver creato un collecton cllStore e una funcion (suggerita dal professore) con esso all'interno: if (cllStore.size() > 0 ) { int intIndex = (int) (random() * cllStore.size()); Container cntTemp = new Container(); cntTemp = cllStore.get(intIndex); cllStore.remove(cntTemp); restituire cntTemp; } else { return null; }

about 4 years ago · Santiago Gelvez
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda