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

Consistency Problems for Properties: Service Properties vs. Controller Properties #45

Open
jo-bru opened this issue Nov 5, 2021 · 0 comments
Labels
discussion Relevant for MT discusison

Comments

@jo-bru
Copy link
Collaborator

jo-bru commented Nov 5, 2021

Some properties (let's call them controller properties) such as angles are stored on the controller and therefore are fetched by sending a request to the controller.

Others (let's call them service properties), like last_used_angles are only stored as a property of the XArmAPI* api object (xARM-CPLUS-SDK) and are therefore not fetched from the controller.

Controller Properties are consistent over different sessions (session = initialization =>disconnect), on the other hand, Service Properties are reset every time a new session is started by calling initialize.
This is probably desired but still might create some problems (e.g. see Issue #44 ).

This might also be interesting for multi-user applications.

Needs to be further discussed and investigated..

@jo-bru jo-bru added the question Further information is requested label Nov 5, 2021
@jo-bru jo-bru self-assigned this Nov 5, 2021
@jo-bru jo-bru added discussion Relevant for MT discusison and removed question Further information is requested labels Nov 15, 2021
@iomz iomz unassigned jo-bru Mar 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Relevant for MT discusison
Projects
None yet
Development

No branches or pull requests

1 participant