Lolita1001 / CodesysNetVar

Python receiver from Codesys Network Variables Lists sender
9 stars 2 forks source link

All tags #1

Open carlbomsdata opened 3 months ago

carlbomsdata commented 3 months ago

How can I use this library if my project has 2000-3000 tags? Both global and local variables.

Lolita1001 commented 3 weeks ago

@manprinsen This solution allows data to be transferred via NVLs (Network Variable Lists). To transfer all your data, you will need to create lists and move values in them. But I would not recommend this approach. For transferring large amounts of data, it is better to use industrial data transfer protocols, for example IEC60870-5-104, it allows you to transfer data only by change. I would use data exchange via NVL for some temporary solutions or not large amount of data.