03-18-2005 05:58 AM
03-18-2005
07:32 AM
- last edited on
04-24-2024
09:16 PM
by
Content Cleaner
Which type of motion control board are you using? The only board type that supports a HSC rate as you expect is the 7350 series. The 735x boards support HSC rates up to 2 kHz. With 734x boards there is no way to capture positions faster than 200 Hz as you have to reenable the HSC circuitry after each trigger occurrence.
For the 7350 a LabVIEW example installs with the NI-Motion driver called "Buffered High-Speed Capture.vi" that captures position values to an onboard buffer without the need of onboard programming.
Best regards,
Jochen Klier
National Instruments Germany
03-18-2005 09:24 AM
03-21-2005
02:02 AM
- last edited on
04-24-2024
09:17 PM
by
Content Cleaner
In this case NI can offer you two solutions:
1. NI offers hardware upgrades. You could contact your local NI branch and ask them to exchange your 7344 with a 7354 (or a 7352 if you don't need more than two axes). This would be the best and easiest solution but maybe not the cheapest. At least you could ask them to send you a quote. Please take into account that the connector of the 7354 is compatible to the connector of the 7344 so you wouldn't have to buy additional cables or connector blocks.
2. You could add a PCI-6601 counter board to your setup. The 6601 can be used to measure positions by either connecting the encoder of your motor to the inputs of the 6601 (in parallel to the 7344) or if you don't use an encoder (open loop stepper) then you could measure the step/dir signal of the 7344 with the 6601. You can connect your trigger signal to the 6601 for a buffered position measurement. The 6601 supports DMA so a position measurement rate of 1 kHz is absolutely no problem.
The disadvantage of this solution is obviously the additional cabling and a higher complexity in programming.
Regards,
Jochenhttp://forums.ni.com/ni/board/post?board.id=240&message.reply_to_id=2110#
Preview Post
03-21-2005 06:30 AM
03-21-2005 08:26 AM
03-24-2005 12:01 PM