how to fetch data from SIEMENS S7-300 PLC using DOTNET(C#)?

shrek

Member
Join Date
Mar 2010
Location
shanghai
Posts
5
Could someone tell me how many approachs can be used to fetch data from SIEMENS S7-300 PLC using DOTNET(C#)?

thanks a lot.
 
Can I fetch the data from siemens s7-300 plcs(linked in profibus) using kepware opc server?
And any advice will be appreciated.
thanks.
 
I dont think Kepware has an OPC server for Profibus to an S7 PLC. They have for MPI (via PC adapter) and for ethernet TCP/IP.

Look at this site for help on how to program an OPC client in C#:
http://www.opcconnect.com/dotnet.php#clients

This site has a direct driver .net component for MPI and Ethernet TCP/IP:
http://www.indi-an.de/index.php?option=com_content&view=article&id=65&catid=2&Itemid=69

Deltalogic has a series of direct drivers, also for Profibus via a Siemens CP:
http://www.deltalogic.de/content/view/21/38/lang,en/
 
Yes, Libnodave supports MPI via the PC adapter and TCP/IP.
I think it maybe also supports Profibus via the PC adapter.
It supports Profibus if the hardware supports it:
- Via serial PC adapter.
- Via Profibus - Ethernet gateways like IBH-Link, NetLink-PRO etc.
- Via PC side Profibus CPs if Siemens drivers are installed and s7online protocol is chosen (I do not recommend this. It is not very mature).
 
Inquiry about direct driver library(dotnet) for siemens S5-316.

hi,
Could someone propose me a dotnet(C#) library(direct driver) which can communicate with siemens S5-316(memory mapping,read and write data from/to S5 PLC in Ethernet)?

thanks a lot.
 

Similar Topics

hi.... I have a dual redundancy control logix plc on controlnet. There is also a panelview 1500 on the same network. I want to fetch the panelview...
Replies
1
Views
2,956
I 'm newcomer in PLCs. I want to fetch live data from a s7-300 PLC in a windows based PC. Please suggest me what is the least cost way of doing...
Replies
2
Views
2,315
I 'm newcomer in PLCs. I want to fetch live data from a s7-300 PLC in a windows based PC. Please suggest me what is the least cost way of doing...
Replies
0
Views
2,598
Hi, I want to communicate with S7 over TCP/IP from PC using standard Ethernet card. I could read and write S7 Memory locations using Libnodave...
Replies
2
Views
5,854
Hello All, is there any way to fetch remote controllers Mode Run/Remote Prog/Faulted etc. ( AB L8 Series) using CIP message, if yes please share...
Replies
5
Views
821
Back
Top Bottom