1. 04 Feb, 2021 2 commits
  2. 03 Feb, 2021 2 commits
    • Fabian Beitler's avatar
      Updated Schemas and standard_addresspaces to newest UA-Nodeset version (#425) · 0890551f
      Fabian Beitler authored
      * Updated Schemas and standard_addresspaces to newest UA-Nodeset version
      
      * Add Model Uri, Version and PublicationDate to autogenerated files
      Add missing namespaces in fill_namespace loop
      
      * Add break to stop iteration through xml file after finding model
      
      * Update to newest UA-Nodeset version (old one was still used!)
      
      * Generate Nodes on base of newest UA-Nodeset
      
      * Remove files from UA-Nodeset
      
      * Added more infos in header of event_object
      0890551f
    • Fabian Beitler's avatar
      Remove python version check · a916ba26
      Fabian Beitler authored
      Replace run method with asyncio.run, since it is standard in python3.7
      Add missing awaits in Coroutines
      Fix smaller Codestyle issues
      a916ba26
  3. 29 Jan, 2021 2 commits
  4. 28 Jan, 2021 3 commits
  5. 26 Jan, 2021 1 commit
  6. 25 Jan, 2021 3 commits
  7. 23 Jan, 2021 3 commits
    • Koseng's avatar
      Support variables with properties in events and extend file generators for... · 8ac0490b
      Koseng authored
      Support variables with properties in events and extend file generators for Alarms and Conditions (#415)
      
      * Complete client alarms and conditions example
      
      Complete client alarms and conditions example for usage with OPCFoundation UA-.NETStandard-Samples Quickstart AlarmConditionServer
      
      * Add variables to generated event filter and event object
      
      Event types can not only contain properties, but also variables. For example the ConditionType, which is the foundation of Alarms and Conditions, contains variables. Add the variables to the generated event filter and event object.
      
      * Changed schemas for Fix localtime field of events
      
      * changed schemas to autogenerate event_objects.py with conditions and alarms
      
      * expand the event model with variables which are able to have properties as children
      also supports custom events
      now we are able to generate alarms and conditions
      
      * Some refactoring and commenting in events and generate_model_event
      
      * Newly generated event_objects with Alarms and Conditions Types and Variables
      Co-authored-by: default avatarmar-ar <marco.arnold@hermle.de>
      Co-authored-by: default avataroroulet <oroulet@users.noreply.github.com>
      8ac0490b
    • oroulet's avatar
      Zu zu d invalid signature (#416) · 72fac9e5
      oroulet authored
      * [InvalidSignature] Fix race condition with secure channel renewal
      
      * [InvalidSignature] Clean code and add tests
      
      * [InvalidSignature] Consider expired SecureToken for up to 25% of its lifetime
      Co-authored-by: default avatarJulien Prigent <julienprigent@wanadoo.fr>
      72fac9e5
    • Fabian Beitler's avatar
      Update bug_report.md · 4fedec4c
      Fabian Beitler authored
      4fedec4c
  8. 21 Jan, 2021 1 commit
  9. 19 Jan, 2021 2 commits
  10. 18 Jan, 2021 5 commits
  11. 12 Jan, 2021 3 commits
  12. 11 Jan, 2021 8 commits
  13. 06 Jan, 2021 1 commit
  14. 05 Jan, 2021 1 commit
    • Fabian Beitler's avatar
      Change file-path structure · 005d35b4
      Fabian Beitler authored
      Rewrite if statement to easier readable code
      Replace Path expressions a better way?
      Add absolute to get absolute path to file (I hope)
      Remove one obsolete import pytest
      Refactor method name to better name
      Redo nested if statement a better way
      Remove forgotten garbage methods
      Replace os path with pathlib
      Small Codestyle fixes
      Add check if both or neither xml arg was passed -> not xor
      Fix wrong required model handling
      Differ between xmlstrin and file
      Add tests for requirement check
      Add two xml files for test purposes
      Replace ImportError with Exception
      Remove unused var
      List all missing requirements
      Check server models in seperate Coroutine
      Add method to check requirements while xmlimport
      Add namespaces Node to Shortcuts
      005d35b4
  15. 04 Jan, 2021 3 commits