I want to store a specific string (read fixed) to a "string tag" according a value. If value = 1, then string should be "OK" - value = 2, string is "NOT OK", value = 3, string is "FAULT...",....
OK, I know I can do this with the compare instructions, but I want to do this with the switch case instruction....😎
suggestions anybody ?