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

Plc EthernetIP Workflow Block #905

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Plc EthernetIP Workflow Block #905

wants to merge 2 commits into from

Conversation

reedajohns
Copy link
Collaborator

Description

Add a new PLC EthernetIP communication block to workflows. This block enables reading and writing PLC tags using the pylogix library over Ethernet/IP. It supports three modes of operation:

  • read: Reads specified tags from the PLC.
  • write: Writes specified values to the PLC tags.
  • read_and_write: Performs both read and write operations in a single execution.

Dependencies:

  • pylogix: Python library for Ethernet/IP communication with PLCs.

Please delete options that are not relevant.

  • [x ] New feature (non-breaking change which adds functionality)

How has this change been tested, please provide a testcase or example of how you tested the change?

Tested locally on a PLC communicating over EthernetIP and reading / writing tags via a workflow.

Any specific deployment considerations

Network Access: The deployment environment must have network access to the PLC's IP address.

Docs

NA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant