15 Commits

Author SHA1 Message Date
c414e66e2b fix:修改测试出的问题 2025-09-18 17:23:05 +08:00
a41a611975 fix:完成数据查看模块 2025-08-11 14:21:39 +08:00
xin
5104d09674 添加liux编译 2025-07-02 11:15:46 +08:00
xin
7efa0e210b rust 适配linux 2025-06-30 17:04:27 +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
e8d98f155d 修复连续采集时没有时间间隔导致通讯失败从而导致无有法正常连续采集的问题 修改如下 2024-09-27 16:16:03 +08:00
6d47134dac 再次提交 2024-08-21 14:19:40 +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)
            }
2024-07-03 11:05:42 +08:00
xin
682040513d readme 2024-07-03 09:18:39 +08:00
d761f91771 first 2024-07-03 09:12:31 +08:00