LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

sending commands to visa write

Solved!
Go to solution

hello everyone.

i want to send mutiple command to via write using any loop not clusters as i did in attached vi. now i am using cluster to send the commands if i select case 1 one then it must send command 1 the case 2 the then 2nd if all three then all three commands should send. anyone has idea how to do it? im attaching what i have tried.

 

thank you in advance.

0 Kudos
Message 1 of 4
(1,150 Views)

Why build into a cluster?  You should build into an array and then it is a simple FOR loop to send the messages.


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 2 of 4
(1,141 Views)

please can you show me example or link of example so i can follow it?

 

thank you in advance 

0 Kudos
Message 3 of 4
(1,126 Views)
Solution
Accepted by topic author jeet4230

Something like this...


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
Message 4 of 4
(1,117 Views)