08-17-2022 08:44 AM
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.
Solved! Go to Solution.
08-17-2022 09:07 AM
Why build into a cluster? You should build into an array and then it is a simple FOR loop to send the messages.
08-17-2022 10:01 AM
please can you show me example or link of example so i can follow it?
thank you in advance
08-17-2022 10:22 AM - edited 08-17-2022 10:24 AM
Something like this...