×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Java
Posted by: Serge Nio
Added: Jul 19, 2019 7:26 PM
Modified: Jul 19, 2019 7:26 PM
Views: 3957
  1.     public static final int WDOG = 0x57444F47;
  2.     public static final int PARA = 0x50415241;
  3.     public static final int TSTA = 0x54535441;
  4.     public static final int MSTA = 0x4D535441;
  5.     public static final int MSER = 0x4D534552;
  6.     public static final int TSRD = 0x54535244;
  7.     public static final int TSSM = 0x5453534d;
  8.     public static final int TSOR = 0x54534F52;
  9.     public static final int TREL = 0x5452454C;
  10.     public static final int MSRD = 0x4d535244;
  11.     public static final int MDOO = 0x4D444f4F;  //For each crate or couple of crates that must be transported from the crate storage to another destination the host system must send a MDOO
  12.     public static final int MSOO = 0x4d534f4F;  //NOT USED!!!! Meatmover Single Outfeed Order  
  13.     public static final int MDRD = 0x4D445244;  //used  for : 1. after unexpected end of a running order (MSER) 2. unexpected crate on the MM or Infeed. For every MSRD should be answer a MSOR from WMS
  14.     public static final int MDOR = 0x4D444F52;  //response on every MDRD Send final destination to doubleMM
  15.     public static final int MSCO = 0x4D53434F;  //MM finished move of crate: infeed <-> MM <-> cell
  16.     public static final int MSOR = 0x4d534f52;  //for every crate arriving to infeed MM send to host TSSM. For every TSSM host responds MSOR (independing single or double positions MM)
  17.                                                 //for singlePos MM MSOR contain final destination
  18.                                                 //for doublePos MM barcode in MSOR used to make MDRD
  19.                                                 //for every MSRD there are should be a MSOR. 1. after unexpected end of a running order (MSER)
  20.                                                 //2. unexpected crate on the MM or Infeed. For every MSRD should be answer a MSOR from WMS
  21.     public static final int W2TR = 0x30313130;  //0110
  22.     public static final int W2MM = 0x30313230;  //0120
  23.     public static final int TR2W = 0x31303031;  //1001
  24.     public static final int MM2W = 0x32303031;  //2001