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
can somebody share a working readmultivars ?
this one is not working:
var snap7 = require('node-snap7'); let res = this.client.ReadMultiVars([{"Area": snap7.S7AreaDB, "WordLen": snap7.S7WLByte,"DBNumber": 14, "Start": 46, "Amount": 1}]);
The text was updated successfully, but these errors were encountered:
@jandekock Sorry for responding that late. What is not working? What error do you get?
Sorry, something went wrong.
This one is working on my project. I do not use "" in field names.
const vars = [ { Area: s7client.S7AreaDB, WordLen: s7client.S7WLBit, DBNumber: 185, Start: 0, Amount: 1 }, { Area: s7client.S7AreaDB, WordLen: s7client.S7WLBit, DBNumber: 185, Start: 6, Amount: 1 } ];
No branches or pull requests
can somebody share a working readmultivars ?
this one is not working:
The text was updated successfully, but these errors were encountered: