修改配置文件
This commit is contained in:
@@ -26,7 +26,7 @@ MES
|
||||
员工权限校验=http://10.22.160.1/core/api/public/equipment/base/user/login/verify
|
||||
设备参数设定值请求=http://10.22.160.1/core/api/public/param/setting/request
|
||||
设备参数设定值变更=http://10.22.160.1/core/api/public/param/setting/change
|
||||
产品进站=http://10.22.160.2/core/api/public/formation/section/arrival
|
||||
产品进站=http://10.22.160.2/core/api/public/formation/section/arrival/bz
|
||||
产品过程加工参数=http://10.22.160.1/core/api/public/product/process/param/new/process
|
||||
产品结果加工参数=http://10.22.160.3/core/api/public/product/process/param/new/result
|
||||
产品出站=http://10.22.160.1/core/api/public/eve/pm/formation-section/bz
|
||||
@@ -37,9 +37,9 @@ MES
|
||||
风速仪=https://iot.eveportal.com:9470/eve_api/ems/iot/upload_device_collect_data
|
||||
分档参数=http://10.22.160.1/core/api/public/eve/pm/eqm/new/grading
|
||||
安全设备状态=http://10.22.161.62:804/device-status
|
||||
guid=a270c7d2-9cbd-4739-9a0b-0709b5813332
|
||||
DeviceState=1
|
||||
run_AlarmMark=0
|
||||
guid=4d38bbab-8d31-4946-8584-524ee6cb1045
|
||||
DeviceState=3
|
||||
run_AlarmMark=1
|
||||
run_IdleMark=0
|
||||
|
||||
[统计计数]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[设备参数]
|
||||
IP地址=127.0.0.1
|
||||
IP地址=192.168.1.50
|
||||
端口号=9600
|
||||
PLC类型=OmronFinsTcp_HSL
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -417,6 +417,8 @@
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="Config\Device.ini" />
|
||||
<None Include="Config\Device.xlsx" />
|
||||
<None Include="Config\FdConfig.xlsx" />
|
||||
<None Include="Config\Group.xlsx" />
|
||||
<None Include="Config\Variable.xlsx" />
|
||||
<Content Include="NLog.config">
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<ProjectView>ShowAllFiles</ProjectView>
|
||||
<ProjectView>ProjectFiles</ProjectView>
|
||||
<PublishUrlHistory>publish\</PublishUrlHistory>
|
||||
<InstallUrlHistory />
|
||||
<SupportUrlHistory />
|
||||
|
||||
Reference in New Issue
Block a user