|
90b1fe2f7a
|
补充提交
|
2025-09-18 17:34:12 +08:00 |
|
|
c414e66e2b
|
fix:修改测试出的问题
|
2025-09-18 17:23:05 +08:00 |
|
|
77ed33e66c
|
nMerge branch 'main' of http://git.iris-rs.cn/xin/SpectralPlot
|
2025-08-11 14:34:55 +08:00 |
|
|
a41a611975
|
fix:完成数据查看模块
|
2025-08-11 14:21:39 +08:00 |
|
|
4d067e62ea
|
添加is112022
|
2025-07-21 11:34:02 +08:00 |
|
|
5104d09674
|
添加liux编译
|
2025-07-02 11:15:46 +08:00 |
|
|
7efa0e210b
|
rust 适配linux
|
2025-06-30 17:04:27 +08:00 |
|
|
2492e4b650
|
去除了test
|
2025-06-30 16:03:57 +08:00 |
|
|
c9f4412f89
|
去除了test
|
2025-06-30 16:02:51 +08:00 |
|
|
d111649c41
|
去除了test
|
2025-06-30 16:01:28 +08:00 |
|
|
a3cf0f610e
|
去除了test
|
2025-06-30 15:57:02 +08:00 |
|
|
e5bf2d35cd
|
去除了test
|
2025-06-30 15:56:19 +08:00 |
|
|
78c34a0e57
|
去除了test
|
2025-06-30 15:55:05 +08:00 |
|
|
353ff3353e
|
修复
|
2025-06-30 15:52:38 +08:00 |
|
|
978dcf8abf
|
修复
|
2025-06-30 15:51:34 +08:00 |
|
|
023dd01e29
|
修复
|
2025-06-30 15:49:32 +08:00 |
|
|
5279134836
|
修复
|
2025-06-30 15:48:46 +08:00 |
|
|
bd5fac5ec8
|
修复
|
2025-06-30 15:46:21 +08:00 |
|
|
8c594933b9
|
修复
|
2025-06-30 15:45:46 +08:00 |
|
|
8e72b0b12c
|
修复
|
2025-06-30 15:43:48 +08:00 |
|
|
e52359f321
|
修改gitignore
|
2025-06-30 15:42:20 +08:00 |
|
|
9ccfe6c75f
|
修改该linux下dll导出
|
2025-06-30 15:41:52 +08:00 |
|
|
cb1d44f616
|
替换strcpy_s 为snprintf
|
2025-06-30 15:35:27 +08:00 |
|
|
7ccd30e3c7
|
修复 memcpy
|
2025-06-30 15:28:41 +08:00 |
|
|
ca18d29829
|
取消linux下is3test
|
2025-06-30 15:27:04 +08:00 |
|
|
781361acd5
|
取消linux下is3test
|
2025-06-30 15:23:14 +08:00 |
|
|
c45fc5d7b3
|
重复提交
|
2025-06-30 15:12:03 +08:00 |
|
|
a2033b2132
|
修改dll该路径
|
2025-06-30 15:10:49 +08:00 |
|
|
d7c7acb018
|
windows提交
|
2025-06-30 13:51:45 +08:00 |
|
|
94336c9ba1
|
rust
|
2025-05-07 11:13:56 +08:00 |
|
|
fb037dbf6f
|
adfasdfa
|
2025-05-07 11:10:44 +08:00 |
|
|
8820b28ab8
|
修复连续采集时没有时间间隔导致通讯失败从而导致无有法正常连续采集的问题 修改如下
|
2025-03-31 13:53:01 +08:00 |
|
|
62a5415e97
|
增加了is3的支持
|
2025-03-31 13:42:44 +08:00 |
|
|
9e8566d158
|
Remove incorrect submodule myis11/src/third
|
2025-02-19 16:47:26 +08:00 |
|
|
4c6b3fc4d7
|
Attempt to remove incorrect submodule myis11/src/third (path not found by rm)
|
2025-02-19 16:39:23 +08:00 |
|
|
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 |
|
|
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 |
|
|
9536fad4c8
|
readme
|
2024-07-03 09:25:42 +08:00 |
|
|
682040513d
|
readme
0.4.14
|
2024-07-03 09:18:39 +08:00 |
|
|
d761f91771
|
first
|
2024-07-03 09:12:31 +08:00 |
|