ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Send a table 2D into a shared variable

Hello,

 

I wanna know if it 's possible to send a 2D table (type: string)  from a server to a client into a shared variable.

Thank you.

0 Kudos
Message 1 of 2
(2,557 Views)

If it is a network published shared variable, both have access. A table is a 2D array of strings. (create a custom control containing a 2D array of strings, then create the variable with datatype "from custom control..." and point to the *.ctl file.)

 

Is this is not what you are looking for, Please define what you mean by the following three words: "Client", "Server", "Send". Are server and client   both LabVIEW based? (I am also a bit confused. Typically the client initiates the connection and the server responds, i.e. the server send is reponsed to a client request.)

0 Kudos
Message 2 of 2
(2,540 Views)