plcpeople / nodepccc

Library for node.js to communicate with some Allen-Bradley programmable controllers (PLCs)
MIT License
81 stars 24 forks source link

Read two devices at same time #35

Open agrapps opened 10 months ago

agrapps commented 10 months ago

Hi, is there a way to read x devices at same time?

ryangriggs commented 2 months ago

Just create two instances of the PCCC object and connect each one to a different device via the .initiateConnection function.