Plc intercting with Vb.net 2008

jrjames

Member
Join Date
Apr 2003
Location
Malta
Posts
8
I have a plc siemens S7 300 and I would like to interact with Vb.net 2008 software. I am programming a software to control the plc output. Could some one please help me on matter? How can I configure them together.
 
I got an application thats similar except its VB6 on a PC communicating to a SLC 5/04. It does this using a program called Parijat 'ABDF1' (instead of using RSLinx Enterprise). Within the VB app you set up your block transfer and turn on inputs on the PLC side, then link the input to the output you want and bingo. Google Parijat, they got software for all brands.
 
There are many solutions assuming your S7 plc has a network card you could use an open source project like the one Archie described there is also an other alternative called Libnodave.

You can also use socket communication, use Siemens native Fetch/Write protocol or buy a component like Prodave from Siemens or Aglink. If you should talk to many plc's or plc's from diffrent vendors buying an OPC server and implement a OPC Client in VB might be a good alternative.
 

Similar Topics

I have got an Rockwell PLC 1769-L36ERMS . I have assigned a IP address to it . But every-time I Reboot the PLC it looses Communication to my PC...
Replies
0
Views
3
Hi, I am trying to set up a plc. I've never done any programming with ladder logic previously. I'm trying to set up a a program to turn a device...
Replies
6
Views
117
Hello, I have a question about an encoder that has absolute measurement. Specifically, it's the Lika SMA5, which I would like to connect...
Replies
2
Views
53
Hello, I have a question about an encoder that has absolute measurement. Specifically, it's the Lika SMA5, which I would like to connect...
Replies
0
Views
30
I'm trying to integrate a Beckhoff IPC with a Controllogix PLC. There is some documentation, on the Beckhoff website, on how to do a PLC-PLC comms...
Replies
0
Views
65
Back
Top Bottom