Commit e865d7d1 LN

aio类SEND_SLEEP改为60

1 个父辈 713666ed
...@@ -45,7 +45,7 @@ namespace Asa.IOModule ...@@ -45,7 +45,7 @@ namespace Asa.IOModule
private readonly Box_Type _typeOutput; //输出类型 private readonly Box_Type _typeOutput; //输出类型
private readonly byte[] _addressInput; //输入地址 private readonly byte[] _addressInput; //输入地址
private readonly byte[] _addressOutput; //输出地址 private readonly byte[] _addressOutput; //输出地址
private const int SEND_SLEEP = 50; //每条命令发送的间隔,不能小于15,会出现IO接收不到的情况,小于30时,会出现接收数据连包的情况 private const int SEND_SLEEP = 60; //每条命令发送的间隔,不能小于15,会出现IO接收不到的情况,小于30时,会出现接收数据连包的情况
private const int PORT = 502; //端口 private const int PORT = 502; //端口
private const int UPLOAD_TIME = 8000; //8秒 private const int UPLOAD_TIME = 8000; //8秒
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!