-
Notifications
You must be signed in to change notification settings - Fork 2
Add examples for REFERENCE and APPEND only #47
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
base: IDTA-01004-3-1_Working
Are you sure you want to change the base?
Add examples for REFERENCE and APPEND only #47
Conversation
| $and( | ||
| REFERENCE($sme("SubmodelID-OperationalData").machineState#value) $eq "not-running", | ||
| $or( | ||
| $sm#semanticId $eq "SemanticID-Nameplate", |
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| $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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| $sm#semanticId $eq "SemanticID-TechnicalData" | |
| $sm#semanticId $eq "SemanticID-PerformanceData" |
| @@ -0,0 +1,12 @@ | |||
| ACCESSRULE: | |||
Check warning
Code scanning / QDJVMC
Typo Warning documentation
No description provided.