LAPTOP-SNT8I5JK\Boounion
2025-05-05 38fdd2e7d1d45a3ffed57fde30031a6a8f04d235
SourceCode/Bond/Servo/Common.h
@@ -279,3 +279,21 @@
#define CASSETTE_PROCCESS_COMPLETED      7
/*
   Master Recipe List Return Code Block   Description
      1   OK : Recipe List Received Result is all ok
      2   Continue : Equipment still has to send the master recipe list to EAS because EAS is not yet received all master recipe list.
      3   Master Recipe list Count NG : Total Group Count is same as Current Group Count but it’s different with Total Master Recipe List Count.
      4   Group Count NG : Total Group Count is different with Current Group Count but it’s same with Total Master Recipe Count.
      5   Duplication Group Count NG : Current Group Count is duplicate with previous group count.Equipment has to send the next group count to EAS.
      6   Order by Group Count NG : Group Count is not sent order by next group count to EAS.Group Count has to send by order the next group count
*/
#define MRLRC_CURRENT_RECIPE_COMPLETE      0
#define MRLRC_OK                     1
#define MRLRC_CONTINUE                  2
#define MRLRC_MASTER_RECIPE_LIST_COUNT_NG   3
#define MRLRC_GROUP_COUNT_NG            4
#define MRLRC_DUPLICATION_GROUP_COUNT_NG   5
#define ORDER_BY_GROUP_COUNT_NG            6