Windchill Modeler Reviewer: Check if a ProxyPort has been connected
- July 27, 2021
- 1 reply
- 1701 views
There are a lot of predefined reviews in Reviewer; most of them are around UML. When checking system models, I stepped over a standard review "Port on an IBD without any connections". This is looking for port symbols without any connection.
However, when verifying if a proxy port has been defined and it is not used yet, a check would work better looking for any connector link in the dictionary. Otherwise the typical diagramming of IBDs showing the interface - without being connected- would result in many review items to be manually marked as acceptable when using the standard review. I've attached the review here, which can be placed in the User-defined folder of Reviewer. Before, change its extension to *.rev.
Example: A System has a CPU and a Digital IO. They are connected via pins:
IBD defining connections
The CPU is shown with its interface in another IBD:
IBD defining the CPU interface
The standard review lists all the symbols, which are not connected. The new review only lists the 2 port which are really unconnected yet.
Reviewer Result 1

