08-03-2017 01:46 PM
As an alternative for future readers, below's a snippet of how I tend to prefer to do these things. My method routes the signal within a task context. When the task is cleared, the routing will not persist to cause mischief for other tasks. The method shown previously using "Connect Terminals" routes the signal within a device context. The routing *can* (and often does) persist after tasks are created and cleared.
Just an FYI, each method has its merits, I just have found that I usually prefer the task context with auto-cleanup.
-Kevin P
(Summary of my reasons in this post, part of a voluminous thread of mostly complaints starting here).