Fetching realtime data from Wonderware InTouch9.5 to csv file using python

abuarwa

Member
Join Date
Sep 2019
Location
Egypt
Posts
1
Hi;
In my O/G facility we are using Wonderware Intouch ver 9.5 for SCADA. We need to automate the process of exporting realtime process values for some equipment every hour to a CSV file.
I have a wide and extensive experience in programming using python and C/C++. But I don't know which Intouch tool might the my code link with to get the required data. Would you please help me?
And if there is a built-in solution which may achieve the required automated process; I will be thankful if you guide me to it.
Regards;
 
You can get the tag values from Intouch using the DDE interface, the easiest way to try this out is using Excel as DDE client.

The Python extension for Windows PyWin32 contain a DDE module, with this you should be able to get access to Intouch tag values from a Python script running in the background.
 

Similar Topics

Hi, our company has just switched from older Modicon PLCs to S7 (5x317/2x317F) connected over ProfiNET. We use InTouch 9 for the visualisation...
Replies
4
Views
3,029
A S7-300 PLC is connected to an HMI and live data is being displayed on HMI. I want to fetch this data from HMI into a windows based PC. Is it...
Replies
6
Views
2,437
I know this forum is for PLCs but maybe someone also does iFIX. When a chart configuration window is opened there is a checkbox called Fetch...
Replies
2
Views
1,734
Hello everyone, I'm relatively new to PLCs and currently engaged in an R&D project involving multiple sensors for measuring torque, RPM, and...
Replies
3
Views
162
Hi I want to know Whether Mitsubishi Q02UCPU have Real time clock inbuilt. if so how to access those time and date values. I tried "Set clock"...
Replies
0
Views
1,366
Back
Top Bottom