Hint: file format specification for showcase (1.9.2020)

Provides new usecase implemented in 2014/2015: Loading Space Optimization
Post Reply
User avatar
Bernd Welter
Site Admin
Posts: 2574
Joined: Mon Apr 14, 2014 10:28 am
Contact:

Hint: file format specification for showcase (1.9.2020)

Post by Bernd Welter »

Cheers,

as you may know we have a nice showcase which is available in a browser.
Here's just the definition of the CSV files you could create to test the interface's capabilities through the showcase:

Item file:
  • ID - string
  • Quantity - int
  • Width ([cm]) - int
  • Height([cm]) - int
  • Length ([cm]) - int
  • Weight ([kg]) - int
  • Stackable (0/1) - bool
  • Tiltable (0/1) - bool
Bins file
  • ID - string
  • Quantity - int
  • Width ([cm]) - int
  • Height([cm]) - int
  • Length ([cm]) - int
  • Max. Weight ([kg]) - int
Have fun with it!

Bernd

ITEMS
ID;Quantity;Width;Height;Length;Weight;Stackable;Tiltable
bt0;26;41;36;43;7;1;1
bt1;4;44;50;49;10;1;1
bt2;2;445;41;46;11;1;1
bt3;1;80;103;120;135;1;1
bt4;2;86;122;123;221;1;1
bt5;1;90;136;95;146;1;1
bt6;1;98;147;107;206;1;1
bt7;3;100;129;116;196;1;1
bt8;15;113;144;126;260;1;1
bt9;1;116;162;116;300;1;1
bt10;1;120;176;126;362;1;1
bt11;5;126;161;137;266;1;1
bt12;2;142;179;154;331;1;1
bt13;3;171;163;180;604;1;1
BINS:
ID;Quantity;Width;Height;Length;maxWeight
CT0;5;240;245;1350;5500
CT1;2;240;290;1350;1100
CT2;3;235;235;590;1100
Bernd Welter
Technical Partner Manager Developer Components
PTV Logistics - Germany

Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning... :twisted:
Post Reply