Sorry, I did not see your second picture with the code. I wonder where that extra "\" comes from. Unfortunately, you don't show us how you connect to the server using LabVIEW. What do you use? Datasocket maybe?? What is the display format of your text diagram constants?
You might also want to look at the rest of your code. It seems very convoluted to combine your booleans into a cluster array, then search for a cluster with a TRUE in it. Why don't you built a plain array and simply search for TRUE???? 😄