I'm trying to setup a MicroLogix 1100 PLC to Write ASCII strings out to a display. I'm not sure how to deal with control characters.
The following is the format of the string:
Format: <SOH>1<STX>65;reason ID number<ETX>
Example: <SOH>1<STX>65;11<ETX> The value 11 is the only variable I need to change.
<SOH> = Start of Header control code 01Hex
<STX> = Start of Text control code 02Hex
<ETX> = End of Text control code 03Hex
Any suggestions?
- Joe
