1257 界面修改
This commit is contained in:
@@ -74,16 +74,16 @@ namespace JinYuan.Helper
|
||||
//10.22.160.144
|
||||
public string MQTTServerAddress = "127.0.0.1";//"10.22.161.1";
|
||||
public int MQTTServerPort = 2883;
|
||||
public string ClientId = "601UPW01";
|
||||
public string ClientId = "602VIW01";
|
||||
//PPM主题
|
||||
public string Topic = "EVE/60J/TrackInOut/601UPW01";//进出站
|
||||
public string Topic1 = "EVE/60J/CTPCTQ/601UPW01";
|
||||
public string Topic = "EVE/60J/TrackInOut/602VIW01";//进出站
|
||||
public string Topic1 = "EVE/60J/CTPCTQ/602VIW01";
|
||||
public string BU_id = "EVE8BU";
|
||||
public string District_id = "JM";
|
||||
public string Factory_id = "60J";
|
||||
public string Production_line_id = "601L";
|
||||
public string Work_center_id = "601EIE02";
|
||||
public string Device_name = "601UPW01";
|
||||
public string Factory_id = "602";
|
||||
public string Production_line_id = "602L";
|
||||
public string Work_center_id = "602VIE01";
|
||||
public string Device_name = "602VIW01";
|
||||
public string Action_time = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user