Vb.net 2015 and opc

achille

Member
Join Date
Mar 2012
Location
CASABLANCA
Posts
9
Hello everybody

i must develop an application with vb.net wich will communicate with opc server ( rslinx or kepserver ) have anyone already try it or have the code for that

thanks
 
So here are a couple options:

1) Use an OPC server which can be complicated to program and will cost for every run time. You can see an example of what it takes to read a value here in this thread:

http://www.plctalk.net/qanda/showthread.php?t=97862

2) You can use AdvancedHMI, which is a Visual Studio solution, that has a native driver for the ML1100, only requires one line of code to read a value, is much faster, and does not require a run time license nor a development license. Here is a quick example of how to read a value in code:

Dim value as string=EthernetIPforSLCMicroCom1.Read("N11:0")

Depending on what your objective is, you can build complete HMI's without writing any code. The fully functional base package is completely free.
 
HI archie


thanks a lot,i downloaded advancedhmi and its working perfectly with the driver Ethernetipforslcmicrocom1.

have you any idea about communication using schnedeir modicon m340 plc ??
 

Similar Topics

Hi I'm trying to talk to a SCADAPAck 334E via modnet (citect). The channel does show as online in the main kernel window but in the unit kernel...
Replies
1
Views
2,502
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
121
Hi, I am looking to migrate some of our Electronic Overloads off of a Troublesome Devicenet Segment. Is there any documentation confirming the...
Replies
5
Views
97
Hoping someone can give me some guidance or confirmation of what I need to do. We have a FactoryTalk SE program that I need to change the IP...
Replies
2
Views
82
Can we use a Simotion D455 ethernet port x127 as a gate, to access S7-1500 plc Tia Portal program ? In the Simatic manager, we used Netpro to do...
Replies
2
Views
87
Back
Top Bottom