06-05-2012 02:45 AM - edited 06-05-2012 02:51 AM
06-05-2012 02:58 AM
Sorry I miss out the screen shot.
06-05-2012 04:11 AM
06-05-2012 07:54 AM
Oh I round off because I want a whole number, I save that into a shift register because I need to check is it in sequence then combine with another motor for other purpose.
06-07-2012 03:25 AM
Hi anyone please help me I been trying alot of things in these 4 days to solve this problem, but I can't solve this, it is driving me crazy.
06-07-2012 09:31 AM
So if I understand correctly, it receives the command to move but it does not? Whether or not the vendor supports LabVIEW should be irrelevant. You can provide the commands that are being sent. If they have an example in any other programming language, you could also compare what you are doing to that. You can use NI-Spy/NI-Trace to capture the actual commands being sent.
06-07-2012 10:22 AM - edited 06-07-2012 10:25 AM
Hi Dennis_Knutson,
They provide the example in labview however, without connecting the move absolute function. The motor does move but I could not find the problem causing it.
06-07-2012 10:27 AM
But according to what you said the problem is, you get repeated values of the current position which says that no movement happens occasionally. Either that or the current position is not being reported correctly. That is rather simple to determine just by single stepping through your program.
06-07-2012 10:33 AM - edited 06-07-2012 10:35 AM
Hi Dennis Knutson,
I felt the motor with my hand and I can feel that the motor "click" then it move by 10. Each time the data repeat I can feel a "click" I had used the highlight execution and single step to step through the program but I still could not find the problem. any ideal?
06-07-2012 12:19 PM
Presumably you put the position read inside of a loop to see if the position ever does get updated. Still, I would still think the problem is in the move. If a move actually occurred, you would see a jump in the reported position.
Again, you should able to dump the NI-Spy/NI-Trace results and use that to get help from the vendor.