Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. Bin Mod Induct App States
  2.  
  3. scan pallet
  4. is pallet?
  5. pass -> scan product
  6. fail -> scan pallet
  7.  
  8. scan product
  9. is product?
  10. pass -> display qty?
  11. fail -> scan product
  12.  
  13. display qty?
  14. pass -> scan conveyable container
  15. fail -> scan product
  16.  
  17. scan conveyable container
  18. pass -> scan product
  19. fail -> pallet empty?
  20.  
  21. pallet empty?
  22. pass -> scan pallet
  23. fail -> pallet empty?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement