change - 配置文件修改

foamRearStore
wenjy 1 year ago
parent 54c6234eba
commit 793872313a

File diff suppressed because it is too large Load Diff

Binary file not shown.

@ -1,22 +1,27 @@
[system] [system]
#数据库连接
mesConnStr=Data Source=175.27.215.92/helowin;User ID=aucma_mes;Password=aucma mesConnStr=Data Source=175.27.215.92/helowin;User ID=aucma_mes;Password=aucma
scadaConnStr=Data Source=175.27.215.92/helowin;User ID=aucma_scada;Password=aucma scadaConnStr=Data Source=175.27.215.92/helowin;User ID=aucma_scada;Password=aucma
#工位编号
stationCode=ZZ-01 stationCode=ZZ-01
#工位名称
stationName=泡后库
#箱壳库编号
shellStoreCode=XKJCK-001 shellStoreCode=XKJCK-001
#内胆库编号
linerStoreCode=NDJCK-001 linerStoreCode=NDJCK-001
#泡后库编号
foamStoreCode=FPJCK-001 foamStoreCode=FPJCK-001
#泡后物料类型编号
foamMaterialType=2 foamMaterialType=2
linerMaterialType=4 #入库任务类型编号
instoreTaskType=1 instoreTaskType=1
#出库任务类型编号
outstoreTaskType=2 outstoreTaskType=2
stationName=Åݺó¿â
shellHikRobotIp=169.254.100.169 #泡后扫码器IP
linerHikRobotIp=127.0.0.1 foamHikRobotIp=169.254.100.169

@ -1,43 +1,17 @@
[plcSystem] [plcSystem]
箱壳PLCIP=127.0.0.1
箱壳PLC端口=6000
内胆PLCIP=127.0.0.1
内胆PLC端口=6000
ÅݺóPLCIP=127.0.0.1 ÅݺóPLCIP=127.0.0.1
ÅݺóPLC¶Ë¿Ú=6000 ÅݺóPLC¶Ë¿Ú=6000
#箱壳入库地址
[shell_inStore_address]
入库货道号=D101
入库应答字=D103
入库任务号=D104
入库完成=D105
#内胆入库地址
[liner_inStore_address]
入库货道号=D201
入库应答字=D203
入库任务号=D204
入库完成=D205
#箱壳出库地址
[shell_outStore_address]
出库货道号=M101
出库数量=M102
出库应答字=M103
出库任务号=M104
出库完成=M105
#内胆出库地址
[liner_outStore_address]
出库货道号=M201
出库数量=M202
出库应答字=M203
出库任务号=M204
出库完成=M205
[foam_inStore_address] [foam_inStore_address]
入库货道号=D101 入库货道号=D7000
入库应答字=D103 入库应答字=D7010
入库任务号=D104 入库完成=D7020
入库完成=D105 入库任务号=
[foam_outStore_address] [foam_outStore_address]
出库货道号=M101 出库货道号=D7100
出库应答字=M103 出库数量=D7110
出库任务号=M104 出库应答字=D7130
出库完成=M105 出库完成=D7120
备用字=D7140
出库任务号=

@ -40,4 +40,26 @@
是否已满=D7226 是否已满=D7226
货道状态=D7236 货道状态=D7236
仓库状态=D7300 #设备状态字,0未启动状态,1已自动运行,2维修调试状态,禁止启动 仓库状态=D7300 #设备状态字,0未启动状态,1已自动运行,2维修调试状态,禁止启动
出库完成=D7240
[FPJCK-001_PH_007]
在库数量=D7207
在途数量=D7217
是否已满=D7227
货道状态=D7237
仓库状态=D7300 #设备状态字,0未启动状态,1已自动运行,2维修调试状态,禁止启动
出库完成=D7240
[FPJCK-001_PH_008]
在库数量=D7208
在途数量=D7218
是否已满=D7228
货道状态=D7238
仓库状态=D7300 #设备状态字,0未启动状态,1已自动运行,2维修调试状态,禁止启动
出库完成=D7240
[FPJCK-001_PH_009]
在库数量=D7209
在途数量=D7219
是否已满=D7229
货道状态=D7239
仓库状态=D7300 #设备状态字,0未启动状态,1已自动运行,2维修调试状态,禁止启动
出库完成=D7240 出库完成=D7240

@ -88,15 +88,6 @@ namespace HighWayIot.Config
set { iniHelper.IniWriteValue("system", "foamMaterialType", value); } set { iniHelper.IniWriteValue("system", "foamMaterialType", value); }
} }
/// <summary>
/// 内胆物料类型编号
/// </summary>
public string linerMaterialType
{
get { return iniHelper.IniReadValue("system", "linerMaterialType"); }
set { iniHelper.IniWriteValue("system", "linerMaterialType", value); }
}
/// <summary> /// <summary>
/// 入库任务类型编号 /// 入库任务类型编号
/// </summary> /// </summary>
@ -115,24 +106,6 @@ namespace HighWayIot.Config
set { iniHelper.IniWriteValue("system", "outstoreTaskType", value.ToString()); } set { iniHelper.IniWriteValue("system", "outstoreTaskType", value.ToString()); }
} }
/// <summary>
/// 箱壳扫码器IP
/// </summary>
public string shellHikRobotIp
{
get { return iniHelper.IniReadValue("system", "shellHikRobotIp"); }
set { iniHelper.IniWriteValue("system", "shellHikRobotIp", value); }
}
/// <summary>
/// 内胆扫码器IP
/// </summary>
public string linerHikRobotIp
{
get { return iniHelper.IniReadValue("system", "linerHikRobotIp"); }
set { iniHelper.IniWriteValue("system", "linerHikRobotIp", value); }
}
/// <summary> /// <summary>
/// 泡后库扫码器IP /// 泡后库扫码器IP
/// </summary> /// </summary>

Loading…
Cancel
Save