gyj 1 month ago
parent
commit
bfa5d900d2

+ 2 - 1
TIN001-PLC/Jet_Furance_PMC/Jet_Furance_PMC/Jet_Furance_PMC/FurancePMC/Dictionary.h

@@ -68,7 +68,7 @@ public:
 			return &values[0];
 
 		}
-
+		int pos = findInsertPosition(key);
 		if (pos >= 0 && pos < length && strcmp(key, keys[pos]) == 0) {
 			return &values[pos];
 		}
@@ -94,6 +94,7 @@ public:
 			return &values[0];
 
 		}
+		int pos = findInsertPosition(key);
 		if (pos >= 0 && pos < length && strcmp(key, keys[pos]) == 0) {
 			return &values[pos];
 		}

+ 1 - 1
TIN001-PLC/TIN001.project.~u

@@ -1,4 +1,4 @@
 JET-GYJ
 JET-GYJ
 19804
-638851460988832945
+638851478496962680

BIN
TIN001-PLC/TIN001/FurancePMC.pdb


BIN
TIN001-PLC/TIN001/FurancePMC.sys


+ 1 - 1
TIN001-PLC/TIN001/_Boot/TwinCAT RT (x64)/CurrentConfig.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<TcBootProject CreateTime="2025-06-10T15:49:29">
+<TcBootProject CreateTime="2025-06-10T18:21:13">
 	<System>
 		<LockedMemSize>33554432</LockedMemSize>
 		<AffinityMask>#x1</AffinityMask>

BIN
TIN001-PLC/TIN001/_Boot/TwinCAT RT (x64)/CurrentConfig/FurancePMC.tczip


BIN
TIN001-PLC/TIN001/_Boot/TwinCAT RT (x64)/Plc/Port_851_boot.tizip


BIN
TIN001-PLC/TIN001/_Deployment/TwinCAT RT (x64)/FurancePMC.pdb


BIN
TIN001-PLC/TIN001/_Deployment/TwinCAT RT (x64)/FurancePMC.sys