-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Simulation resource meta data (SRMD) #1293
Comments
@robha67 is this a new feature request and what is |
Yes, it is a new feature and SRMD is an xml format specified in SSP Traceability specification https://pmsfit.github.io/SSPTraceability/master/ |
@arun3688 I am thinking something like the api for the exportSSVTemplate command. Currently there is not a way in SSP to add a reference to the resulting SRMD file, except for through vendor specific annotations, but I believe there will be a solution in SSP 2.0. Maybe that proposal could be used? |
You can add the label retroactively without closing or recreating the issue. I just added the "project/openscaling" label for this issue. If you need to do it in the future, just click on "Labels" on the right and select the appropriate one. If it doesn’t work for you, there might be permission issues. Please feel free to ping me if that's the case! |
First small use-case: port the tool specific xml describing what simulation outputs to store to the SRMD format. This is a good example for learning about the SRMD format and implementing basic export and import. |
Second use-case: Capture any (to the degree needed) manipulation to the SSP that has been done via the OMS api. For example, the addition of a resource. The level of detail that is needed need to be discussed further. |
This link doesn't seem to exist anymore, can you please update it to a proper one? |
SRMD11.txt |
@robha67 you can zip it and then attach anything |
SRMD_example_D16.zip |
A first task for @just-amin in collaboration with @arun3688 and @robha67 |
Proposed steps of implementation listed below (similar to those of the SSV API functions)
Later, Investigate what meta-data information needs to be stored when developing or utilizing FMUs or SSP files in OMSimulator. This meta-data could/should be stored in the SRMD format (or other formats of the SSP-Traceability specification i.e STMD and DTMD). |
discussed in a meeting - 1-2 bullets already supported, but formatting needs to be checked, for point 3 - add the support for the GEMetaData attribute that allows to reference a resource - add a dedicated API call |
@robha67 - make a new example for the SRMD file within the SSP @arun3688 - found the issue on windows, will take care of it Automatic validity check when the SSP is unpacked, now it is checked later -- everyone agrees on this - @just-amin - will add support for this |
Describe the solution you'd like
A clear and concise description of what you want to happen.
The ability to parse(and act on)and create any meta-data, related to a specific SSP or FMU, expressed in the SRMD format of the SSP Traceability specification. Examples of relevant meta-data are: generation date and time, repository tags, OMSimulator version, etc. However, the end user should be able to specify what information to store.
The text was updated successfully, but these errors were encountered: