AutomationDirect
Search
Login | Register
Accounts & Orders
Cart
0
$0.00

Recent Orders

View and Manage | Request Cancellation

Your Account

Account Home

Checkout   $0.00


  • My Orders
  • Product Returns (RMAs)
  • Pay Proforma Invoices
  • Pay Freights
  • Invoices / Invoice Reprint
  • Quotes / Favs / BOMs
  • Packing List Reprint
  • My Product Docs
  • Credit Application
  • Tax Exemption
| Direct Sales in US and Canada | 1-800-633-0405 | About Us | Contact Us | Line Card
Products | Support
| Compare
  
Ordering Tools  
warning Cookies are not enabled on your browser.
Cookies are required for our site. Please enable cookies in your browser preferences to continue.
+
Navigation
+
Shopping Categories
  • Barcode / RFID / Vision
  • Bulk Wire & Cable
  • Cables (Terminated)
  • Circuit Protection / Fuses / Disconnects
  • Communications
  • Drives & Soft Starters
  • Enclosure Thermal Management & Lights
  • Enclosures & Racks
  • Field I/O
  • HMI (Human Machine Interface)
  • Hydraulic Components
  • Motion Control
  • Motor Controls
  • Motors
  • Pneumatic Components
  • Power Products (Electrical)
  • Power Transmission (Mechanical)
  • Process Control & Measurement
  • Programmable Controllers
  • Pushbuttons / Switches / Indicators
  • Relays / Timers
  • Safety
  • Sensors / Encoders
  • Stacklights
  • Structural Frames / Rails
  • Tools & Test Equipment
  • Valves
  • Water (Potable) Components
  • Wiring Solutions
  • Retired Products
+
Learn More
  • Brand Line Card
  • What's New
  • E-newsletter
  • Online PDF Catalog
  • Video Tutorials
  • Company Reviews
  • Learning Library
  • Affordable Training
  • Free Online PLC training
  • Cybersecurity
+
In Depth Product Sites
  • Programmable Logic Controllers
  • Productivity1000 PLCs
  • Productivity2000 PLCs
  • Productivity3000 PLCs
  • ProductivityCODESYS
  • LS Electric XGB Series PLCs
  • ProductivityOpen
  • CLICK PLCs
  • Do-more H2 PLCs or
    Do-more T1H Series
  • Do-more BRX PLCs
  • C-more Touch Panels
  • AC & DC Drives
  • Motion Control Components
  • Servos
  • StrideLinx
  • Pneumatics
+
Product Selectors &
Configuration Utilities
  • PLC Family Selector
  • P1000 PLC Systems
  • P2000 PLC Systems
  • P3000 PLC Systems
  • ProductivityCODESYS
  • CLICK PLC Systems
  • Do-more® BRX PLC Systems
  • LS-Electric® XGB PLC Systems
  • Productivity®Open Systems
  • Datalogic® Safety Light Curtains
  • LS-Electric® Servo Systems
  • Nitra® Pneumatic Grippers
  • Object Detection (Sensors)
  • PAL Controller Configurator
  • Precision Gearbox Selector
  • Protos X® Field I/O
  • Quadritalia® Modular Enclosures
  • Stellar® Soft Starters
  • Stepper System Selector
  • SureFrame T-slot Extrusion
  • SureMotion® XYZ Gantry
  • SureServo2® System Selector
  • SureStep® Linear Actuators
  • Timing Belts & Pulleys
  • Werma® Stacklights
  • ZIPLinks
Filter Results Clear All
You've selected:
> Programmable Controllers > Do-more H2 & T1H PLCs (Micro Modular & Stackable)
  •   Shop  
  •   Overview  
  •   In Depth  
Do-more Home Download Free Software
 
Features
Top 11 Ways You Can Do More with this PLC Serial Communications Ethernet Communications High Speed Modules Hign Speed Inputs Motion Control Remote I/O Free Online Training
Free Software
Simulator Auto-Discover I/O Communications Powerful Math Monitoring & Troubleshooting Memory Management Program Management Project Management Security Download the FREE software
Hardware
H2 CPUs T1H CPUs Bases AC I/O Modules DC I/O Modules AC & DC I/O Modules Analog I/O Modules Specialty Modules Go to ZIPLink Selector Tool
Videos


Do-more H2 (Micro Modular PLC) Videos

View Do-more Designer Videos


Detailed Product
Overview



To learn more: https://www.automationdirect.com/do-more?utm_source=MUbN3uI3Xc4&utm_medium=VideoTeamDescription - (VID-DH-0010)

This video covers how to use CTRIO2 and Do-more processor to dynamically control the position or velocity while the system is running - even if the current move hasn't finished yet!

Online Support Page: https://community.automationdirect.com/s/?utm_source=MUbN3uI3Xc4&utm_medium=VideoTeamDescription

**Please check our website for our most up-to-date product pricing and availability.


Hide Transcript
View Transcript
Dynamic Position is very similar to the Absolute

positioning of the Trapezoid instruction we looked at in a previous video. You tell the carriage what position to go

to and it does. The main difference is this instruction gets

triggered a little differently and you can change your mind mid instruction. That is, you can tell it to go to position

A, and while it is enroute to that position, you can change the destination to position

B and it will abort A and immediately head towards B. Dynamic Position even works if you have already

passed the destination: For example, If we specify a new destination that the carriage

has already passed, back here for example, Dynamic Position will ramp down. Reverse direction and head back and try and

find that new destination via the configuration profile. Exactly what you would expect it to do. Let’s do an example. We’re going to use the same config block

that we used in all of the previous videos – see those for an explanation on that. On the next rung I have the Dynamic Position

Block. I’ve already put it in here to save us some

time, so let’s go take a look at it. All we do is select the module we want to

talk to - of course we only have one in this system. Do we want to zero out the position when we

first call this routine? We do for this example. And we give it the register we want to use

for the target position. These little reminders are telling us that

once this instruction is enabled, you have to set the dot gotoposition bit to start the

move. We’ll see that in just a second. This instruction will clear that bit when

the move begins and once it does, you can go set it again to change the destination. We’ll enable that instruction with X7, and

we’ll suspend it with X6. So just like those notes in the instruction

said … once we enable this instruction, nothing happens. You actually have to set this gotoposition

bit on our device to get things to move. We’ll use the rising edge of X0 to do that

in our example. To help us with this, I’ve added a few more

instructions here. Any time X1 gets set, we are going to change

our destination register to 0. X2 will change it to 100,000. X3 will change it to 200,000. And X4 will change it to 400,000. That way I can very quickly change directions

while this thing is running. So let’s accept all of these changes. Save it to the disk and write it to the PLC. So, let’s see .. D0 is currently set at

200,00. Let me change that. I’ll flip X4 and D0 got changed to 400,000. Perfect. So when we run this example, what’s going

to happen is the position will get cleared out via our config, so the carriage will be

starting from position 0. I’ve already setup the destination register

with 400,000. And I’ve enabled the instruction. To get things moving, all I have to do is

flip X0. Before we do that, let’s come up with a

plan here. We’re going to head towards 400,000. When the carriage starts moving, I’m going

to quickly flip X2 to put 100,000 in our destination register. After I’ve done that, I’m going to flip

X0 again to kick off that new target. So what we should see is the carriage heads

towards 400,000. While it is enroute I’ll change the destination,

set X0 and we should see the carriage ramp down and then ramp back up and head back towards

100. Let’s try it. Here we go.. I’m going to kick it off with X0. Change the destination, kick X0 again, watch

the carriage change its mind and head back. I’m going to change the destination to zero. Kick that off, and try it again. Change our destination to 400,000. Kick it off. Change it. And back it goes. So again, with the Dynamic position command

you can change the position at any time, even while the carriage is moving. The Dynamic Velocity command allows you to

ramp to a specified frequency AND it allows you to change that frequency at any time dynamically. The good news is you don’t need to toggle

a bit with this one though. All you have to do is change the frequency

and it will follow. We’ll, That’s all there is to implementing

motion using the DYNP and DYNV instructions. Be sure to check out the other videos in this

series for more on using motion. And as always, please send us any comments

you may have, we appreciate the feedback. Spend Less. Do-more. From AutomationDirect.


Playlist Not Found Could not find playlist PLPdypWXY_ROoEcDCcD10Qdb3S9tOmfEn5

Playlist Not Found Could not find playlist PLPdypWXY_ROoJx-HnK9gj2Z5a-i7th-UK

Playlist Not Found Could not find playlist PLPdypWXY_ROqvbaYVBWc3kH-pP01fI4-E

Playlist Not Found Could not find playlist PLPdypWXY_ROr5OPw3e0o8rLC0JQijmCNY

Playlist Not Found Could not find playlist PLPdypWXY_ROrtSkGYNq8Xc52QWTCWf2Ci

Playlist Not Found Could not find playlist PLPdypWXY_ROrRJ5YuFYxs3mSXr9250AN7

Playlist Not Found Could not find playlist PLPdypWXY_ROqJO86ikigKmjnSkbguBKBw

Playlist Not Found Could not find playlist PLPdypWXY_ROqWWy8OnWGt3YD4Dald6uf-

Playlist Not Found Could not find playlist PLPdypWXY_ROrmjIdXLaeovoTLZP65hdac

Playlist Not Found Could not find playlist PLPdypWXY_ROoqTZihvX8c8UUj5GzVCuKH

Playlist Not Found Could not find playlist PLPdypWXY_ROr0ZfCV-fAgau5yDemA19CV

BRX Do-more PLCs - Motion Control & High Speed Inputs
  • Video
    BRX Do-more CTRIO2 Motion Demo Hardware from AutomationDirect
  • Video
    BRX Do-more CTRIO2 Motion Config & JOG from AutomationDirect
  • Video
    BRX Do-more CTRIO2 Motion Dynamic Motion from AutomationDirect
  • Video
    BRX Do-more CTRIO2 Motion Using Limits from AutomationDirect
  • Video
    BRX Do-more CTRIO2 Motion Trapezoid Moves from AutomationDirect
  • Video
    BRX Do-more CTRIO2 Motion Using Encoders from AutomationDirect
BRX Do-more PLCs - Hardware
  • Video
    How To Sense Temperature with a Do-more PLC from AutomationDirect
  • Video
    How To Detect Objects with an AutomationDirect Do-more PLC
  • Video
    AC Motor On/Off with Do-more PLC Part 1 from AutomationDirect
  • Video
    AC Motor On/Off with Do-more PLC Part 2 from AutomationDirect
  • Video
    How to Sense Distance with an AutomationDirect Do-more PLC
Contact, Connect & More
Sign Up
to receive:
FREE e-Newsletter
sign up today!
Connect With Us
Social Media Channels:
linkedin    facebook    x    instagram    youtube
Company Information
About Us
Brand Line Card
System Integrator Program
International Sales
Panel Builder Program
Site Help
Company Reviews
Download Price List
Contact Us
Contact Options
1-800-633-0405
Monday - Friday
9 a.m. - 6 p.m. ET
excluding holidays
Career Opportunities
Voted #1 mid-sized employer in Atlanta
We're a great place to work!
Check out our job openings

Need Training?
Affordable Training by Interconnecting Automation
Free Online PLC Training
FREE Video Tutorials
Information & News
What's New / In The News
FREE e-Newsletter
Automation Notebook
Product Literature
White Papers
News, Product and Training Bulletins
E-Books
Shop with confidence
Checked   Safe & Secure
payment methods


We accept VISA, MasterCard, Discover, American Express, PayPal or company purchase orders.
AutomationDirect

BBB Accredited

Voted #1 mid-sized employer in Atlanta
Check out our job openings

Copyright © 1999-2025 AutomationDirect.  ALL RIGHTS RESERVED.
Site Map     Send Us your Feedback     Unsubscribe     Email Preferences     Legal & Business Policies     YouTube Terms of Service
Clear login credentials



Back to Top


spinner Updating...
Info