-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
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
[NEW-FEATURE] Extend Diagnostics View in Blazor #519
Comments
I tried a few things
Alternative to the Usage of Messenger, i could change this completly to Display the Logs, so i could display If there are any suggestions, optimasitions or ideas, im happy to hear |
/cib |
Branch 519-_NEW-FEATURE_Extend_Diagnostics_View_in_Blazor created! |
@RGrabichler, you could employ 'identity', but it's essential to recognize that each messenger can issue multiple messages. To accurately determine the duration from the logger, you must also consider the content of the message. Identity essentially represents the pointer value for each TcoObject. This allows us to distinguish the objects within a .NET application. 'PerCycleCount' indicates the number of messages sent by a particular messenger in a single PLC cycle. Though the messenger displays only the most critical message contained in _mime, the logger captures the rising edge of every message occurrence. 'MessageDigest' serves as a checksum for the message content. It alters only when the content of the messages (i.e., text) changes. |
@RGrabichler is it from MongoDB? |
yes |
https://www.mongodb.com/docs/manual/reference/bson-types/ Identity is unsigned long (ulong), mongo supports only signed long. TcOpen deals with this issue using customized deserializer, when handling data exchange. |
|
This is the Diagnostics View in my Project.
link
But i think, there are a few things missing.
I ve got the Timestamp for raised, but i also want Timestamp for Acknowledged.
Icons for the Severity should be displayed for a quick overview.
I prefer the Messages to remain after Acknowledged in the list (perhaps like 1000 items),
sortable like for time raised, time acknowledged and so on.
The Refresh Time and the Initial displayed Severity should be accessible via Property
(not sure if already adressed)
Perhaps any other suggestions can be added here
The text was updated successfully, but these errors were encountered: