cube1us / IBM1410SMS

Database Program for capturing data from IBM SMS Automated Logic Diagrams and related database layer
GNU General Public License v3.0
0 stars 0 forks source link

Create "No Ouput Valid" or flag for Gate and/or "Exception Flag" at the logic block level #55

Open cube1us opened 4 years ago

cube1us commented 4 years ago

Create "No Ouput Valid" flag for Gate. Currently the logic block check program has special coded logic block symbols to indicate for which gates on certain card types are valid when they have no outputs (e.g., load resistors, capacitors, diodes, etc.) It would be better for this to be a flag on the gate definition.

cube1us commented 4 years ago

Will more likely handle this at the logic block level with an exception flag. A No Output valid flag at the card/gate definition level would be too broad an exception.

cube1us commented 4 years ago

Flags have been added to the diagramblock, dotfunction and gate tables to control validation checks (or mark them as validated) to suppress error messages, and the appropriate dialogs modified to manage the flags. The reports have not yet been changed.

cube1us commented 4 years ago

The No Output Exemption has indeed been set up at the card gate level - and it is not too broad an exception. There are now also Verified / exemption flags for logic blocks and dot functions, but these are not yet being used in the reports.