Skip to content
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

Show supervision description for DAI d #9

Closed
danyill opened this issue Jun 17, 2024 · 0 comments
Closed

Show supervision description for DAI d #9

danyill opened this issue Jun 17, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@danyill
Copy link
Owner

danyill commented Jun 17, 2024

Typically we show A > B

LN[lnClass="LGOS/LSVS" desc="A"] > DOI[name="St][desc="B"]

We will also now show A > B for this case:

<LN lnClass="LGOS" inst="2" lnType="Dummy.LGOS" desc="A">
	<Private type="OpenSCD.create"/>
	<DOI name="St">
		<DAI name="d">
			<Val>B</Val>
		</DAI>
	</DOI>
	<DOI name="GoCBRef">
		<DAI name="setSrcRef">
			<Val></Val>
		</DAI>
	</DOI>
</LN>

This is somewhat debatable as it requires a DOI for St which perhaps not all tools do.
Previously I used the description on the DOI[name="GoCBRef"] but the description on St is more likely to be used e.g. in SCADA/MMS and so having it in just this place prevents duplication.

I don't have a better idea, so that's what we'll do for now.

@danyill danyill added the enhancement New feature or request label Jun 17, 2024
@danyill danyill self-assigned this Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant