Changed B&R receive window to 8

This commit is contained in:
Jonny007-MKD 2014-07-14 10:32:08 +00:00
parent c851e7832a
commit 6ddb12d98f
5 changed files with 11 additions and 12 deletions

View file

@ -1,4 +1,4 @@
;CANoe Version |4|7|1|57125 TestTheStack ;CANoe Version |4|7|1|40737 TestTheStack
Version: 8.2.40 Build 40 Version: 8.2.40 Build 40
32 PRO 32 PRO
5 5
@ -2953,7 +2953,7 @@ End_Of_Object VGrMnBox 3
VDOLocalInfoStruct 3 Begin_Of_Object VDOLocalInfoStruct 3 Begin_Of_Object
3 3
1 1
104 107
VDAOBus 4 Begin_Of_Object VDAOBus 4 Begin_Of_Object
1 1
1 1
@ -3083,7 +3083,7 @@ VSimulinkModelViewerConfiguration 7 Begin_Of_Object
End_Of_Object VSimulinkModelViewerConfiguration 7 End_Of_Object VSimulinkModelViewerConfiguration 7
1 1
0 0
1534740179 2074392266
0 0
NodeSignalPanelBustypeCount 0 NodeSignalPanelBustypeCount 0
End_Of_Object VSimulationNode 6 End_Of_Object VSimulationNode 6
@ -3121,7 +3121,7 @@ NULL
End_Of_Object VDOLocalInfoStruct 3 End_Of_Object VDOLocalInfoStruct 3
0.000000 0.000000
0 0 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 SS_BEGIN_COMMON_INFO
1 1
0 0
@ -3133,7 +3133,7 @@ Ethernet
11 11
1 1
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 SS_BEGIN_COMMON_INFO
1 1
3 3
@ -3234,8 +3234,8 @@ End_Of_Object VControlAdapter 4
1 1
3 3
WListVer 2 WListVer 2
<VFileName V4 QL> 1 "C:\Users\Public\Documents\Vector\CANwin\Public\Documents\Vector\CANwin 8.0.918\templates" <VFileName V4 QL> 1 "CANoe.log"
0 1 1 1 1 0 1 1 1 1 1 1
False 147 90 0 False 147 90 0
End_Of_Serialized_Data 3 End_Of_Serialized_Data 3
End_Of_Object VWriteControlAdapter 3 End_Of_Object VWriteControlAdapter 3
@ -3519,9 +3519,11 @@ HistoryEnd
FiltersBegin FiltersBegin
Begin Begin
3 0 0 3 0 0
1 2
MakeConfig MakeConfig
( 0 ) ( 0 )
TestTheStack
( 0 )
SymbSelHeaderMgrBegin SymbSelHeaderMgrBegin
1 6 1 6
0 1 200 0 0 0 1 200 0 0
@ -3556,9 +3558,6 @@ End
FiltersEnd FiltersEnd
0 0 0 0
END_OF_WORKSPACE_MEMBER_DATA END_OF_WORKSPACE_MEMBER_DATA
END_OF_WORKSPACE_MEMBER END_OF_WORKSPACE_MEMBER
1 1

View file

@ -94,7 +94,7 @@ void DeviceInit(byte vendor)
thisDev.Addr.Write.OutputRegisters = 0x0000; thisDev.Addr.Write.OutputRegisters = 0x0000;
thisDev.MaxBitCount = 0x4000; // B&R allows up to 16384 digital inputs thisDev.MaxBitCount = 0x4000; // B&R allows up to 16384 digital inputs
thisDev.MaxRegisterCount = 0x0800; // B&R allows up to 2048 analog 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; break;
default: default:
OnModbusClientPanics(VendorIdUnknown); OnModbusClientPanics(VendorIdUnknown);