06-18-2015 01:31 PM
Hi
I hope i post this topic in the good section, if not please tell me where is the best place to post it 🙂
Here is the hardware we are using:
- PXI-1033 updated firmware
- PXI-7330 updated firmware
- Stepper motor
- Driver Danaher motion No P70360 (updated firmware) adapted to the stepper
Here is the software we are using:
- NI Motion Assistant (updated)
- Labview 2014
Here is the problem:
We are running test but the motor position change by one every 16,4 seconds. We performed tons of velocity/acceleration/jerk tests and so on but nothing change the position drift.
We then try a 0 velocity test but every 16,4 seconds, the motor perform a new step. Idea? Suggestions?
The problem happens with Ni Motion AND LabView 😞
Ty for your help!
LaDyf
06-19-2015 03:24 PM
Hi Ladyf,
Does the motor physically move every 16.4 seconds or does it just 'appear' to move in the software? Are the moves additive? For example, after 32.8 seconds does the stepper motor move 2 steps?
06-19-2015 04:26 PM
Hi,
Thanks for your reply. Yes, the motor physically moves one step after a time delay, then another step after twice this delay and so on, so yes, this is additive. For the software, it does not move however.
Thanks.
06-22-2015 12:10 PM
To clarify, the motor step position does NOT change in the software?
06-22-2015 12:17 PM
well, we can see with the software that the motor step position has changed by using the "read position" vi in Labview.
06-23-2015 11:32 AM
Hmmm. I would create a post in http://forums.ni.com/t5/Motion-Control-and-Motor-Drives/bd-p/240 since it seems like this issue is related more to the motor control side of things rather than the PXI interface. We may get more help from the community there!
06-23-2015 12:37 PM
ok thanks, but just a thing, we can observe that if the motor controller is off, we still have this problem, I mean the "read position" vi indicates that after a delay, we have a motion of one step, so it seems that the command to move is sent from the software, no?
06-24-2015 11:00 AM
How are you stopping your program? Did you create a stop button or are you clicking the Abort Execution button (you want to avoid using the Abort Execution button)? Also you want to be sure you are closing out your motion movements/references in your code before your code ends otherwise the motor could keep spinning if not properly closed and the vi aborted. I would check out some of the examples in the NI Example Finder by opening LabVIEW >> Help>> Find Examples for an idea of how some code should look.
04-02-2018 01:52 PM
I am seeing this behavior on our PCI-7354. If I open NI-Max software, go to interaction, set a velocity command at 0 counts / sec. 1 count will be generated approximately every 16.2 seconds. The motion controller is driving a stepper motor in open loop, we a separate encoder connected to the motor and it is physically moving every 16.2 seconds.
04-03-2018 05:22 PM
Has this been happening previously or is this a new development? In addition, are you observing this in software in addition to the physical movement?