diff --git a/Modbus-CAPL/TestTheStack.cfg b/Modbus-CAPL/TestTheStack.cfg index cd303f6..f5f9abe 100644 --- a/Modbus-CAPL/TestTheStack.cfg +++ b/Modbus-CAPL/TestTheStack.cfg @@ -1,4 +1,4 @@ -;CANoe Version |4|7|1|57125 TestTheStack +;CANoe Version |4|7|1|40737 TestTheStack Version: 8.2.40 Build 40 32 PRO 5 @@ -2953,7 +2953,7 @@ End_Of_Object VGrMnBox 3 VDOLocalInfoStruct 3 Begin_Of_Object 3 1 -104 +107 VDAOBus 4 Begin_Of_Object 1 1 @@ -3083,7 +3083,7 @@ VSimulinkModelViewerConfiguration 7 Begin_Of_Object End_Of_Object VSimulinkModelViewerConfiguration 7 1 0 -1534740179 +2074392266 0 NodeSignalPanelBustypeCount 0 End_Of_Object VSimulationNode 6 @@ -3121,7 +3121,7 @@ NULL End_Of_Object VDOLocalInfoStruct 3 0.000000 0 0 -1 1 0 59420 1 244 1 2882400001 98 342 371 619 2882400002 0 0 0 0 0 0 1 2882400001 1270 1270 373 373 2882400002 0 0 0 355173376 0 354705484 3 +1 1 0 59420 1 244 1 2882400001 98 342 371 619 2882400002 0 0 0 0 0 0 1 2882400001 1270 1270 373 373 2882400002 0 0 0 343764912 0 12188948 3 SS_BEGIN_COMMON_INFO 1 0 @@ -3133,7 +3133,7 @@ Ethernet 11 1 1 -354762680 1 0 1 0 0 1 0 0 0 2000 1 +502819984 1 0 1 0 0 1 0 0 0 2000 1 SS_BEGIN_COMMON_INFO 1 3 @@ -3234,8 +3234,8 @@ End_Of_Object VControlAdapter 4 1 3 WListVer 2 - 1 "C:\Users\Public\Documents\Vector\CANwin\Public\Documents\Vector\CANwin 8.0.918\templates" - 0 1 1 1 1 0 + 1 "CANoe.log" + 1 1 1 1 1 1 False 147 90 0 End_Of_Serialized_Data 3 End_Of_Object VWriteControlAdapter 3 @@ -3519,9 +3519,11 @@ HistoryEnd FiltersBegin Begin 3 0 0 -1 +2 MakeConfig ( 0 ) +TestTheStack + ( 0 ) SymbSelHeaderMgrBegin 1 6 0 1 200 0 0 @@ -3556,9 +3558,6 @@ End FiltersEnd 0 0 - - - END_OF_WORKSPACE_MEMBER_DATA END_OF_WORKSPACE_MEMBER 1 diff --git a/Modbus-CAPL/include/CAPL/include/DeviceInformation.cin b/Modbus-CAPL/include/CAPL/include/DeviceInformation.cin index 7cd79e3..efe49c2 100644 --- a/Modbus-CAPL/include/CAPL/include/DeviceInformation.cin +++ b/Modbus-CAPL/include/CAPL/include/DeviceInformation.cin @@ -94,7 +94,7 @@ void DeviceInit(byte vendor) thisDev.Addr.Write.OutputRegisters = 0x0000; thisDev.MaxBitCount = 0x4000; // B&R allows up to 16384 digital inputs thisDev.MaxRegisterCount = 0x0800; // B&R allows up to 2048 analog inputs - thisDev.ReceiveWindow = 1; // B&R can only handle 1 request at a time + thisDev.ReceiveWindow = 8; // B&R can handle 8 requests at a time break; default: OnModbusClientPanics(VendorIdUnknown); diff --git a/Modbus-DLL/include/CAPL/MakeConfig.cbf b/Modbus-DLL/include/CAPL/MakeConfig.cbf deleted file mode 100644 index 7d13f4e..0000000 Binary files a/Modbus-DLL/include/CAPL/MakeConfig.cbf and /dev/null differ diff --git a/Modbus-DLL/include/CAPL/ModbusClient.cbf b/Modbus-DLL/include/CAPL/ModbusClient.cbf deleted file mode 100644 index 8a9dcc3..0000000 Binary files a/Modbus-DLL/include/CAPL/ModbusClient.cbf and /dev/null differ diff --git a/Modbus-DLL/include/CAPL/ModbusClientUDP.cbf b/Modbus-DLL/include/CAPL/ModbusClientUDP.cbf deleted file mode 100644 index ab64aea..0000000 Binary files a/Modbus-DLL/include/CAPL/ModbusClientUDP.cbf and /dev/null differ