NCAR / WVD-MCSupdate

Addition of NCAR MCS, rewrite to software infrastructure, and expansion of features for WVD operations.
2 stars 1 forks source link

MCS V2 turning on demux channels without master channel #227

Closed stillwer closed 5 years ago

stillwer commented 5 years ago

Technically it is possible to report the demux data without the master channel data. Brad's code allowed it explicitly because it allowed all possible MCS states. This is not the intended functionality of the MCS. I found today that the way that I programmed the map between labview channel controls and MCS registers allows this possibility. Need to come up with a simple strategy to prevent this possibility.

stillwer commented 5 years ago

Added an "And" terminal to the Word00 Builder in Idle_MakeMCSWord.vi to make sure that the channel is enabled and demux is enabled before the demux data is reported.