christophertedjo

ERROR 2110 and 2112

8 posts in this topic

what is this error and how to correct it?

happened with Q02HCPU connected with QD75D4 motion controller

Share this post


Link to post
Share on other sites

Where are you seeing this alarm?

GX Works or MR Configurator?

Can you screenshot the alarm?

Share this post


Link to post
Share on other sites
On 11/11/2016 at 11:17 PM, AlexMota said:

Where are you seeing this alarm?

GX Works or MR Configurator?

Can you screenshot the alarm?

my problem at GXworks2

hereby i have attached my screenshot about the error. and my program.

i want to move the servo into positioning data no.1

when i force on X100, the error flicker in Q02HCPU and QD75D4

programm.PNG

2112.PNG

Share this post


Link to post
Share on other sites

For the second one, you don't write to the SM bits, the system should be doing that.

For the first one, are you sure the register D30 is the right one for the command?  You are moving the number to D32, not D30.

It's been years since I worked with this command, so I don't recall if that address the target or a start for a range of control words.

Share this post


Link to post
Share on other sites
Hello,
About your system motion.
You need make sure that the servo motor wiring is ok.
Have you jogged the servo motor by MR configurator. Was the servo motor move well ?
 
About the ladder.
 

Make sure that you don't use D30 and D31 in another part of logic. You are using D30,D31 and D32 as DATA SETING in the instruction.
Are sure that the QD75D module was mounted in slot 2 ?
The U operand must be filled with I/O number header.
Please, check the I/O assigment for the slot of QD75D_.
 
If you are feel confidence about buffer memory of QD75D_ module, you can use TO and FROM instruction instead ZP. instruction.

Share this post


Link to post
Share on other sites
10 hours ago, AlexMota said:
Hello,
About your system motion.
You need make sure that the servo motor wiring is ok.
Have you jogged the servo motor by MR configurator. Was the servo motor move well ?
 
About the ladder.
 

Make sure that you don't use D30 and D31 in another part of logic. You are using D30,D31 and D32 as DATA SETING in the instruction.
Are sure that the QD75D module was mounted in slot 2 ?
The U operand must be filled with I/O number header.
Please, check the I/O assigment for the slot of QD75D_.
 
If you are feel confidence about buffer memory of QD75D_ module, you can use TO and FROM instruction instead ZP. instruction.

ya i have jogged with mr configurator and no problem.

 

i am no longer using zp.pstrt1, now im using the MOV command. and it works well so far

Share this post


Link to post
Share on other sites

There are many ways to move a servo motor

ZP.PSTRT is a dedicated instruction for this.

Another way is using TO/FRO instructions or even MOV instruction.

The important thing is undestand buffer memory very  well to configure the parameters and use positioning data.

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