- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Posted: 2022-03-31 12:57 AM . Last Modified: 2023-05-02 11:57 PM
ClearScada, additional field in “Display Events” window
Hello,
In ClearScada, via MetaData function, I have created an additional field “EDescription” in CDBPoint table. In “Display Alarms” window, I has add this column, and I can saw it.
How can I add “EDescription” column in “Display Events” window?
Link copied. Please paste this link to share this article on your social media post.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Posted: 2022-04-19 09:02 PM
'Display Events' is a ViewX internal shortcut which launches a new query window with a (Schneider development) preset query.
I'm not aware of any way to modify this with configuration.
What you can do is add your own custom context menu entry and query
In the Server Configuration (for every server) you would add an Entry to Extra Table Queries, and put in your query here.
I don't believe you'd be able to 'hide' the existing entry, but you could try to use the identical naming in your new option, which might overwrite the existing (or it might just not work).
Lead Control Systems Engineer for Alliance Automation (VIC).
All opinions are my own and do not represent the opinions or policies of my employer, or of my cat..
Link copied. Please paste this link to share this article on your social media post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Posted: 2022-04-26 09:53 PM
CDBPoint.FullName == CDBEventJournal.Source
Lead Control Systems Engineer for Alliance Automation (VIC).
All opinions are my own and do not represent the opinions or policies of my employer, or of my cat..
Link copied. Please paste this link to share this article on your social media post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Posted: 2022-04-19 09:02 PM
'Display Events' is a ViewX internal shortcut which launches a new query window with a (Schneider development) preset query.
I'm not aware of any way to modify this with configuration.
What you can do is add your own custom context menu entry and query
In the Server Configuration (for every server) you would add an Entry to Extra Table Queries, and put in your query here.
I don't believe you'd be able to 'hide' the existing entry, but you could try to use the identical naming in your new option, which might overwrite the existing (or it might just not work).
Lead Control Systems Engineer for Alliance Automation (VIC).
All opinions are my own and do not represent the opinions or policies of my employer, or of my cat..
Link copied. Please paste this link to share this article on your social media post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Posted: 2022-04-26 02:00 AM
As I understand, the only way, is to create your own select function to collect information from two tables?
But when I look at both database tables, I don't find a related field in both database tables through which I can join the tables through select.
Link copied. Please paste this link to share this article on your social media post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Posted: 2022-04-26 09:53 PM
CDBPoint.FullName == CDBEventJournal.Source
Lead Control Systems Engineer for Alliance Automation (VIC).
All opinions are my own and do not represent the opinions or policies of my employer, or of my cat..
Link copied. Please paste this link to share this article on your social media post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Posted: 2022-05-01 11:45 PM
Thank you, everything works.
Link copied. Please paste this link to share this article on your social media post.

