I am connected to an insturment which whenever I send a trigger I output an array to my labview code. I can currently see the array that is sent to labview. I would like to be able to use a boolean switch to capture and store an output array whenever the boolean switch value is true. I would then use this stored array to do calculations. If the boolean value is false it does not matter what happens to the array.