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
The shadow validator validates the time value. By default, this value is set in a C# POCO property to 1.1.0001, which is invalid for the PLC.
The text was updated successfully, but these errors were encountered:
@kuh0005 do you think it would be sufficient to initialize default of date/time related values in POCO objects to minimal controller value?
Sorry, something went wrong.
I made a test with TIA and PLCSIM. It is possible to write datetime variables with default values that are initialized by C#.
When I try to read it from the PLC, an exception is raised.
As you can see, some time variables have different values between the PLC and the Blazor view (after batch write).
OK. Thanks. We will need to discriminate between target platform (TIA vs AX).
PTKu
Successfully merging a pull request may close this issue.
The shadow validator validates the time value. By default, this value is set in a C# POCO property to 1.1.0001, which is invalid for the PLC.
The text was updated successfully, but these errors were encountered: