CCS Standardfunction BlockStr [Str] |
This function can only be carried out after a read operation by the function ComBlock or CANBlock IDH_ComBlock . It returns a string as its result. It does so by returning the bytes specified in the column Testing Parameters from the loaded measured data block as ASCII characters.
Number of the first byte of the measured data block (with n bytes) to be included in the result.
1 <= StartByte <= n. More information on the protocols can be found in the description of the function ComBlock.
Number of the last byte of the measured data block (with n bytes) to be included in the result.
1 <= StopByte <= n. More information on the protocols can be found in the description of the function ComBlock.
Reading a five-character control-unit date (Byte 1 to Byte 5):
Byte 1 = 0101 0010 (,R` = 52H); Byte 2 = 0100 0010 (,B` = 42H); Byte 3 = 0011 0001 (,1` = 31H)
Byte 4 = 0011 0010 (,2` = 32H); Byte 5 = 0011 0011 (,3` = 33H)