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

Add first version of events #71

Merged
merged 105 commits into from
Jun 2, 2021
Merged

Add first version of events #71

merged 105 commits into from
Jun 2, 2021

Conversation

aorzelskiGH
Copy link
Contributor

No description provided.

aorzelskiGH and others added 30 commits April 18, 2021 13:43
Increment it in timeseries thread loop
Show it in blazor tree
Path /diff/updates can show also values of properties
* first implementation with
  message envelope
* working with event element
   CreateUpdateDelete
* implement specified
  structure/ update value
  events
* time-based delta seems
   not to be working
* try fix event sending of
  CREATE events
* pushing disabling of code piece
Show reference and timestamps of observed element
Format code to complete CI on github
MichaelHoffmeisterFesto and others added 27 commits June 2, 2021 13:42
* try fix event sending of
  CREATE events
* pushing disabling of code piece
* fix serialization
Show reference and timestamps of observed element
Format code to complete CI on github
Debug code added and commented out after bugfix
For /diff/values/searchPath show only values if searchPath is in path
auto=seconds can be combined with parameter refresh to only show changes in auto=seconds
Debug code added and commented out after bugfix
Add missing libgidplus for qrcoder
Add missing libgdiplus for qrcoder
Libgdiplus can not be installed on docker for ARM 32. Fix later.
Build did noz work. remove last changes.
@aorzelskiGH aorzelskiGH merged commit df7d68d into master Jun 2, 2021
@@ -3635,7 +3635,10 @@ public static void securityInit()
var sm = env.AasEnv.FindSubmodel(smr);
if (sm != null && sm.idShort != null)
{
sm.SetAllParents();
if (!sm.idShort.ToLower().Contains("Security"))
Copy link

Choose a reason for hiding this comment

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

I didn't check if String.Contains() has been overridden in this application but unless that's the case, this check doesn't work. It compares a string with a capital letter against a fully lower-cased idShort.

@aorzelskiGH aorzelskiGH deleted the MIHO/eventsv2 branch December 8, 2021 09:37
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.

None yet

3 participants