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

Subscription to Items #592

Closed
ottlukas opened this issue Nov 9, 2022 · 2 comments
Closed

Subscription to Items #592

ottlukas opened this issue Nov 9, 2022 · 2 comments
Labels

Comments

@ottlukas
Copy link
Contributor

ottlukas commented Nov 9, 2022

This version implements the subscription to PLC Items under the philosophy "Don't call me, I'll call you".
The requested items are sent periodically by the PLC to the driver. The driver collects the data and sends it to the client.
This solution is ideal for systems that need rapid data updating and low resource consumption.

Currently only S7-300 and S7-400.
S7-1500 the next revision.

Imported from Jira PLC4X-184. Original Jira may contain additional context.
Reported by: cgarcia.

@chrisdutz
Copy link
Contributor

@glcj can you confirm this is now implemented? If yes, please close this issue.

@glcj
Copy link
Contributor

glcj commented Feb 12, 2024

Hello,
In PR #1400 the observations of the work team in the implementation of this feature were incorporated.

CYC: Cyclic subscription to an item pull

This feature only applies to S7-300, S7-400 and VIPA devices (to be tested).

Tested with an S7-400. I am waiting for a CP 343-1 for additional testing, but I consider the issue closed.

@glcj glcj closed this as completed Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants