ASCII Control Commands

Hi,

I am trying to write an ASCII control code to the opc tag using the tcp driver. I dont know how to call the “SOH (Start of header)” command but I can somehow call the Carriage return using “\r”

Try \u0001 or \x01 if it’s from a script.

I am writing directly to the writable tag and I tried writing \1, \u0001 and \x01. I cant get the result I want

I don’t think you can enter this code directly into the designer’s tag browser, it probably has to be done via script.

3 Likes