03-07-2021 04:16 PM
Hola a todos, estoy realizando dos aplicaciones en labview, cliente y servidor, pero necesito transmtir los datos de una matriz booleana, como hago para enviarlos y recibirlos? si alguien sabe les agradezco. Adjunto una foto de la matriz.
Hello everyone, I am making two applications in labview, client and server, but I need to transmit the data of a boolean matrix, how do I send and receive them? if anyone knows, I thank you. Attached is a photo of the matrix.
03-08-2021 03:26 AM
It depends a lot on details. And also on where you struggling.
TCP\IP sends strings. Can you do that?
Converting the 2D array of Booleans to string can be done in a lot of ways. Are the sizes fixed? Are the sizes limited? What are the sizes? Is this going to be big arrays?
Here's a way:
It can be done a lot simpler, by simply sending the Boolean values (not converting to integers.