Omron Smartstep

karlag

Member
Join Date
Mar 2006
Location
Canada
Posts
81
Hi evrebody, I am playing with Omron Smartstep R7D-Ap04 and 400w motor with max 3000r/min without dc brake. From PLC -instruction is-outputs a specified number of pulses at a set frequency-pulses train applied on the pin +CW. P200 set at cw,posit.log. Motor turns and perfectly responses when frequency changing. Electronic Gear setting is G1=4 G2=1 Encoder -1 rotation=2,000pulses .
Evrething looks nice when the motor turns at the low speed.
At the hi freq.(speed) motor shaft evretime stops at the different positions. What is wrong?
p.s. There is no load on the motor shaft.
Thank you!
 
are you doing increment move or absolute move, if you doing increment move then you have to know how many pulse it takes for full turn.
 
Have there some drive and if, what is max rpm setting, it could be 1500 and cant't rotate more? Consequence: pulse count error.
 
smartstep

to Sergei Troizky :
I can choose between Mitsub.Omron and Al-brad. bur I would prefer stay with Mitsub. Mits.FX1N- instruction PLSY (DPLSY actually).Today I gonna try PLSR instr.
Thank you!

to Karan01: It is the increment move .Encoder-bultin hase 2000 pulses/r.
Thank you!

to seppoalanen: The motor takes max 3000r/min=100KHz.
Thank you!
 
Well, it looks that either:
- The movement is truncated by preliminary removal of the rung conditions.
Unlike AB and OMRON, in Mitsubishi the high-speed output instruction
is being executed only when the rung conditions are true.
or
- The frequency of PLSY is being changed during motion and goes out of valid range. It cannot be below 10Hz.
 
ok...this is the rung...I wrote it just for testing:

  

-----------dplsy(d10 d20 y0)
----------END


D10-SET FREQ
D20-# OF PULSES

THAT IS IT...
tHANKS!
 
Is it entire test program, or something else controls M10?
If this is entire program and M10 stays On long enough, the stepper must stop in the same position.
Ensure that the top DIP-switch on the drive is in PARAMETER position.
 
WELL, M10-JUST TO START SYSTEM(SET FROM MITSYB. HMI AS WELL AS D10 AND D20)

Right now it looks like

---|m10|----DPLSY[K10000 K2000 Y0]

Motor stops according # of pulses (d20) 2000 pulses=1 rotation.
Could it happens couse shaft is not loaded and hase some inertia?
Thank you!
 
No, it has nothing with load or inertia.
If the drive is not in error, it must maintain the set position.
And once again, M10 is NOT for START, it must be On during entire motion.
Are you using sinking or sourcing signal for steps?
Did you change an other numeric settings except G1/G2?
 
M10 always On during feeding pulses. I am using positiv logic(sink)
I did not change any other parametrs..
Thak you again :))))))))))))
 
it is simply:


PLC SIDE _________________________________DIVER SIDE
y0-----------|R= 3.3K|----------------------+CCW

V0----- +24v _________________-24V--------- -CCW
 
Last edited:

Similar Topics

Hi there, I have build an application in which a smartstep servomotor is embedded on a rotating unit. The signals and power pass through a slip...
Replies
1
Views
2,533
Good morning everyone I’m currently working on a omron device net and have a nord drive that fell off the network. I have limit knowledge in...
Replies
2
Views
95
I've come across a system running omeron cx-programmer version 9.42. Am I going to need to find a legacy version of the software to edit and...
Replies
1
Views
84
Has anyone done SMS messaging from an Omron CJ2J-CPU31 PLC? If so could you help please. Omron here in Oz have not had any experience doing this...
Replies
5
Views
214
I have an old plc in the system I have, moxa nport was used to communicate with scada, I want to replace the plc with cj2m cpu33 and eliminate...
Replies
1
Views
86
Back
Top Bottom