LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to set path value to vi server?

I am trying to build vi server and set client path value. It always has an error about data type.
Do I make any mistake? Here is my vi.
0 Kudos
Message 1 of 2
(2,307 Views)
In your main VI, you have the control name of "Criteria Path" and the actual name of the control in Slave.vi is "Criteria path" where "path" is not capitalized. Names and data types must match exactly.
0 Kudos
Message 2 of 2
(2,298 Views)