Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

126
Views
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
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!