(Question 1)
When From Sender send the service and the get the response message number more than 8 bytes ,and the sender send the flow control message ,but actually the sender only send the request and then waitforservice ,there is nothing to be sent between sender and receiver,so the flow control whether is from waitforservice or pcan .and flow control message (30 0A 0A),But from sender ,never define block size and Stmin,so it also from the PCAN ?
As shown below message
Code: Select all
5) 106.6 Tx 0784 8 02 19 0A 55 55 55 55 55
6) 107.1 Rx 078C 8 10 0F 59 0A 11 FD 01 51
7) 108.2 Tx 0784 8 30 0A 0A 55 55 55 55 55
8) 109.9 Rx 078C 8 21 11 FD 01 42 11 FD 01
9) 111.2 Rx 078C 8 22 06 11 FF FF FF FF FF
(Question 2)
Sometimes when the code wait the next operation ,the sender send the 3E 80 automatically, but from program ,we never use the function SvcRoutineControl
So the service send by the PCAN?Time difference is 2s.
Code: Select all
127) 118091.2 Tx 0784 8 02 3E 80 55 55 55 55 55
128) 118091.2 Tx 0784 8 02 3E 80 55 55 55 55 55
129) 120092.5 Tx 0784 8 02 3E 80 55 55 55 55 55
130) 120092.5 Tx 0784 8 02 3E 80 55 55 55 55 55
131) 122094.8 Tx 0784 8 02 3E 80 55 55 55 55 55
132) 122094.8 Tx 0784 8 02 3E 80 55 55 55 55 55
133) 124096.1 Tx 0784 8 02 3E 80 55 55 55 55 55
134) 124096.1 Tx 0784 8 02 3E 80 55 55 55 55 55
Thanks!