04-17-2007 10:57 AM
04-18-2007
02:15 AM
- last edited on
07-11-2025
08:48 AM
by
Content Cleaner
Poba,
could you please provide some more information about your system configuration? Here are some questions:
In general a vector space is a group of axes that can contain up to 3 axes (X, Y, Z). You can perform moves on a vector space as you would on a single axis. All axes in a vector space start and stop at the same time. E. g. this allows you to perform linear vector moves in a 3D space.
You can add axes to vector spaces in MAX but I recommend to configure vector spaces in your application if required. This makes it easier to avoid errors as your application keeps the full control over the operating modes for your axes.
Best regards,
Jochen Klier
National Instruments Germany
04-18-2007 07:24 AM
I have a PCI-7344 board , driver version is 7.0.03002. About three years ago I set up a 3 axis application that works well. Actually I was surprised that I got it working since it was my first attempt at Labview and motion. I copied a lot of code from the 3 axis application to the current 1 axis app.
Attached is my code. I apologize in advance if it looks sloppy, as I am learning as I go.
Thanks for your help.
04-18-2007 01:53 PM
I found my problem. I was using VI's that read vector space. When I replaced those with read position, everything worked.
04-19-2007 02:17 AM