Skip to content

Conversation

@aorzelskiGH
Copy link
Contributor

No description provided.

@aorzelskiGH aorzelskiGH changed the title Add example APPEND only Add examples for REFERENCE and APPEND only Jan 16, 2026
@BirgitBoss BirgitBoss self-requested a review January 20, 2026 07:38
$and(
REFERENCE($sme("SubmodelID-OperationalData").machineState#value) $eq "not-running",
$or(
$sm#semanticId $eq "SemanticID-Nameplate",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

semanticId examples do not fit to "not-running", should be operational data

$and(
REFERENCE($sme("SubmodelID-OperationalData").machineState#value) $eq "not-running",
$or(
$sm#semanticId $eq "SemanticID-Nameplate",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
$sm#semanticId $eq "SemanticID-Nameplate",
$sm#semanticId $eq "SemanticID-OperationalData",

REFERENCE($sme("SubmodelID-OperationalData").machineState#value) $eq "not-running",
$or(
$sm#semanticId $eq "SemanticID-Nameplate",
$sm#semanticId $eq "SemanticID-TechnicalData"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
$sm#semanticId $eq "SemanticID-TechnicalData"
$sm#semanticId $eq "SemanticID-PerformanceData"

@@ -0,0 +1,12 @@
ACCESSRULE:

Check warning

Code scanning / QDJVMC

Typo Warning documentation

Typo: In word 'ACCESSRULE'
@@ -0,0 +1,9 @@
ACCESSRULE:

Check warning

Code scanning / QDJVMC

Typo Warning documentation

Typo: In word 'ACCESSRULE'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants