Commit 1c89c238 LN

修改程序名称

1 个父辈 6403612b
位置,优先级,高度,宽度,料仓ID,设备IP,区域ID,灯索引
1#1-1,10,8,7,1,192.168.200.221,0,0
位置,优先级,高度,宽度,料仓ID,设备IP,区域ID,灯索引
2#1-1,10,8,7,2,192.168.200.222,0,0
\ No newline at end of file
位置,优先级,高度,宽度,料仓ID,设备IP,区域ID,灯索引
3#1-1,10,8,7,3,192.168.200.223,0,0
\ No newline at end of file
位置,优先级,高度,宽度,料仓ID,设备IP,区域ID,灯索引
4#1-1,10,8,7,4,192.168.200.224,0,0
\ No newline at end of file
位置,优先级,高度,宽度,料仓ID,设备IP,区域ID,灯索引
5#1-1,10,8,7,5,192.168.200.225,0,0
\ No newline at end of file
位置,优先级,高度,宽度,料仓ID,设备IP,区域ID,灯索引
6#1-1,10,8,7,6,192.168.200.226,0,0
\ No newline at end of file
位置,优先级,高度,宽度,料仓ID,设备IP,区域ID,灯索引
7#1-1,10,8,7,7,192.168.200.227,0,0
\ No newline at end of file
......@@ -73,6 +73,27 @@
</Content>
</ItemGroup>
<ItemGroup>
<None Include="Config\GW\linePositions_1.csv">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Config\GW\linePositions_2.csv">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Config\GW\linePositions_3.csv">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Config\GW\linePositions_4.csv">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Config\GW\linePositions_5.csv">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Config\GW\linePositions_6.csv">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Config\GW\linePositions_7.csv">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Config\linePositions_A.csv">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
......
......@@ -13,14 +13,14 @@
<add key="http.server" value="http://192.168.200.22:8080/" />
<!--料架灯类型,0=单色灯料架,1=三色灯料架-->
<add key="DeviceLedType" value="0" />
<add key="DeviceLedType" value="1" />
<!--一下为一个料仓的默认配置 开始-->
<add key="Store_Position_Config" value="\Config\XBYConfig\linePositions.csv"/>
<add key="Store_Position_Config" value="\Config\GW\linePositions.csv"/>
<add key="Store_ConfigPath" value="\Config\StoreConfig.csv" />
<add key="Store_CID" value="SmartShelf3" />
<add key ="DIMS" value="300"/>
<add key ="DOMS" value ="300"/>
<add key ="BoxCount" value ="2"/>
<add key ="BoxCount" value ="7"/>
<add key ="Status_Green_Lights" value ="192.168.1.151:129,130,131,132,133,134,135,136,137,138"/>
<add key ="Status_Yellow_Lights" value ="192.168.1.151:140,141,142,143,144,145,146,147,148,149"/>
<add key ="Status_Red_Lights" value ="192.168.1.151:150,151,152,153,154,155,156,157,158,159,160"/>
......
......@@ -7,8 +7,8 @@
<ProjectGuid>{287A1E7D-F5A9-4D78-A407-0E4AE5DC29AF}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SingleLedShelf</RootNamespace>
<AssemblyName>SingleLedShelf</AssemblyName>
<RootNamespace>SmartShelf</RootNamespace>
<AssemblyName>SmartShelf</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
......
......@@ -8,4 +8,9 @@ linePositions-A,linePositions-B为黑色小货架配置。
增加西班牙智能货架LED灯条配置:XBYConfig文件夹的配置
单色灯料架,三色灯料架整合。
\ No newline at end of file
单色灯料架,三色灯料架整合。
阳光电源钢网货架配置,文件夹:GW
共7台料架,IP:192.168.200.221 - 192.168.200.227
......@@ -7,8 +7,8 @@
<ProjectGuid>{B76CF298-C22C-415F-96EA-CD8C72AF47A1}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SingleLedShelfClient</RootNamespace>
<AssemblyName>ACC-SingleLedShelfClient</AssemblyName>
<RootNamespace>SmartShelfClient</RootNamespace>
<AssemblyName>ACC-SmartShelfClient</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!