Servo motion for pulse/direction in Mitsubishi FX3 vs FX5

ariah

Member
Join Date
Apr 2022
Location
West Michigan
Posts
1
I’m fairly new to PLC programming. This is our first machine that uses an FX5 PLC rather than an FX3, and therefore GX Works3 instead of GX Works2. I LOVE the much better programming environment, but I’m having some difficulty setting up servo motion properly.

The servos are set up for pulse and direction signals. In GX Works2, I’d do something like this:

servo-direction-fx3.png

In GX Work3, there isn’t an output for direction in the function block, it’s something that presumably is supposed to be configured. But that isn’t working. Both positive and negative values cause the servo to move in the same direction. So I'm doing this. It's awful, I know.

servo-direction-example2.png

This is how I have the servos set up in High Speed IO.

highspeedio.png

Could anyone offer advice as to what I'm doing wrong?
 
Never done the FX5 but according to the manual you can use the DPLSV it is a compatible mode (FX3 for FX5) however, D1 is shown as an input in FX5 this is assuming you are using the CPU module motion.
It seems a bit confusing as rather than an output for both the speed is an input If you have the documentation E-manual loaded, highlight the DPLSV function (yes it is in the FX5) & there are two references to it one for FX3 compatible mode & one for FX5 see pic.

Compatible mode.png
 

Similar Topics

I have programmed servos from a handful of variety of manufacturers and series. Each time I used a PLC without motion functions. I have not worked...
Replies
9
Views
728
I plan to use a profile sensor or something like that measure the distances between the gantry’s Z height and the Z height of the conveyor...
Replies
19
Views
10,710
Hello everyone, So on Monday morning I'm expecting to have a box of random parts dumped in front of me. I'll create another thread with more...
Replies
1
Views
1,978
I'm having trouble trying to get my servo to actually spin. I can't get it to spin even with the jog axis tool. Here is a screenshot showing what...
Replies
12
Views
4,288
I am trying to couple a servo axis to a non-motion signal, and am currently stuck in a Try->Fail loop. :D The axis needs to follow the laser...
Replies
7
Views
2,018
Back
Top Bottom