Ask our Experts
Didn't find what you are looking for? Ask our experts!
Ask Me About Webinar: Data Center Assets - Modeling, Cooling, and CFD Simulation
Join our 30-minute expert session on July 10, 2025 (9:00 AM & 5:00 PM CET), to explore Digital Twins, cooling simulations, and IT infrastructure modeling. Learn how to boost resiliency and plan power capacity effectively. Register now to secure your spot!
Schneider Electric support forum about installation, configuration, integration and troubleshooting of EcoStruxure Geo SCADA Expert (ClearSCADA, ViewX, WebX).
Search in
Link copied. Please paste this link to share this article on your social media post.
Posted: 2019-11-05 12:42 PM . Last Modified: 2023-05-03 12:36 AM
>>Message imported from previous forum - Category:ClearSCADA Software<<
User: florian, originally posted: 2018-10-24 20:04:18 Id:197
This is a re-posting from the obsoleted (October 2018) "Schneider Electric Telemetry & SCADA" forum.
----------------
**_FatemehMot:_**
**_Hi,_**
**_In my project , I want know which user changed the value of a point )with a query)_**
**_Could you please help me?_**
--------------------
dmercer:
Control actions are normally stored in the event journal. Which contains all of this:
 ah/925kbdd34mxz.jpg "")
This query should get you started:
SELECT Id, RecordTime, Message, User, Category
FROM CDBEventJournal
WHERE "RecordTime" {OPC 'H'} AND Category = 'Action'
Attached file: (editor/ah/925kbdd34mxz.jpg), Capture.JPG File size: 628102
Link copied. Please paste this link to share this article on your social media post.
You’ve reached the end of your document
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.