cpppo icon indicating copy to clipboard operation
cpppo copied to clipboard

Communications Protocol Python Parser and Originator -- EtherNet/IP CIP

Results 60 cpppo issues
Sort by recently updated
recently updated
newest added

Hi there, Thanks for the lib ! I am having issues regarding performance and timings using the poll function. I have a laser trigger device connected via ethernet and I...

Hi , I am using your documentation to read and write values - ```` enip_server --print SCADA=INT[1000] TEXT=SSTRING[100] FLOAT=REAL ```` I used the above command to simulate the controllogix. ````...

So I am trying to use Cpppo to run a bunch of Explicit messages to test our product. I am able to get attributes using specific EPATH from our documentation...

I need to call a vendor specific service(51) on a vendor specific class(101) with a payload of two USINT and one INT. Is that possible with cpppo? So far I...

Hi I have succesfully read information from JXC91, but write doesn't work. Could anyone interpret the log file what is wrong? from cpppo.server.enip import poll from cpppo.server.enip.get_attribute import proxy_simple as...

State transition machinery (automata.py::run() function) takes approx. ~1.1 seconds for handling ~3000 bytes. Is this more or less expected/acceptable, or is there any known limitation/issue, or am I doing something...

Hey, I'm trying to obtain the identity objects for all the other slots on my Contrologix chasis, but even when I change the --route-path to 1/2 for example (backplane, slot...

I have a Fanuc Robot R30iB+ which I'm trying to connect to using: ``` from cpppo.server.enip.get_attribute import proxy as fanuc host = "192.168.0.10" param = "@0x6c/0x01/0x01" fanuc = plc(host=host) try:...

The new device HPC PF6KT in AB, there are Port0, port7, port8, port10, port12, port13,port14, when use the CIA protocol to read the parameters' value, the default port is port0,...

I need only to receive some digital signals from a supply line on shop floor and I don't wanna use a PLC to do that, because he will serve only...