Hello,
I have a vi that currently sends a command over Ethernet to a device using a while loop. It works very well, but I would like to add the ability to configure the device when I first run the vi, then go to the while loop. There are about 4 separate commands that need to be sent once. I would like to use a flat sequential structure and the Select vi to mux the data to the vi section that puts the strings out to Ethernet. My question is two-fold:
1. Where can I get the signal to control the s input of the Select vi as each element of the sequential structure runs
2. How can I get the data out of the flat sequential structure as each frame runs?
Thank you,
Ron