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,510
Hello guys i'm working with an s7 1200 plc with an ET 200S expansion module. The problem is that i can't find the plc when searching in the...
Replies
0
Views
38
Good morning everyone I’m currently working on a omron device net and have a nord drive that fell off the network. I have limit knowledge in...
Replies
0
Views
29
Hi. We've been asked to do an upgrade on plant, consisting on a PLC upgrade. This involves replacing a 1747-SDN module to a 1769-SDN, in a network...
Replies
0
Views
61
Anyone have a idea of what would cause a failure of all nodes (buckets) of an AB Device Net MCC upon a power cycle of the main feeder for that MCC?
Replies
13
Views
335
Back
Top Bottom