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

The target read/write data address does not match the actual address #533

Open
xiaojujuovo opened this issue Jul 12, 2024 · 1 comment
Open

Comments

@xiaojujuovo
Copy link

When I write MW2 123, on the PLC it is MW4 becomes 123. MB2, the PLC becomes MB5. But there is no problem with writing BOOL

@mycroes
Copy link
Member

mycroes commented Aug 25, 2024

I think you might be writing an int instead of short, which means you're writing 2 registers at the same time. Not sure how that affects MB2 / MB5 though. If you provide more information (code, PLC type) we might be able to assist.

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