Replies: 1 comment 1 reply
-
.NET is a lot stricter when it comes to data types, could it be that you try to write a float to the integer point? Does the error still occur if you explicitly convert your value to an |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am having a problem writing back to certain tags and I'm not sure what the issue is. These tags are Int32. The following is my code that I'm using to write to the tag:
value is a value that I have casted into an integer. write_time is datetime.now().
The exception that I get back in my logger is:
Can anyone help me understand why this is happening please?
Beta Was this translation helpful? Give feedback.
All reactions