v0.1.9.0(2024/07/10)
1. 完成了制动性能的自动化采集 2. 完善了modbus浮点数读写相关的功能 3. 修改了target.zip工程,该工程目前适配电机电流和制动性能
This commit is contained in:
@ -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, 1, 8, 0),
|
||||
prodvers=(0, 1, 8, 0),
|
||||
filevers=(0, 1, 9, 0),
|
||||
prodvers=(0, 1, 9, 0),
|
||||
# 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.1.8.0 (2024-07-04)'),
|
||||
StringStruct('FileVersion', '0.1.9.0 (2024-07-10)'),
|
||||
StringStruct('InternalName', 'AIO.exe'),
|
||||
StringStruct('LegalCopyright', '© 2024-2024 Manford Fan'),
|
||||
StringStruct('OriginalFilename', 'AIO.exe'),
|
||||
StringStruct('ProductName', 'AIO'),
|
||||
StringStruct('ProductVersion', '0.1.8.0 (2024-07-04)')])
|
||||
StringStruct('ProductVersion', '0.1.9.0 (2024-07-10)')])
|
||||
]),
|
||||
VarFileInfo([VarStruct('Translation', [1033, 1200])])
|
||||
]
|
||||
|
Reference in New Issue
Block a user