Motion Control and Motor Drives

cancel
Showing results for 
Search instead for 
Did you mean: 

third party drivers in Labview

I am trying to take Labview and drive a third party driver, which is cmd2120p, but it does not give me the option to pick this third party motor in the code. Is there a way I would be able to do this and if I can, how so?

0 Kudos
Message 1 of 6
(4,836 Views)

Can you let us know where did you download the driver? Also I wan to know what version of LabVIEW are you using.

Randy @Rscd27@
0 Kudos
Message 2 of 6
(4,824 Views)

We tried using the code which we found on a NI website: https://decibel.ni.com/content/docs/DOC-6385

 

We set up all of our connections and the proper voltage supply. But we could not get the code to run or get the driver to properly connect to the stepper output or input. I believe we were using the most recent LabView, but I am not positive.

 

What do you mean by downloading the drivers?

 

Thanks

0 Kudos
Message 3 of 6
(4,806 Views)

Hello,

 

Almost each device driver (for third party devices), is design based on a NI existing driver (e.g NI-VISA, NI-DAQmx, NI-488.2, among others). This one is not exception since it is based on NI DAQmx. 

 

What I was referring to is that you did not mention what was the driver or where did you get it from. I quote you original post:

 

"I am trying to take Labview and drive a third party driver, which is cmd2120p, but it does not give me the option to pick this third party motor in the code. Is there a way I would be able to do this and if I can, how so?"

 

Not that I know that you have DAQmx. I will like to know what the LabVIEW version that you have is. You can verify that opening LabVIEW environment and going to help>About LabVIEW. (Please attach screenshot). Also I want to know what version of NI-DAQmx do you have, please refer to NI-MAX>software.

 

Is this the datasheet of the motor and driver? http://www.datasheetarchive.com/dl/Datasheets-UD2/DSAUD0020848.pdf 

 

Also you have not mentioned what DAQ device are you using to control this system, Is it a cDAQ? Is it an USB-DAQ.? Depending on this device the physical routes you select will change. Also is important to verify that your device is going to be able to get a Digital Output for the Step Pulse. 

Randy @Rscd27@
0 Kudos
Message 4 of 6
(4,780 Views)

We have a 73xx series Motion Controller, a 7764 UMI, and two 3rd party stepper motors and drivers. We are using LabView 2015. We have not downloaded any software drivers. We have not attached any DAQ devices to monitor the system. We have downloaded the code mentioned in the previous post. The system is plugged into the computer, but the code is unable to run because it cannot read any channels. 

0 Kudos
Message 5 of 6
(4,764 Views)

Hello braintrain,

 

Since you are using an NI-Motion card you cannot use the DAQmx functions to read or write anything. You need to use the NI-Motion driver that matches your LabVIEW version, in this case the 2015:

 

http://www.ni.com/download/ni-motion-15.0/5614/en/

 

Please install that driver a let me know the exact model of the board. That way I can email you the correspoding starting guide for doing the configuration of the board from NI-MAX. If it is Necessary I can create you a Service Request to handle the case over the phone. Please sent me a private message with your contact information.

 

Warm Regards,

 

Randy Cespedes

Applications Engineering

National Instruments

www.ni.com/support 

Randy @Rscd27@
0 Kudos
Message 6 of 6
(4,749 Views)