耐久场景测试,将采集规则由固定时间间隔,修改为固定运动动作周期

This commit is contained in:
2025-03-11 15:16:47 +08:00
parent 0fb4e43482
commit 62200a9fe4
9 changed files with 69 additions and 27 deletions

View File

@ -6,8 +6,8 @@ VSVersionInfo(
ffi=FixedFileInfo(
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
# Set not needed items to zero 0.
filevers=(0, 3, 1, 5),
prodvers=(0, 3, 1, 5),
filevers=(0, 3, 1, 6),
prodvers=(0, 3, 1, 6),
# Contains a bitmask that specifies the valid bits 'flags'r
mask=0x3f,
# Contains a bitmask that specifies the Boolean attributes of the file.
@ -31,12 +31,12 @@ VSVersionInfo(
'040904b0',
[StringStruct('CompanyName', 'Rokae - https://www.rokae.com/'),
StringStruct('FileDescription', 'All in one automatic toolbox'),
StringStruct('FileVersion', '0.3.1.5 (2025-03-10)'),
StringStruct('FileVersion', '0.3.1.6 (2025-03-21)'),
StringStruct('InternalName', 'AIO.exe'),
StringStruct('LegalCopyright', '© 2024-2025 Manford Fan'),
StringStruct('OriginalFilename', 'AIO.exe'),
StringStruct('ProductName', 'AIO'),
StringStruct('ProductVersion', '0.3.1.5 (2025-03-10)')])
StringStruct('ProductVersion', '0.3.1.6 (2025-03-21)')])
]),
VarFileInfo([VarStruct('Translation', [1033, 1200])])
]

View File

@ -480,4 +480,11 @@ v0.3.1.3(2025/02/12)
1. 修改自动测试(制动)的打开关闭曲线逻辑,开始时打开,完整测试结束时关闭
v0.3.1.3(2025/02/13)
1. 修改自动测试电机电流的数据处理方法从以前的Multiprocessing->threading因为Intel CPU遇到Multiprocessing会重新打开一个AIO实例
1. 修改自动测试电机电流的数据处理方法从以前的Multiprocessing->threading因为Intel CPU遇到Multiprocessing会重新打开一个AIO实例
v0.3.1.5(2025/03/10)
1. 因公司网络环境调整修改服务器校验IP
v0.3.1.6(2025/03/21)
1. 调整耐久(场景)测试工程,以及相应的数据采集逻辑,将采集规则由固定时间间隔,修改为固定运动动作周期
> Tips工程以及寄存器文件均有变动

View File

@ -1 +1 @@
0.3.1.5@03/10/2025
0.3.1.6@03/21/2025