Studio queued MAM

jonfarrugia

Member
Join Date
Mar 2008
Location
London
Posts
130
I have an array of positions along with velocities. I'd like to index through them using a single MAM instruction and have them queued. Meaning, start motion using index 0, while motion is in progress queue index 1...I want them to goto each index position and continue on without stopping to the next one.
I believe it has to do with the merge command. I've read the instruction help but it doesn't make to much sense to me.
Any idea how I would queued motion moves in Studio?
 
I have an array of positions along with velocities. I'd like to index through them using a single MAM instruction and have them queued. Meaning, start motion using index 0, while motion is in progress queue index 1...I want them to goto each index position and continue on without stopping to the next one.
I believe it has to do with the merge command. I've read the instruction help but it doesn't make to much sense to me.
Any idea how I would queued motion moves in Studio?

More information needed to assist

Please provide a rough Speed vs time chart
What version of RS5000 are you using?


Usually MAM is to move from point A to point B usually stopping at point B

a MAM using the Merge functionality is usually used to finish existing motion at a known location.

If you want a to move from one position(P) velocity (V) to another PV then immediately move to another P V then you should be using the time CAM function (MATC)
P.S. the CAM table that you generate also allows you to control acceleration
 
What is needed is a position, velocity at time T command.
Delta Tau has a PVT command that allow one to specify the position and velocity at time in the future. We have a PVAT or advanced time move that allows one to do the same except we added an acceleration parameter.
Use the cam table if a PVT or PVAT command is not available.
 
I was just looking to blend moves together. Looks like the best way of doing this is to create a single axis coordinated axis. Use the MCLM command and que up motions commands. Its easily done with the two MCLM commands. haven't tested it yet but I've seen examples of the code. I'll post again once I get it up and running in the real world.
 

Similar Topics

Hi guys , I'm new with Allen Bradley, but I have experience with Tia portal (s7 1200 ,s7 1500) I want to convert my project from Tia portal to...
Replies
1
Views
56
Hi everyone, I have an issue with installation of Studio 5000 33.00.02 DVD Media disc 2 with View Designer on Windows 11. After installation...
Replies
0
Views
68
Hi all. My maintenance department is clamoring for the ability to look at the PLC programs (and we finally have some who can read it.) I have a...
Replies
10
Views
387
Anyone have problems/solutions with Rehosting Studio 5000 to a new computer. Our IT department successfully Rehosted 2 laptops, but the other 2...
Replies
1
Views
118
Hi, I'm quite new to Rockwell PLC and currently trying to implement the following if Sw1 then for i:=1 to 20 by 1 do xEnable := 1...
Replies
4
Views
140
Back
Top Bottom