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

fix(inputs.s7comm): Allow PDU-size to be set as config option #14045

Merged
merged 4 commits into from
Oct 4, 2023

Conversation

phagemann
Copy link
Contributor

@phagemann phagemann commented Oct 3, 2023

resolves #14042

Moved const maxRequestsPerBatch to be set from config file by keyword pdu_size

Moved const maxRequestsPerBatch to be set from config file
Updated README.md
@phagemann phagemann changed the title fix(inputs.s7comm) allow pdu-size to be set from config file fix(inputs.s7comm): allow pdu-size to be set from config file Oct 3, 2023
Adjusted bit parsing (influxdata#14043)
Copy link
Contributor

@powersj powersj left a comment

Choose a reason for hiding this comment

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

Thanks for taking the time to put up a PR. One question inline, otherwise I'll defer to Sven on this one.

Removed unrelated changes
@telegraf-tiger
Copy link
Contributor

telegraf-tiger bot commented Oct 3, 2023

@powersj powersj added the ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review. label Oct 3, 2023
Copy link
Contributor

@srebhan srebhan left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution @phagemann!

@srebhan srebhan added area/iot New plugins or features relating to IoT monitoring plugin/input 1. Request for new input plugins 2. Issues/PRs that are related to input plugins fix pr to fix corresponding bug ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review. and removed ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review. labels Oct 4, 2023
@srebhan srebhan changed the title fix(inputs.s7comm): allow pdu-size to be set from config file fix(inputs.s7comm): Allow PDU-size to be set as config option Oct 4, 2023
@srebhan srebhan merged commit 30bbf4f into influxdata:master Oct 4, 2023
24 checks passed
@github-actions github-actions bot added this to the v1.28.3 milestone Oct 4, 2023
@phagemann
Copy link
Contributor Author

Thanks for your great work maintaining this project! =)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/iot New plugins or features relating to IoT monitoring fix pr to fix corresponding bug plugin/input 1. Request for new input plugins 2. Issues/PRs that are related to input plugins ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

inputs.s7comm PDU size exceeded
3 participants