fetching data from HMI

Join Date
Feb 2011
Location
karachi
Posts
4
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 possible, if yes please help me how.
 
opc

Do you need the data realtime ?
If that's the case, then I think you should go for OPC.

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 possible, if yes please help me how.
 
Ok I've never used Siemens HMI's before so I'm not much help to you. If it was Proface they have software to extract data from the PLC but with Siemens I'm not too sure.
 
Not realtime

If you do not need it realtime, then you could write a script that is called on tag change event. You make a tag connected to a PLC variable that changes every x time. The tag has to be polled continuesly. In the script you can take the needed tags and write them to windows text files or csv files. Check this forum for more information.


yes it is siemens HMI
 

Similar Topics

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...
Replies
2
Views
2,530
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,030
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,735
So i've been at this for a long while, i have Citect Scada 2018, i have full access to everything but i can't seem to find any option or...
Replies
0
Views
27
Hello I have a s7-1200 and I would like to read the tags present in this controller with my controllogix controller. The two controllers don't use...
Replies
5
Views
147
Back
Top Bottom