lucifersaki

Q04UDE+MC Protocol

6 posts in this topic

Hello, i want to read value X1,X2,Y1,Y2 from PLC Q04UDE by MC protocol. now  i can connect to plc but i can't read value. Plase help me . How can i do?

Capture.PNG

Edited by lucifersaki

Share this post


Link to post
Share on other sites

Can you post your GX settings as well for ethernet and the port ?

Also do you get an error in your ethernet diagnostics from the Q04UDE?

 

Share this post


Link to post
Share on other sites
23 minutes ago, Gambit said:

Can you post your GX settings as well for ethernet and the port ?

Also do you get an error in your ethernet diagnostics from the Q04UDE?

 

Yes error code 0057 in ethernet diagnostics.

i send 01040000640000A80300 HEX to plc.

Capture2.PNG

Capture3.PNG

Capture3.PNG

Capture4.PNG

Edited by lucifersaki

Share this post


Link to post
Share on other sites

Looks like you're almost there:

The number of points for a command specified by a connected device exceeds the maximum number of processing points (number of processes that can be executed per communication) for each process.

Addresses from the start address (start device number and start step number) to the specified number of points exceed the largest addresses (device number and step number) for each process.

Can you reduce the number of device points. Change H800(2048) end of you're command

 

Share this post


Link to post
Share on other sites

Did the Error on ethernet change ?

So this is what you want to do right :
0104 0000 640000 A8 0300

Reads word devices in units of one point.
start adres 100
Device =  D
3 points

 

your screen capture has this...???

0104 0100 640000 90 0800

Reads bit devices in units of one point.
start adres 100
Device =  M 
8 points

 

 

Edited by Gambit

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