Mitsubishi PLC Ethernet with VB.net

jackseow

Member
Join Date
Jun 2006
Location
penang
Posts
2
Hi,
How do I pool PLC's data memory with vb.net via Ethernet?
I have an Aseries PLC with A1SJ71E71N ethernet module. I am trying to develop something with VB.net to pool PLC's data memory.

So far,I have the Ethernet module's manual, and it has settings in ladder diagram for connection purpose only.

What do i need to do with vb.net to pool the data from the PLC?

Thanks !
 
Maybe Look at this !!

I'm not sure about Mitsubishi, but I'm using a sweet package for the AB PLC. Using Visual Studio 2005 express, (free) with the Ingear ABlink software, I've made a nice data logging program for monitoring and storing data over the company network.
The site is http://www.ingearnet.com. Maybe they plan to add support for the Mitsubishi, I hope.

Good luck,
Terry
 
well you could write your own OPC Server in VB or you could buy one... And then only write a opc client to connect to the server and read / write values...


Here is an example (beijer) of how to do a OPC Client (but its made in VB6 (sorry)) but if you google OPC client + VB.Net you may get some answers...

http://www.beijer.se/web/BExFilePileAUT.nsf/0/37A57E4757D6B8A3C125728E005AB46B/$FILE/VBOPCClientSample.zip

Kepware also have a nice download(to the .Net platform), KEPServerEX OPC Server (Super Server Pack).

"The Server Super Pack (SSP) contains the latest version of KEPServerEX, all of our currently available OPC Drivers, the full featured OPC Quick Client, Comprehensive Visual Basic examples, and more all in a single download."

http://www.kepware.com

Go to Download and create a account and then you will find it...

//Regards
 
Thanks for the reply everyone, finally I bought Mitsubishi MX Component for USD$500.
Just add mitsubishi component reference into the VB program, follow the example and the rest is as easy as A B C.

Best regards,
Jackseow
 

Similar Topics

Looking for Socket TCP/IP communications program examples for Mitsubishi PLC iQ-R R04CPU using GX Works3, to compliment the Mitsubishi Ethernet...
Replies
1
Views
6,382
I am going to be using a Mitsubishi Q06UDEHCPU to talk to several Q02H CPUs all over ethernet. I have used the jp.read and jp.write commands with...
Replies
0
Views
1,721
I need to network two plc's using QJ71E71-100.please help me on hardware and programming samples.,thankz guys.
Replies
13
Views
3,231
Hi All, I'm using the Q series PLC (Q03UDE). But i'm not sure what are the configuration for the Ethernet in the GX Developer. Can anyone help?
Replies
14
Views
7,803
I have a lab set up to attempt reading from a Mitsubishi PLC A3A with a AJ71E71N-T Ethernet Module. I am using Rockwell's RSLinx OPC server. I...
Replies
1
Views
4,567
Back
Top Bottom