Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimized block access #138

Open
aferro17 opened this issue May 31, 2023 · 1 comment
Open

Optimized block access #138

aferro17 opened this issue May 31, 2023 · 1 comment

Comments

@aferro17
Copy link

Hello @plcpeople,

Your project is amazing. I'm an Automation software developer and which mostly integrate SCADA, PLCs and some middleware software.

I was wondering if some S7 optimized block access reading and writing will be implemented instead of the old absolute address way. The feature you developed for having something similar on js side is awesome, but my collagues says (and also siemens) that havind dbs with absolute access slows down the cpu cycle.

Have a good one

@plcpeople
Copy link
Owner

There are no plans for this, because this is only supported with the new protocol which is still not documented either by Siemens or elsewhere on the internet. We have not found the speed effect of using absolute data blocks to be a problem for us in testing - I don't think the effect is large especially for a small number of blocks and I would suggest you run some tests to measure the effect. OPC UA is what Siemens supports for external access by an open protocol, and there is a node-opcua project that implements this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants