LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Callback a specific function of Server VI to Client VI

Hi Everyone,

 

Is there any possibility of callback a specific function of one program (Server Application) to another application (Client)?

For eg., The client VI should sense or read the data only when there is a change of event from the Server VI, rather polling all the time.

**No shared global variables to be used** 

Hope I made it clear with my query. Kindly help me out.

Thanks in advance

 

Cheers

PVK

0 Kudos
Message 1 of 3
(2,121 Views)

Hi,

 

      Create a event structure in client program with bool as a event and just use property node (Value signalling) .This should work

0 Kudos
Message 2 of 3
(2,119 Views)

Your best bet is to just use TCP communications.  If you have a connection, then just have the server send a message to the client and the client can then react accordingly.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 3 of 3
(2,093 Views)