We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Siemens have some different Device Model ,such s7200 ,s7100,s71200,s71500 ,etc. But their S7 protocol is not common。Can support enum to select?
{ S7200 = 0, S7300 = 1, S7400 = 2, S71200 = 3, S71500 = 4, }
func NewTCPClientHandler(model int, address string, rack int, slot int) *TCPClientHandler
The text was updated successfully, but these errors were encountered:
@wwhai , why should we do that? Is there any difference between these models in the ISO-on-TCP protocol?
Sorry, something went wrong.
No branches or pull requests
Siemens have some different Device Model ,such s7200 ,s7100,s71200,s71500 ,etc. But their S7 protocol is not common。Can support enum to select?
The text was updated successfully, but these errors were encountered: