Compatible DIGSilent 2009 with CIMTool #62
Replies: 1 comment 3 replies
-
Hi @SantiagoRios61970 , I will do my best to answer based on limited information and trying to (hopefully) interpret your question correctly. First off, I should try to clarify a couple of concepts to ensure we are on the same page in what we are discussing. For starters your post poses two questions. For the first, it appears that you want some way to "visualize" a CIM/XML file (i.e. "instance model") representing a static network model for a point in time. Is that correct? If so I'm assuming then that you're aware that it would not be a one-line diagram in Enterprise Architect but rather what would be known as an "Object Diagram" which represents instances of specific CIM classes and relationships that exist between them. An "Object Diagram" is different than a "Class Diagram" in EA. To answer your question directly for that tooling, no there is not a way to generated such a diagram. You could write a custom script or plugin to do so but nothing that is currently out there. As for CIMTool. There are no visualization capabilities for generating one-line diagrams (or Object Diagrams for that matter). So I think that addresses your first question. On to the second question. CIMTool is a tool that is used expressly for the purpose you are asking about. It generates both XSD schemas (and JSON schemas if needed) as well as a variety of RDFS variants. This generated "profile" (i.e. RDFS artifact) could then provide you with the capabilities of validating your instance data. Is that the reason you are looking for a way to create the RDFS? Keep in mind that CIMTool is a tool used by more broadly by the CIM community to generate profiles for data exchanges. More specifically, it used extensively for creating the official RDFS and/or XSD schemas that accompany IEC International Standards (such as the IEC 61970-452 standard that defines the profile definitions for excchanging data for static network models on the transmission side of things). To create RDFS you must first have a "schema" to import into CIMTool. A schema can be exported from Enterprise Architect and then imported into CIMTool before being able to create your profile. When done in this manner it will be in the form of what is known as an XMI file. Alternatively, you could use a specific version of the CIM in the form of an Enterprise Architect project file (i.e. Hopefully this is helpful. Please consult the PDF CIMTool presentation (here) that is referenced in the README file for this GitHub repo to learn more about what you would need to do to create profiles using CIMTool. Cheers, Todd |
Beta Was this translation helpful? Give feedback.
-
Can someone tell me if the exported CIM model files from digsilent can be seen as an instance model in CIMTool or in Enterprise architect. Where can I generate the RDF schema and the XSD schema?
and how would it be done?
Beta Was this translation helpful? Give feedback.
All reactions