ruscito / pycomm

pycomm is a package that includes a collection of modules used to communicate with PLCs
MIT License
139 stars 85 forks source link

Should it work with AB Emulator 5000? #60

Open bernardesrodrigo opened 5 years ago

bernardesrodrigo commented 5 years ago

Hi,

Greats for the library, I´m trying to make it work with RSLogixEmulator 5000 running in remote machine over ethernet.

Should it work like that or only with real hardware?

When reading a tag I´m getting the error:

"pycomm.cip.cip_base.CommError: can only concatenate str (not "bytes") to str"

ramezanifar commented 4 years ago

RSLogixEmulator 5000 does not let read and write. Instead use SoftLogix5800. It makes your PC like a PLC.