03-05-2008 04:35 AM
03-05-2008 05:50 AM
04-07-2008 02:17 AM
1. When the Speed is gettting accelerated.
2. After the required speed is achieved , i want to acquire data for certain revolutions.
Please let me know the order in wich i should configure the speed control vi and buffered acquisition vi to acquire data and achieved speed control.
04-07-2008 02:17 AM
1. When the Speed is gettting accelerated.
2. After the required speed is achieved , i want to acquire data for certain revolutions.
Please let me know the order in wich i should configure the speed control vi and buffered acquisition vi to acquire data and achieved speed control.
04-08-2008 02:25 PM
Hi Sudha,
To answer your first question: yes, this is one way of doing control and measurement (with a separate motion controller and DAQ card). You will want to synchronize the two cards using RTSI.
You do not have to configure speed control and buffered acquisition in any order, you can do it in parallel. This is the beauty of LabVIEW.
Yes, you can do a buffered high speed capture for period of time. Although, the buffer high speed capture was not necessarily designed with this in mind, it is possible. This is all matter of finding a way that will work for your application. One way might be to break up your finite period into small-equal amount buffer read/write sessions. Start by making the buffer a reasonably small size. Write to it, fill it up, and read the buffer. Then repeat for the number of iterations needed to complete the period.
It is possible to pull encoder data into a DAQ device but not necessarily the most desired thing. If you can keep encoder acquisition on the motion controller the setup will be simpler. Once again, you would want to do this with RTSI. This is all depends on your setup – what kind of motor and drive are you using?