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

Edge Connection Verification Report #24

Open cube1us opened 4 years ago

cube1us commented 4 years ago

At the bottom of each ALD diagram page are edge connections. They are entered manually, with no database-driven editing. So a report is needed to

1) Verify that there are not any inconsistencies among them (either on a given sheet or even between sheets) 2) Where they cross panel boundaries, cross check them with the cable/edge connections 3) Verify that each edge connection is used at least once on a sheet (and probably by only one gate)

cube1us commented 4 years ago

Mostly done, in ReportEdgeConnectionsForm

Part 1 is completed by including Pins in the new report Part 2 is also completed

Part 3 has NOT been completed yet. For machine specified For each related page => related diagram page For each diagram block on that diagram page For each connection that references that diagram block (4 possible ways) Fir from/to edge connector reference (3 possible ways) Add entry to list diagrampage:ref if not already present Then as each edge connector is processed, look for entries that have no matching list entry.

cube1us commented 4 years ago

At least 154 incorrect entries were found using this report (parts 1 & 2)