gyj 1 week ago
parent
commit
7fd4f0e919

+ 1 - 1
TIN001-PLC/Jet_Furance_PMC/Jet_Furance_PMC/Jet_Furance_PMC/FurancePMC/CommandMapST.h

@@ -6,7 +6,7 @@ struct CommandMapST
 {
 public:
 	char Command[50];
-	char Param[100];
+	char Param[260];
 };
 
 

+ 1 - 1
TIN001-PLC/Jet_Furance_PMC/Jet_Furance_PMC/Jet_Furance_PMC/FurancePMC/RecipeContext.cpp

@@ -1213,7 +1213,7 @@ void RecipeContext::ParseDataWithRawData()
 	{
 		return;
 	}
-	static char buffer[1024 * 100];
+	static char buffer[1024 * 1024];
 	int popCount = AllDataSession.recvData.pop(buffer);
 	if (popCount>0)
 	{

+ 1 - 1
TIN001-PLC/Jet_Furance_PMC/Jet_Furance_PMC/Jet_Furance_PMC/FurancePMC/TlvSession.h

@@ -1,7 +1,7 @@
 #ifndef __TLV_SESSION_H__
 #define __TLV_SESSION_H__
 
-#define MAX_TLV_BUFFER_SIZE 1024*1024*2
+#define MAX_TLV_BUFFER_SIZE 1024*1024*20
 #define MAX_RECORD_SIZE 1024*64+2
 #define PACKAGE_MSGTYPE_POSITION 2
 #define PACKAGE_MSGTYPE_ENQ 0x05

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-24T14:21:08">
+<TcBootProject CreateTime="2025-06-24T20:10:39">
 	<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