Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Notifications
Login / Register
Community
Community
Notifications
close
  • Forums
  • Knowledge Center
  • Events & Webinars
  • Ideas
  • Blogs
Help
Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Login / Register
Sustainability
Sustainability

We Value Your Feedback!
Could you please spare a few minutes to share your thoughts on Cloud Connected vs On-Premise Services. Your feedback can help us shape the future of services.
Learn more about the survey or Click here to Launch the survey
Schneider Electric Services Innovation Team!

[Imported] Generating Event runtimes from SQL data.

EcoStruxure Geo SCADA Expert Forum

Schneider Electric support forum about installation, configuration, integration and troubleshooting of EcoStruxure Geo SCADA Expert (ClearSCADA, ViewX, WebX).

cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Home
  • Schneider Electric Community
  • Remote Operations
  • EcoStruxure Geo SCADA Expert Forum
  • [Imported] Generating Event runtimes from SQL data.
Options
  • Mark Topic as New
  • Mark Topic as Read
  • Float this Topic for Current User
  • Bookmark
  • Subscribe
  • Mute
  • Printer Friendly Page
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send Invite Cancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Send New Invite Close
Top Experts
User Count
sbeadle
Kirk sbeadle Kirk
308
AndrewScott
Admiral AndrewScott
98
BevanWeiss
Spock BevanWeiss
91
AdamWoodlandToo
Lt. Commander AdamWoodlandToo
37
View All
Related Products
product field
Schneider Electric
EcoStruxure™ Geo SCADA Expert

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Solved Go to Solution
Back to EcoStruxure Geo SCADA Expert Forum
Solved
sbeadle
Kirk sbeadle Kirk
Kirk

Posted: ‎2019-11-06 03:10 PM . Last Modified: ‎2023-05-03 12:25 AM

0 Likes
1
1161
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2019-11-06 03:10 PM . Last Modified: ‎2023-05-03 12:25 AM

[Imported] Generating Event runtimes from SQL data.

>>Message imported from previous forum - Category:Scripts and Tips<<
User: ROVSCADAENGINEER, originally posted: 2019-05-21 03:46:58 Id:428
Problem:

When an overflow is detected at a site or several sites 161 to be exact. The time the overflow event occurs over needs to be reported for each site. I am doing this by not using accumulators but using SQL to reduce system assignment of points.

Currently the SQL collects the start and end times of all the points on the system where an overflow occurs. I understand I may be able to present this data by manipulating the code using SQL and rearranging the table. however I am not very adept at SQL manipulation. I can do this somewhat in VBA however. there are two approaches to this the way I see it.

****Approach 1: ****

use VBA to extract the SQL code from an object such as an embedded list on the mimic. (If possible how?)

then

manipulate the data from extracted table to sum sites with same id timestamps together and rebuild a new table based on this information.

Display the new table using VBA code

'With Data_table.ListBox1'

****Approach 2****

Use SQL manipulation to build a new table. write to the existing list through existing table data, a new list with format

Site Runtime
xxxx xxxxxxxxx
xxxx xxxxxxxxx

The current code and layout can be seen below with extracts of the format of current. I will post solutions if I find one in the meantime.

Final Note.

I am thinking that the SQL method would be quicker and more agile yet this takes more skill in SQL. what are peoples thoughts or methods? How would you solve this issue?

****CODE: ****

SELECT
RECORDTIME, SOURCE, MESSAGE, USER, CATEGORY, FOREGROUND, SEQNO, COMMENTNO, ID
FROM
CDBEVENTJOURNAL
WHERE
SEVERITY = 'Critical' AND SOURCE LIKE '%Overflow Float' AND ( RECORDTIME BETWEEN { OPC 'H-14D' } AND { OPC 'H' } )

****
Resulting output: ****

![]((see attachments below) jc/f205iurw64am.png "")

 

 


Attached file: (editor/jc/f205iurw64am.png), SQL manipulation.PNG File size: 55450

Attachments
Labels
  • Labels:
  • SCADA
Reply
Contact Support

Link copied. Please paste this link to share this article on your social media post.

  • All forum topics
  • Previous Topic
  • Next Topic

Accepted Solutions
sbeadle
Kirk sbeadle Kirk
Kirk

Posted: ‎2019-11-06 03:10 PM

0 Likes
0
1158
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2019-11-06 03:10 PM

>>Responses imported from previous forum


Reply From User: sbeadle, posted: 2019-05-22 10:56:31
Accumulators are not points! i.e. they do not consume a licensed point.


Reply From User: GregYYC, posted: 2019-05-22 16:33:38
A Crystal Report license might help you create carve up the results a little more elegantly, or you could use the EXCEL data access components to create a pivot table. Either way you're likely wanting to use the "Group By" function.

A schedule email report using Crystal reports would be my suggestion.


Reply From User: ROVSCADAENGINEER, posted: 2019-05-23 00:11:09
Thanks for the intel guys much appreciated

See Answer In Context

Reply
Contact Support

Link copied. Please paste this link to share this article on your social media post.

Reply 1
sbeadle
Kirk sbeadle Kirk
Kirk

Posted: ‎2019-11-06 03:10 PM

0 Likes
0
1159
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2019-11-06 03:10 PM

>>Responses imported from previous forum


Reply From User: sbeadle, posted: 2019-05-22 10:56:31
Accumulators are not points! i.e. they do not consume a licensed point.


Reply From User: GregYYC, posted: 2019-05-22 16:33:38
A Crystal Report license might help you create carve up the results a little more elegantly, or you could use the EXCEL data access components to create a pivot table. Either way you're likely wanting to use the "Group By" function.

A schedule email report using Crystal reports would be my suggestion.


Reply From User: ROVSCADAENGINEER, posted: 2019-05-23 00:11:09
Thanks for the intel guys much appreciated

Reply
Contact Support

Link copied. Please paste this link to share this article on your social media post.

Preview Exit Preview

never-displayed

You must be signed in to add attachments

never-displayed

 
To The Top!

Forums

  • APC UPS Data Center Backup Solutions
  • EcoStruxure IT
  • EcoStruxure Geo SCADA Expert
  • Metering & Power Quality
  • Schneider Electric Wiser

Knowledge Center

Events & webinars

Ideas

Blogs

Get Started

  • Ask the Community
  • Community Guidelines
  • Community User Guide
  • How-To & Best Practice
  • Experts Leaderboard
  • Contact Support
Brand-Logo
Subscribing is a smart move!
You can subscribe to this board after you log in or create your free account.
Forum-Icon

Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.

Register today for FREE

Register Now

Already have an account? Login

Terms & Conditions Privacy Notice Change your Cookie Settings © 2025 Schneider Electric

This is a heading

With achievable small steps, users progress and continually feel satisfaction in task accomplishment.

Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.

of