Compare commits
2 Commits
326d50630a
...
1d306586a0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1d306586a0 | ||
|
|
65c107afb0 |
@ -102,7 +102,7 @@ namespace YunDa.Server.ISMSTcp.Services
|
||||
_ = Task.Run(async () =>
|
||||
{
|
||||
while (true)
|
||||
{//每秒发送一次命令
|
||||
{//每秒发送一次遥测命令(只发送用到的id)
|
||||
|
||||
await SendYcCmd();
|
||||
|
||||
@ -113,7 +113,7 @@ namespace YunDa.Server.ISMSTcp.Services
|
||||
_ = Task.Run(async () =>
|
||||
{
|
||||
while (true)
|
||||
{//每30秒发送一次命令
|
||||
{//每30秒发送一次虚点命令(全体)
|
||||
|
||||
await SendVaCmd();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user