3 . I ns t r uc ti on Se t3- 1 8 1destination data string. The source data string will be copied in byte order until the ETX (value0x00) is reached.Points to note:The operand n sets the max data length after the string combination (max 256). If the ETX is notreached after the combination, the location indicated by n will be the ETX and filled with 0x00.The combination will be performed in the following rule:‘A’‘B’‘C’‘D’Hi-byte Lo-byte‘a’‘b’‘c’Hi-byte Lo-byte0x000x00S+0S+1S+2S+3S+4D+0D+1D+2D+3‘a’‘b’‘c’Hi-byte Lo-byte‘A’D+0D+1D+2D+3‘B’‘C’‘D’0x00D+4D+5D+6D+7‘A’‘B’‘C’‘D’Hi-byte Lo-byte‘a’‘b’‘c’Hi-byte Lo-byte0x000x00S+0S+1S+2S+3S+4D+0D+1D+2D+3‘a’‘b’‘c’Hi-byte Lo-byte‘A’D+0D+1D+2D+3‘B’‘C’‘D’0x00D+4D+5D+6D+7K17: String captureExplanations:The system copies the source data string (lower 8 bits) with the data length specified byoperand n to the destination registers, where the n+1 register will be filled with 0x00. If value0x00 is reached before the specified capture length n is completed, the capture will also beended.The capture will be performed in the following rule:‘a’‘b’‘c’Hi-byte Lo-byte‘A’S+0S+1S+2S+3‘B’‘C’‘D’0x00S+4S+5S+6S+7‘a’‘b’‘c’Hi-byte Lo-byte0x00D+0D+1D+2D+3n = k3‘a’‘b’‘c’Hi-byte Lo-byte‘A’S+0S+1S+2S+3‘B’‘C’‘D’0x00S+4S+5S+6S+7‘a’‘b’‘c’Hi-byte Lo-byte0x00D+0D+1D+2D+3n = k3