[Imported] Data Logging control with limited point usage
EcoStruxure Geo SCADA Expert Forum
Schneider Electric support forum about installation, configuration, integration and troubleshooting of EcoStruxure Geo SCADA Expert (ClearSCADA, ViewX, WebX).
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 InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2019-11-0512:28 PM. Last Modified: 2023-05-0312:37 AM
[Imported] Data Logging control with limited point usage
>>Message imported from previous forum - Category:Scripts and Tips<< User: mchartrand, originally posted: 2018-10-23 15:28:56 Id:170 This is a re-posting from the obsoleted (October 2018) "Schneider Electric Telemetry & SCADA" forum.
_________________
**_RBerrey: Ok forgive me if this is a rookie question, but here goes. Internally on the controller I have a Data Log array that logs all valve positions any time one of them opens or closes. We are forced to keep 300 lines at 16 points per line. Over 150+ wells this is a significant number of points. The option I am exploring is the ability to pull only the top 5-10 lines of the array for each well, and do a compair by date and time. Any new lines would then be stored in a log on ClearSCADA. We cant just instigate the log solely on ClearSCADA because if coms are lost we could potentially miss an instance. Im hoping someone has an example they wouldnt mind me looking at that could help clarify how to go about scripting this or can point me to an existing thread that I have missed. Thanks for your help, Rick_**
___________
dmercer: A slightly different way of doing it, which would handle temporary loss of comms between ClearSCADA and the ontroller, would be to use DNP3 with event logs.
This will store the timestamped data, and keep it until ClearSCADA has confirmed that it has received it. There are a few DNP3 setting that will need to be checked for this to work correctly.
You could optionally also pack the bits into a 16 or 32 bit word, which will make converting it back to a log on the ClearSCADA side a bit easier.
__________
**_RBerrey: The only issue I can see with that, is that currently Im pulling it into a "non-Configurable" spreadsheet format for reporting purposes. The events log, as far as I understand, can be sorted and trimmed to only show specific transactions. I know its possible to set up a specific Query against those events, but can I use these same settings you are talking about when coming from an AB controller? Im not really sure how to go about setting up the Controller side of it for this._**
________________
hardin4019: I found the following when I googled ClearSCADA and DLog which is what they are on a Scadapack 3xx.