|
2dec392e50
|
[modify] minor modifications, see readme.txt in v0.0.5 the later half part
|
2024-05-23 16:12:35 +08:00 |
|
|
6cb768a05e
|
[modify] change var place in initialization func
|
2024-05-23 15:11:22 +08:00 |
|
|
a0f8f49b27
|
[modify] delete some comments
|
2024-05-23 14:11:53 +08:00 |
|
|
44ef429d5a
|
[modify]
v0.0.5(2024/05/23)
1. 完善了函数注释
2. 调整了阈值和步长
3. 删除了just_open函数,以及对应的win32com库(Thank GOD!终于可以不用这个库了)
4. 重写了获取开始点位的代码,直接使用speed来判断,而不用角度,所以find_row_start_dp以及copy_data_to_excel_file函数也被一并删除
|
2024-05-23 13:59:06 +08:00 |
|
|
de6d1d47c8
|
[midify]
v0.0.4(2024/05/22)
1. 重新标定了get_threshold_step函数,让处理更加准确
2. 新定义了now_doing_msg函数,实时输出处理信息
3. 修改了find_row_start和find_row_start_dp函数,增加的部分相同,处理数据的时候,先判断是否是空值,或者是0,此时可以加快步进
4. 修改了just_open函数,不在做重试
|
2024-05-23 11:25:45 +08:00 |
|
|
b335f61c72
|
[modify] v0.0.3(2024/05/21)
1. just_open函数打开失败的信息中,添加文件名
2. 删除global变量,函数全部通过传参实现
3. configuration.xlsx配置文件增加AXIS常量,表示那个轴,取值为 j1/j2/j3/j4/j5/j6/j7
4. [bugfix] 增加get_threshold_step函数,用来获取在计算row_start时合适的阈值和步长,主要是解决了二轴最差工况下,最大速度是个尖端的问题:
a. load100_speed100_reachxxx 二轴 threshold = 50 step = 20
b. 其他 threshold = 50 step = 100
如上是一个比较保守的设定,因为设定的step比较小,找到点之后要往后延200最好
5. 在find_row_start_dp函数中新增一个参数data_file,方便后续调试
|
2024-05-23 11:23:32 +08:00 |
|
|
c61686065e
|
[modify] v0.0.2(2024/05/20)
1. 功能模块化,为后面其他功能奠定一个基本的框架
2. 使用了多线程提高效率
3. 优化了准备工作中的细节
4. 运行初始化时自动删除 raw_data_dir 中的 .xlsx 文件
5. 优化了输出格式
6. 使用 pyinstaller 库进行代码冻结并调试成功
|
2024-05-23 11:07:35 +08:00 |
|
|
9a001021b1
|
[init] v0.0.1 drafts
|
2024-05-23 11:03:12 +08:00 |
|