This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bpa
/
HKCard
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
11
Lishi
xxe
2 years ago
parent
dd997ae318
commit
461ff12df8
3 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
HKCardOUT/HKCardOUT.csproj
+1
-1
HKCardOUT/options.pro.json
+1
-1
HKControl/Main.cs
+ 2
- 2
HKCardOUT/HKCardOUT.csproj
View File
@@ -14,9 +14,9 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<Platforms>AnyCPU;x86</Platforms>
</PropertyGroup>
<
!--<
PropertyGroup>
<PropertyGroup>
<ApplicationManifest>App.manifest</ApplicationManifest>
</PropertyGroup>
-->
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>TRACE;Core</DefineConstants>
</PropertyGroup>
+ 1
- 1
HKCardOUT/options.pro.json
View File
@@ -5,7 +5,7 @@
//启动设备调试
"StartDevice": true,
//串口
"COM": "COM
8
",
"COM": "COM
7
",
//定时任务时间表达式 每隔6小时推送一次
"Cron": "0 0 0/6 * * ?",
//店铺ID
+ 1
- 1
HKControl/Main.cs
View File
@@ -213,7 +213,7 @@ namespace HKControl
{
HKLog.HKLogImport.WriteInfo($"地址:{add} {num} 号出餐口控制");
SiemensDicitonary[num].Write(add, true);
Thread.Sleep(
20
00);
Thread.Sleep(
5
00);
SiemensDicitonary[num].Write(add, false);
}
Write
Preview
Loading…
Cancel
Save