Commit Graph

18 Commits

Author SHA1 Message Date
xin
ca18d29829 取消linux下is3test 2025-06-30 15:27:04 +08:00
xin
781361acd5 取消linux下is3test 2025-06-30 15:23:14 +08:00
xin
c45fc5d7b3 重复提交 2025-06-30 15:12:03 +08:00
xin
a2033b2132 修改dll该路径 2025-06-30 15:10:49 +08:00
xin
d7c7acb018 windows提交 2025-06-30 13:51:45 +08:00
xin
94336c9ba1 rust 2025-05-07 11:13:56 +08:00
xin
fb037dbf6f adfasdfa 2025-05-07 11:10:44 +08:00
xin
8820b28ab8 修复连续采集时没有时间间隔导致通讯失败从而导致无有法正常连续采集的问题 修改如下 2025-03-31 13:53:01 +08:00
xin
62a5415e97 增加了is3的支持 2025-03-31 13:42:44 +08:00
xin
9e8566d158 Remove incorrect submodule myis11/src/third 2025-02-19 16:47:26 +08:00
xin
4c6b3fc4d7 Attempt to remove incorrect submodule myis11/src/third (path not found by rm) 2025-02-19 16:39:23 +08:00
xin
e8d98f155d 修复连续采集时没有时间间隔导致通讯失败从而导致无有法正常连续采集的问题 修改如下 2024-09-27 16:16:03 +08:00
6d47134dac 再次提交 2024-08-21 14:19:40 +08:00
fb3257bb75 界面修改 兼容is11 2024-08-21 14:16:54 +08:00
xin
d582d9a82b 修复连续采集时没有时间间隔导致通讯失败从而导致无有法正常连续采集的问题 修改如下
if (this.caijidirection=="UP")
            {
                await this.GetDataDrection("UP",caijiavgNumber);
                await  delay(100)

            }
            if (this.caijidirection=="DOWN")
               { await this.GetDataDrection("DOWN",caijiavgNumber);
                await  delay(100)
               }

            if (this.caijidirection=="ALL")
            {
                await this.GetDataDrection("UP",caijiavgNumber);
                await  delay(100)
                await this.GetDataDrection("DOWN",caijiavgNumber);
                await  delay(100)
            }
            if(this.caijidirection=="DARK")
            {
                await this.GetDataDrection("DARK",caijiavgNumber);
                await  delay(100)
            }
0.4.141
2024-07-03 11:05:42 +08:00
xin
9536fad4c8 readme 2024-07-03 09:25:42 +08:00
xin
682040513d readme 0.4.14 2024-07-03 09:18:39 +08:00
d761f91771 first 2024-07-03 09:12:31 +08:00