Mitsubishi PLSR Command

demmons

Member
Join Date
Jan 2009
Location
PA
Posts
87
I have a Mitsubishi FX1n processor and am using the PLSR (Pulse Ramp) function to control a stepper motor. I would like to control the accel independently of the decel. Can I move a different ramp value into the PLSR command after the motor has accelerated to full speed to allow the deceleration to be a different value?


thanks
 
actually, you can control the following using plsr:

1. frequency
2. number of pulses
3. ramp up time

when you wish to give a pulse more than 20000, then your command should be like this :

ex.

======================================
LD X0
PLSR K500 D0 D1 Y0
======================================
OR USING DPLSR :

======================================
LD X1
DPLSR K20000 K50000 D6 Y1
======================================

regarding of the ramp value, i think you cannot change the ramp up time from ramp down time. because they have the same reference (S3). and there is no completion flag for the PLSR halfway. completion flag (M8029) is on when pulse ramp completed its execution from ramp up to ramp down.


but first, before executing this command, be sure that your FX1n PLC is transistorized type.

hope it can help.
 
Last edited:

Similar Topics

I'm been deciphering a program for a press here. I've gotten most of it deciphered using the manual to understand the instructions (first mitsu...
Replies
11
Views
87
hi all i am new here i have a mitsubishi smart touch hmi i.e ms-60t-pe but i cannot find a software to edit and download a program in it any help...
Replies
3
Views
100
I have Toyopuc PLC PC10G-CPU and some communication modules of it. With this modules I'm able to connect with Ethernet, Ethernet/IP, FLnet, FRMT...
Replies
0
Views
58
In this sample programming, what does U4 mean? Any assistance would be greatly appreciated.
Replies
8
Views
176
Hi, I have a project with a R04CPU, RD77GF16 and a RJ71PN92 modules. The cell is given to me to change the program since the previous integrator...
Replies
2
Views
93
Back
Top Bottom