Hey there,
I'm trying to get a string out of an array of bytes [127]. This is stored in a plc. I can translate the array to a readable string, but the string is now 128 in length (normally it should be something around 17 in UTF8).
However, now I can no longer work with this string because I want to open a file with the string.
I have now tried all the usual conversions that can be found in the network, but unfortunately none of them lead to success. Can anyone help me out?