Hello, we try to implement Nexeed MatControl module and GTL labels (apart from common implementation with MatLabels). The problem is presence of special control ASCII characters in GTL label, when sending the whole label content to MES: As you can see, Cognex scanner sends the control characters as $1E or $1D but MatControl for some reason, needs data as:  or  . We tried to replace the dolar characters with the required sequence, it looks good in PLC string buffer. But, when we send the data to MES (as a STRING identifier variable), it is received incorrectly, with four additional characters after every ampersand: amp; This, of course, renders the whole string unrecognizable for MES. Is there some solution, how to send charecters like & or > to MES with DDL communication over OpConXML format? I guess the hash sign is not a problem. Thank you
... View more