Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
bpa
/
HKCard
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
11
Lishi
xxe
2 anos atrás
pai
dd997ae318
commit
461ff12df8
3 arquivos alterados
com
4 adições
e
4 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+2
-2
HKCardOUT/HKCardOUT.csproj
+1
-1
HKCardOUT/options.pro.json
+1
-1
HKControl/Main.cs
+ 2
- 2
HKCardOUT/HKCardOUT.csproj
Ver arquivo
@@ -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
Ver arquivo
@@ -5,7 +5,7 @@
//启动设备调试
"StartDevice": true,
//串口
"COM": "COM
8
",
"COM": "COM
7
",
//定时任务时间表达式 每隔6小时推送一次
"Cron": "0 0 0/6 * * ?",
//店铺ID
+ 1
- 1
HKControl/Main.cs
Ver arquivo
@@ -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);
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar