10-05-2005 04:00 AM
Hello!
I have a manipulator with 5 joints. I will use the NI-7358 motion control card to control them. In my application i also want to implement a force control system by using a force/torque sensor.
Question:
Is it possible to use the NI-7358 to implement a force/torque control system? Can i use the analog input channel of the NI-7358 as the force feedback? How is the torque exactly controlled with this card? Do I need buy other hardware to realize the hybrid force/position control?
Thanks a lot!
WLAN
10-06-2005 02:58 AM
10-14-2005 02:35 AM
10-14-2005 02:38 AM
10-14-2005 04:48 AM
10-14-2005
08:02 AM
- last edited on
04-17-2025
03:47 PM
by
Content Cleaner
The device you are talking about is not a ready to use camera but a camera module with that should be implemented in some external circuitry. I haven't found out what protocol is used for the parallel and the serial data channel of the module. You might be able to use a PCI-1422 board but this is typically used to acquire uncompressed images. Your camera seems to create jpg images. Another option could be a general purpose high-speed digital I/O board like the PCI-6534 but in this case you will have to do the data handling to reconstruct the image by your own.
My best advice is not to use this module but a real camera with a standardized output (e. g. IEEE-1394, camera link or analog (e. g. CCIR, NTSC, PAL,...)). This will allow you to use off-the-shelf solutions. Please have a look at this link for further information.
Best regards,
Jochen Klier
National Instruments Germany
10-15-2005 03:49 AM
10-17-2005 02:09 AM
10-17-2005 02:29 AM
10-17-2005 04:21 AM
@wlan wrote:thank you Jochen, i have two ways to get the torque values for each axis:1. by using a force-sensor on each axis. (direct, very precise)2. by using the Jacobian of my manipulator structure to calculate the torques (indirect, not precise, maybe correction needed)do u mean i must use option "1" as feedback (hardware dependent)? (JK: yes, that's the only option with the 7358. The other option will require the use of another approch like LV RT or LV FPGA as discussed before) how can i increase or reduce the torque when i use the force-feedback and the NI PCI-7358? (JK: please refer to the document about analog feedback that I have attached to my first answer. With analog feedback you can set torque values exactly the same way as you set target positions).
still a question:the motors that i am using are:Motor: 3x Faulhaber 3564 024B DC-Servomotor2x Faulhaber 2036 012B DC-ServomotorEncoder: 1x HEDM 5500 B14can i use the Faulhaber BLD 5606 http://www.faulhaber.de/zip_pdf/produkte/kat_2000/10_steuerungen/dBLD5603_06.pdf Motor Driver with the NI PCI-7358 together (with UMI)?(JK: The PDF doesn't contain a schematic of the pinout but telling from the table this combination should work. Please make sure that you limit the output voltage of the 7358 to +-5 V as this is the voltage input range for the command input of the BLD 5606. This can be done in MAX)
Can u take a look?Thanks for your help!WLAN