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

read addresses from wincc #43

Closed
gharsallahmoez opened this issue Dec 26, 2020 · 1 comment
Closed

read addresses from wincc #43

gharsallahmoez opened this issue Dec 26, 2020 · 1 comment

Comments

@gharsallahmoez
Copy link

I get addresses from wincc that communicate with PLC S7-300,
example from those addresses :
DB12522,DBB28 (of type byte)
DB14030,DBW6 (of type word)
DB5200,DD2320 (of type float)
DB6200,D206.1 (of type boolean)

can anybody please share an example of how to read it with the gos7 library? please note that I can read all those data using OPC(KEPServerEX)

@robinson
Copy link
Owner

@gharsallahmoez gos7 support call directly S7 device. If you want to read this thru OPC, you should have to use any OPC client, for example: kepware opc client.
Hope that helps

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