04-02-2005 02:28 PM
04-02-2005 02:42 PM
04-04-2005
01:50 PM
- last edited on
06-30-2025
11:42 AM
by
Content Cleaner
Dan,
The PCI-7344 works great with LabVIEW 7.1 and there shouldn't be any problems from upgrading. For troubleshooting issues like this, I always try to narrow down where the problem is by testing the hardware first, then software, then code.
For the hardware, I would check to see if the motion controller is outputting steps correctly by using the 1D Interactive page under your motion controller device in Measurement and Automation Explorer.
If everything is working there, then try running one of the simple LabVIEW motion examples to test if LabVIEW is communicating properly with the hardware:
C:\Program Files\National Instruments\LabVIEW 7.1\examples\Motion\FlexMotion\One Axis.llb (open the Simple One-Axis Move.vi from the llb file).
If a simple LabVIEW motion program is able to run, then there must be some vi in your code that is not responding properly.
Also, there is an update available for Motion Assistant - however, this just adds a few more features, and I don't think this is where the problem would be.
I hope this helps narrow down where the problem might be occurring.