LabVIEW-DCAF / StandardEngine

The Standard Execution Engine plugin for DCAF.

Home Page:http://forums.ni.com/t5/Distributed-Control-Automation/Standard-Engine-Documentation/gpm-p/3539201

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Syslog fails to record the error number passed to fault

pollockm opened this issue · comments

When pulling a module, scan engine correctly throws error -65536, unable to communicate with module.

Syslog records Error code 0 occurred.

Syslog should record error -65536 occurred.

Log state is reached after the 'clear' state for errors where 'clear' is enabled. Switch order such that logging happens before clearing, should fix the issue.