Hi,
I am receving response telegram in unprintable Ascii characters such as correct response is ACK(hex06) or resonse in case of error NAK(hex15). I want to display such responses in signal indicator. For example response is ACK, the LED is on, otherwise the LED is off.
I set an expression for the object LED as followed: if(ASCII1.Response="\x06",1,0), but the indicator is not working as I expected. Anyone has good ideas to help me in this case?
Thanks alot