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

Hello! If someone can help me with the following problem. I can't change the phone number. Do I really need the interface (AL-232CAB - Programming...
Replies
0
Views
46
how to communicate FactoryTalk Optix and Mitsubishi Q Series. I want to know the details of that
Replies
0
Views
41
I'm at a new job as the sole control engineer and trying to piece together where my predecessor left off. One machine I'm trying to get online...
Replies
2
Views
105
I'm looking to get some spare keys for this PLC. Does anyone know a source or have a part number? My searches are turning up nothing at the moment.
Replies
1
Views
77
Back
Top Bottom