12-22-2011 12:50 PM
The VI pics he post are actually different the the initial vi he posted. There's a couple things I can't figure out from the pics. 🙂
12-22-2011 03:43 PM
This part in particular. Thanks again for your help.
12-23-2011 08:59 AM
The picture you have shown is of a Type-Def Cluster, with 2 elements. This is part of the larger application I am writing, and is just a fancy way of passing in 2 parameters into the VI with one front-panel control. In the case here, the "Adapter Index" is a numeric input that selects which element of the ManagementObjectCollection array to use (i.e., which network adapter card present in the system). "Enable" is a boolean input that selects whether to use the string "Enable" or the string "Disable" as the name of the method to invoke.
If you are unfamiliar with clusters and type-defs, or the above is jibberish, and you want to get your application done in a timely manner, I suggest attending a local LabVIEW Basic I & II class as soon as possible (or at least getting the course manuals from NI and locking yourself in a room for a day or two and read them).
Good Luck!
12-23-2011 09:01 AM
Ok. That helps. Thanks again for your help.
Erica