From 4a9f803ce6896554706b97fe36e0002d18e1f346 Mon Sep 17 00:00:00 2001 From: mrDarker <mr.darker@163.com> Date: 星期三, 16 七月 2025 09:35:41 +0800 Subject: [PATCH] 1. [TaskControl] 添加设备启用状态判断(IsEnabled) 2. 在多个工艺任务(如 bake_to_cooling、bond_to_bake 等)中增加 psrEq->IsEnabled() 判断 --- .gitignore | 36 ++++++++++++++++++++++++++++++++++++ 1 files changed, 36 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 0def275..452ee3d 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,39 @@ *.exe *.out *.app +*.opensdf +*.sdf +SourceCode/Bond/.vs/GangBond2860/v14/.suo +*.aps +SourceCode/Bond/BEQDemo/x64/ +SourceCode/Bond/BEQLibrary/x64/ +*.pdb +SourceCode/Bond/BondEq/x64/ +SourceCode/Bond/GangBond2860Emulator/x64/ +*.ipch +*.log +*.ipdb +SourceCode/Bond/x64/Debug/configuration.ini +*.ilk +SourceCode/Bond/x64/Debug/BEQ.exp +SourceCode/Bond/x64/Debug/Bonder.dat +SourceCode/Bond/x64/Release/BEQ.exp +SourceCode/Bond/x64/Release/Bonder.dat +SourceCode/Bond/Servo/x64/ +SourceCode/Bond/BoounionPLC/x64/ +Document/HSMS_Demo/.vs/ +*.db +SourceCode/Bond/.vs/ +SourceCode/Bond/packages/ +SourceCode/Bond/x64/Debug/Servo.exe.WebView2/ +SourceCode/Bond/x64/BoounionPLC/Debug/ +*.iom +SourceCode/Bond/BoounionPLC/BoounionPLC.vcxproj.user +SourceCode/Bond/x64/Debug/ServoConfiguration.ini +*.iobj +SourceCode/Bond/x64/Debug/Backups/ +Document/鍏变韩鏂囦欢澶�/ +Document/鍏变韩鏂囦欢澶�.rar +SourceCode/Bond/x64/Debug/Master.dat +SourceCode/Bond/x64/Debug/Config/signals.csv +SourceCode/Bond/x64/Debug/Config/robot_offset.ini -- Gitblit v1.9.3