Jump to content

Soft motion will not listen to stop command


rscott9399

Recommended Posts

So i am controlling a Kollmorgen Drive with soft motion from a C-Rio 9045

 

It runs fine 99% of them time. 

On occasion i use the STOP immediate command to stop the drive

It simply ignores the command.

 

I have an indicator tied to the drive velocity and it shows zero

However the drive continues to move and it will not stop. 

I am at a loss. We have verified the command and tried it in several places in the program. 

After the initial troubleshooting i am thinking this is a comm related problem. 

As if its busy doing something else. 

Does anyone know of any other functions we can use to monitor the comms outbound?

I have been trying to locate a function that will tell us if the drive is busy.  

 

 

Link to comment

Not familiar with your setup, but was thinking that STOP immediate (NI term) could be a fast stop (drive term). Fast stop, with the hardware I've worked with, is usually a physical digital input on the drive that has to be configured to perform a fast stop through a drive setting.

Link to comment

It has been a while since I've used SoftMotion, but I recall running into similar issues.  The way to mitigate this is to create a stop move, much like a straight line move or contour move except its purpose is to stop.  You then start the stop move and the motor should stop with whatever settings you have created your stop move with.  It doesn't seem very intuitive, but if I'm remembering correctly it worked pretty perfectly.  It always seemed like stopping a straight line or any other move didn't stop the motor because it was telling it to stop the move after it was already finished.  This sort of thing was exhibited in the contour move where if you load up 1000 points, it would still go through all 1000 after stopping the contour move, but using the stop move would stop it immediately.

Link to comment
1 hour ago, RMowatt said:

It has been a while since I've used SoftMotion, but I recall running into similar issues.  The way to mitigate this is to create a stop move, much like a straight line move or contour move except its purpose is to stop.  You then start the stop move and the motor should stop with whatever settings you have created your stop move with.  It doesn't seem very intuitive, but if I'm remembering correctly it worked pretty perfectly.  It always seemed like stopping a straight line or any other move didn't stop the motor because it was telling it to stop the move after it was already finished.  This sort of thing was exhibited in the contour move where if you load up 1000 points, it would still go through all 1000 after stopping the contour move, but using the stop move would stop it immediately.

I dont fully understand what you mean. 

I have thought about your suggestion previously, but even if you made a VI called "stop move" or whatever, inside of it, you would need to place the stop immediate soft motion command. 

 

If it doesnt respond alone why would it respond in a subVI.

 

Or are you suggesting to making a sub VI with a strait line move in it with its velocity = zero?

 

Thanks in advance 

Link to comment

When I was referring to a "Stop Move" I was referring to a SoftMotion move option.  Just like a Straight-Line Move or Contour Move or Arc Move, the Stop Move can be created and have methods/properties called via invoke/property nodes.

https://forums.ni.com/t5/NI-Labs-Toolkits/LabVIEW-NI-SoftMotion-Module-2009-SP1-Property-Invoke-Nodes/ta-p/3494129?profile.language=en

""Create—Use the Create polymorphic VI to create a reference to specific NI SoftMotion interface objects. You can select from the following options:

  • Straight-Line Move
  • Arc Move
  • Contour Move
  • Find Reference Move
  • Position Capture
  • Position Compare
  • Stop Move
  • Gearing
  • Camming
  • Time Sampled Read - See Known Issues""

Creating a stop move, and then using the invoke node to start the stop move tells the motor to stop moving.

Sharing some of your code may help shed some light on what exactly you're doing, because there are a few different interfaces to SoftMotion, ie express vis, property nodes, or the subVIs they ship with.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.