flexCommunicator 0.1.0__tar.gz → 0.1.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/PKG-INFO +1 -1
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/validityFrame/runtimeMonitor.py +7 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/validityFrame/validityFrameManager.py +6 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator.egg-info/PKG-INFO +1 -1
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/pyproject.toml +1 -1
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/LICENSE +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/README.md +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/__init__.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/__init__.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/__init__.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/action/__init__.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/action/action.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/action/action_client.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/action/goal_handle.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/codec/ROS2Codec.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/codec/__init__.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/commands/__init__.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/commands/commandProcessor.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/commands/composer.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/communication/CommunicationManager.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/communication/__init__.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/contracts/__init__.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/contracts/contractVariable.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/flexCloud/__init__.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/flexCloud/flexCloudConfiguration.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/flexCloud/flexCloudManager.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/flexCloud/flexCloudOrchestrator.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/flexCloud/flexCloudVariable.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/flexNode.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/fmi/__init__.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/fmi/fmuNode.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/fmi/node.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/knowledge/KnowledgeManager.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/knowledge/__init__.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/logging/LoggingAndTracking.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/logging/__init__.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/messages/StandardizedMessages.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/messages/__init__.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/node.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/security/__init__.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/security/security.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/service/__init__.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/service/client.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/service/service.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/transport/PropertyBinding.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/transport/PropertyRegistry.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/transport/__init__.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/utils/Timer.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/utils/__init__.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/utils/auxiliary.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/utils/constants.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/utils/decorators.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/validityFrame/__init__.py +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator.egg-info/SOURCES.txt +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator.egg-info/dependency_links.txt +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator.egg-info/requires.txt +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator.egg-info/top_level.txt +0 -0
- {flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: flexCommunicator
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: Protocol-agnostic Python client library for building software components for industrial automation applications.
|
|
5
5
|
Author-email: Bert Van Acker <bert.vanacker@uantwerpen.com>
|
|
6
6
|
License: Apache License
|
|
@@ -53,6 +53,13 @@ class runtimeMonitor(object):
|
|
|
53
53
|
self._value = value
|
|
54
54
|
self._sync_to_redis()
|
|
55
55
|
|
|
56
|
+
def set_nocheck(self, value,validity):
|
|
57
|
+
self._requestedValue = value
|
|
58
|
+
self._isValid = validity
|
|
59
|
+
self._value = value
|
|
60
|
+
# sync to redis
|
|
61
|
+
self._sync_to_redis()
|
|
62
|
+
|
|
56
63
|
def get(self):
|
|
57
64
|
return self._value
|
|
58
65
|
|
|
@@ -924,6 +924,12 @@ class validityFrameManager(object):
|
|
|
924
924
|
return False
|
|
925
925
|
|
|
926
926
|
monitor.set(value)
|
|
927
|
+
|
|
928
|
+
#Update the corresponding flexIA runtime monitor
|
|
929
|
+
for flexiaMonitor in self.flexia_runtime_monitors:
|
|
930
|
+
if flexiaMonitor.name == runtimeMonitorName:
|
|
931
|
+
flexiaMonitor.set_nocheck(value=value, validity=monitor.spec_status)
|
|
932
|
+
|
|
927
933
|
return True
|
|
928
934
|
|
|
929
935
|
def _resolveValidityFramePath(self, path_to_fmu):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: flexCommunicator
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: Protocol-agnostic Python client library for building software components for industrial automation applications.
|
|
5
5
|
Author-email: Bert Van Acker <bert.vanacker@uantwerpen.com>
|
|
6
6
|
License: Apache License
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "flexCommunicator"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.2"
|
|
8
8
|
description = "Protocol-agnostic Python client library for building software components for industrial automation applications."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { file = "LICENSE" }
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/__init__.py
RENAMED
|
File without changes
|
{flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/flexNode.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/fmi/node.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator/clientLibraries/flcpy/node.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flexcommunicator-0.1.0 → flexcommunicator-0.1.2}/flexCommunicator.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|