cpppo
cpppo copied to clipboard
Communications Protocol Python Parser and Originator -- EtherNet/IP CIP
Hello, I m starting cpppo server node as follow, with this cppo.cfg: --------------------------------------------------------------------------------------- [Identity] Vendor Number = 243 Device Type = 14 Product Code Number = 54 Product Revision =...
Hello, I just started to do something about EtherNet/ip. I have a question. I want to ask if the client wants to access or set some data of the device,...
Hi, I try to use cpppo with OMRON PLC (CJ1, CJ2 and NJ with ethernet card EIP21), but I can't read/write memory. With this command, I can see product on...
I used the example code "poll_example_many_with_write.py". I have modified this code to be able to communicate with my module. This is the code: ``` import logging import random import sys...
I've been playing around with this library and trying to collect tags from a controllogix at fairly high speed, 100ms or less. It seems to require quite a bit more...
Hi i am approaching this library to have an idea on how to read tags, In my case i have a L73 processor (clx) in a rack and i would...
Hi, Is there any facility available like probing in which we can query for tags from the PLC directly to get to know which are the tags configured?
I'm using the cpppo library to discover devices on a network. I'm using the client API to send out a list identity request over UDP. Unfortunately, one of the devices...
I'm using `configparser` to generate this config file. All the Identity attributes get loaded and work but **"ip_address"** is still using the default `127.0.0.1`. ``` [Identity] vendor number = 1...
I am using the Poller class to read periodically a few tags from an AB Micro820 PLC, so running CPPPO in simple mode without send_path and route_path as false. Usually...