ni / niveristand-communications-bus-template

Template custom device for using communications buses in VeriStand
http://www.ni.com
MIT License
0 stars 3 forks source link

missing error wires in Execution Unit.Async.vi #118

Closed dbendele closed 3 years ago

dbendele commented 3 years ago

Describe the bug Missing error wires masked the source of an error in the template when using an asynchronous execution unit.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Execution Unit.Async.vi'
  2. See missing error wires around reading block data refs for Read/Write channels.

Expected behavior Input errors should not be suppressed. Errors generated within VI must be propagated.

Screenshots image

Desktop (please complete the following information):

Additional context I swear, the first time I looked at this VI, there was an error wire. On second look, there was no error wire, and it did not appear to be a redraw issue. Perhaps the redraw issue was that the error wires were apparently there.