Closed vijayvasu-ni closed 5 months ago
Bleep bloop!
LabVIEW Diff Robot here with some diffs served up hot for your pull request.
Notice something funny? Help fix me on my GitHub repo.
Bleep bloop!
LabVIEW Diff Robot here with some diffs served up hot for your pull request.
Notice something funny? Help fix me on my GitHub repo.
What does this Pull Request accomplish?
Forces each Tx Execution Unit class to store its own copy of previous data values. The current implementation shares data space across all Tx Execution Units due to the requirement that reentrant dynamic dispatch VIs be shared reentrant.
Adds a VI Check Previous Values.vi to compare the data values Each execution unit calls Check Previous Values.vi in Write to Hardware.vi so the check is actually valid against the last iteration of that execution unit and the data used for whichever execution unit ran last.
Why should this Pull Request be merged?
Fix for https://github.com/ni/niveristand-ballard-milStd1553-custom-device/issues/253
What testing has been done?
Ran all the unit tests. Manually tested that multiple instances are working as expected in RT target.