Hello Mike,
I think it might be a good idea to now have a look at some basic LabVIEW getting started pages/tutorials.
Did you already go completely through this one?
http://www.ni.com/gettingstarted/labviewbasics/
This is absolutely necessary to understand some basic concepts.
The problem with the close connection is that you are trying to wire and array of errors and an array of connection IDs to the single element (connection ID, error in) inputs of the Bluetooth Close Connection VI. This is of course not possible.
What I also don't understand in this case is why you need the flat sequences in you code.
You should try to use dataflow as much as possible in your code and avoid unnecessary use of flat sequences.
Next to this I don't understand the need for 8 seperate cases with boolean selector value.
It would be better to use one case with integer selector values.
There is an edit button for a certain amount of time after you place your post.
Kind Regards,
Thierry C - CLA, CTA - Senior R&D Engineer (Former Support Engineer) - National Instruments
If someone helped you, let them know. Mark as solved and/or give a kudo. 😉