LabVIEW-DCAF / StandardEngine

The Standard Execution Engine plugin for DCAF.
http://forums.ni.com/t5/Distributed-Control-Automation/Standard-Engine-Documentation/gpm-p/3539201
7 stars 3 forks source link

Engine Shouldn't Read Module Timing Source Before Module is Initialized #70

Closed Beazurt closed 7 years ago

Beazurt commented 7 years ago

The module's runtime init code may need to initialize data used by the timing source class that it returns. The engine should read the timing source from a module after the module init method, not before. Note that the ms, us, and scan engine timing sources will work no matter when they are read, so this only has the potential to affect new timing sources.