Tag Change Event Not Firing

Ah, you probably have one or more events scripts that are tying up the event handling thread pool. Infinite loops or some extra-long task. You should take care that any event script called from either tag events or tag change event scripts executes at least as fast as the scan class of the tags involved. Consider adding logging to all of your event scripts to find any slowpokes.