You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
98 lines
2.6 KiB
98 lines
2.6 KiB
|
1 year ago
|
package com.shkj.common.constant;
|
||
|
|
|
||
|
|
public class RedisConstant {
|
||
|
|
|
||
|
|
public static String redisQrCode ="QrCode:";
|
||
|
|
public static String redisGoods ="Goods:";
|
||
|
|
public static String redisVin ="Vin:";
|
||
|
|
|
||
|
|
//PLC连接点位
|
||
|
|
public static String redisPlcListConnect ="PlcList:";
|
||
|
|
|
||
|
|
public static String redisPlcConnect ="PlcConn:";
|
||
|
|
public static String redisTaskData ="Task:";
|
||
|
|
|
||
|
|
public static String redisDerive ="derive:";
|
||
|
|
|
||
|
|
//请求入库
|
||
|
|
public static String redisReqWare ="reqWare:";
|
||
|
|
//请求接料
|
||
|
|
public static String redisReqMate ="reqMate:";
|
||
|
|
|
||
|
|
//任务对应的plc连接Id
|
||
|
|
public static String redistaskPlc ="taskPlcId:";
|
||
|
|
|
||
|
|
//治具
|
||
|
|
public static String redisContainer ="redisContainer:";
|
||
|
|
|
||
|
|
//请求入库
|
||
|
|
public static String redisSTKWare ="redisSTKWare:";
|
||
|
|
|
||
|
|
//呼叫agv失败
|
||
|
|
public static String redisAgvTaskerror="redisAgvTaskerror:";
|
||
|
|
|
||
|
|
// 前杠任务数
|
||
|
|
public static String assemblePointBeforeTaskCount="assemblePointBeforeTaskCount";
|
||
|
|
|
||
|
|
// 后杠任务数
|
||
|
|
public static String assemblePointAfterTaskCount="assemblePointAfterTaskCount";
|
||
|
|
|
||
|
|
|
||
|
|
/**
|
||
|
|
* 紧急出库到达明细
|
||
|
|
*/
|
||
|
|
public static String redisEmergencyOutbound="emergencyOutbound";
|
||
|
|
|
||
|
|
/**
|
||
|
|
* 出库组装线按钮-前杠
|
||
|
|
*/
|
||
|
|
public static String redisAssemblyLineFront="frontAssemblyLine";
|
||
|
|
|
||
|
|
/**
|
||
|
|
* 出库组装线按钮-后杠
|
||
|
|
*/
|
||
|
|
public static String redisAssemblyLineAfter="afterAssemblyLine";
|
||
|
|
/**
|
||
|
|
* start_task_vin
|
||
|
|
*/
|
||
|
|
public static String startTaskVin="start_task_vin";
|
||
|
|
/**
|
||
|
|
* end_task_vin
|
||
|
|
*/
|
||
|
|
public static String endTaskVin="end_task_vin";
|
||
|
|
|
||
|
|
// 冲孔任务ID
|
||
|
|
public final static String startPunchingTaskId="start_punching_task_id";
|
||
|
|
public final static String endPunchingTaskId="end_punching_task_id";
|
||
|
|
|
||
|
|
|
||
|
|
public final static String Replenishment="Replenishment";
|
||
|
|
public final static String out_empty_type="out_empty_type";
|
||
|
|
public final static String out_plan_type="out_plan_type";
|
||
|
|
|
||
|
|
//下发rcs成功后保存任务号
|
||
|
|
public final static String out17 = "out17:";
|
||
|
|
|
||
|
|
/**
|
||
|
|
* 是否都是从立库出
|
||
|
|
*/
|
||
|
|
public final static String check_warehouse_out="check_warehouse_out";
|
||
|
|
|
||
|
|
public final static String storehouse_li="storehouse_li";
|
||
|
|
public final static String storehouse_ping="storehouse_ping";
|
||
|
|
public final static String front_after="front_after";
|
||
|
|
|
||
|
|
/**
|
||
|
|
* 堆垛机状态信息
|
||
|
|
*/
|
||
|
|
public final static String redisStkStatus="redisStkStatus";
|
||
|
|
|
||
|
|
/**
|
||
|
|
* AGV实时数据
|
||
|
|
*/
|
||
|
|
public static String redisAgvRealInfo="redisAgvRealInfo:";
|
||
|
|
|
||
|
|
|
||
|
|
}
|
||
|
|
|