LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

using slider for tcp ip

i am using labview to create a tcp ip connection.. in my client i am using a slider, and i want the slider on my server side moving along with the slider on client side.. currently i am stuck in case structure for the slider on server side.. can some one solve it for me??
Download All
0 Kudos
Message 1 of 3
(2,994 Views)
 

Hello Mahe something that really can help you create this behavior is using shared variables and Front Panel Binding.  you just need to bind both sliders to the same variable, and if you move one the other will update, this makes a lot easier to achieve this.

 

 

Controlling a Front Panel Control Remotely Using Data Binding - LabVIEW Help

 

 

https://www.ni.com/en/support/documentation/supplemental/06/using-the-labview-shared-variable.html

 

 

Reading and Writing Front Panel Data Using Data Binding - LabVIEW Help

 

 

Binding Front Panel Controls to Shared Variables - LabVIEW Help

 

 

https://forums.ni.com/t5/Discusiones-sobre-Productos-NI/C%C3%B3mo-Configurar-multihilos-in-LabVIEW/m...

 

 

Best Regards

Benjamin C
Principal Systems Engineer // CLA // CLED
0 Kudos
Message 2 of 3
(2,992 Views)
wow... thanks man!! really appreciate it.. now it works like heaven.. ^^ thnks
0 Kudos
Message 3 of 3
(2,984 Views)