felixgmca

Ethernet Communicate with Q03UDVCPU PLC by MX Component using VB.NET

7 posts in this topic

Hello guys,

I want some solution for my Mitsubishi Application.

I have Visual Studio 2017 (VB.NET) and MX Component 4.

I want to connect Q03UDVCPU (Q series PLC) through Ethernet connection.

For Read (M0 Flag value and <if M0 is On> then read Barcode information also from PLC.) and write (M1, M10).

How can create this transmission program. please kindly guide me.

Thanking you.

Edited by felixgmca

Share this post


Link to post
Share on other sites

Please give it a try first, then post any issues you face. We can help you with problems, but cannot "create" the code for you...

1 person likes this

Share this post


Link to post
Share on other sites
4 hours ago, felixgmca said:

Hello guys,

I want some solution for my Mitsubishi Application.

I have Visual Studio 2017 (VB.NET) and MX Component 4.

I want to connect Q03UDVCPU (Q series PLC) through Ethernet connection.

For Read (M0 Flag value and <if M0 is On> then read Barcode information also from PLC.) and write (M1, M10).

How can create this transmission program. please kindly guide me.

Thanking you.

Go to C:\MELSEC\Act\Samples there are VB.Net example that you can modify it.

1 person likes this

Share this post


Link to post
Share on other sites

I used the following source as sample. Thanks for good starting solution.
C:\MELSEC\Act\Samples\Vb.NET\SampleDot 

And I need your valuable suggestion for  Q03UDVCPU (Q series PLC)   simulator.

Could you please give any opinion?

Share this post


Link to post
Share on other sites
11 minutes ago, felixgmca said:

I used the following source as sample. Thanks for good starting solution.
C:\MELSEC\Act\Samples\Vb.NET\SampleDot 

And I need your valuable suggestion for  Q03UDVCPU (Q series PLC)   simulator.

Could you please give any opinion?

Please follow this instructions.

1. Install GX Works 2 that include GX Simulator 2.

2. Go to folder C:\MELSEC\Act\Utl and run ActComm.exe.

3. Create logical station number by wizard and use GX Simulator 2.

4. Create some project in GX Works2 with Q03UDV and run simulator. 

5. Change station number in your VB.Net program to which use GX Simulator 2. 

6. Run software if setup correctly program would connect with GX Simulator 2.

7. After finish your project create logical station number by wizard and use Ethernet Board -> CPU Module then input PLC IP Address.

1 person likes this

Share this post


Link to post
Share on other sites

Thanks a lot. 

Process working successfully with simulator.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now