I have created two tasks and assigned channels programmatically. This is occurring in my initialization vi. I'm looking to programmatically get the current tasks so that I can close them all in my close vi. I've tried the property node DAQmxSystem - Tasks, but it only gives me the tasks that are saved in MAX. Am I creating my task incorrectly? Without having to store the open tasks, is there a way to get a list of open task? My initialization vi is attached.