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
Hi I used your software to read data from a logix PLC all I seem to get is the minimum values example
if (read == (int)Status.PlctagStatusOk) { value = client.GetInt32Value(tagControlWord, 0); }
I get the minimum value of a signed integer -2147483648 rather the value 29 (value of my tag in the PLC)
Any idea? Please help
Laz
The text was updated successfully, but these errors were encountered:
I think the issue is the "0". That means return immediately. I think you need a bigger value to make it work.
Sorry, something went wrong.
No branches or pull requests
Hi
I used your software to read data from a logix PLC all I seem to get is the minimum values example
I get the minimum value of a signed integer -2147483648 rather the value 29 (value of my tag in the PLC)
Any idea? Please help
Laz
The text was updated successfully, but these errors were encountered: