LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW driver for a ControlTechniques motor controller

Anyone know of LabVIEW driver for a ControlTechniques
Unidrive motor controller?
Or any info/pointers to programming them via LabVIEW?

Any help much appreciated

Paul


______________________________________________________
Dr Paul Rocca - Managing Director
Brill Engineering Ltd, 3 Longwood Court,
Love Lane, Cirencester, Gloucestershire
GL7 1YG. www.brill-eng.co.uk
Phone: 01285 883888 Fax: 01285 883876

NI Alliance Member Since 1992

Please note that calls may be recorded using our leading edge digital
recording product AudioPC.

Any opinions expressed in the email are those of the individual and not
necessarily of the Company. This email and any files transmitted with it are
confidential a
nd solely for the use of the intended recipient. It may
contain material protected by lawyer-client privilege. If you are not the
intended recipient or the person responsible for delivering to the intended
recipient, be advised that you have received this email in error and that
any use is strictly prohibited. If you have received this email in error ple
ase notify the Security Manager by telephone on +44 (0)1285 883821 or by
email to security@brill-eng.co.uk.
0 Kudos
Message 1 of 2
(2,862 Views)
LV can interface to 232, 485, Devicenet... depending on what the controller has.

You could find a LV/CVI driver for this (232/GPIB/ethernet only) instrument at http://www.ni.com/devzone/idnet/default.htm . If it's not listed there, it leaves you with one of a couple options. First, I would like you to submit a request for this driver at: http://zone.ni.com/idnet97.nsf/instrumentdriverrequest/
We develop drivers based on demand and popularity so the more requests we have for it, the greater the possibility that we will develop one.
If you would like to try developing your own instrument driver (or modify the existing one), we have documentation, model instrument drivers, and driver templates to help at :
http://www.ni.com/devzone/idnet/development.htm
We also have a syndicate of third party vendors that specialize in National Instruments' products and services. Some of the vendors specialize in driver development. I would suggest contacting one of the Alliance members at:
http://www.ni.com/alliance

An instrument driver is a collection of functions that implement the commands necessary to perform the instrument�s operations. In short, someone read the instrument user manual and implemented some of the functionality in a program for the end user. Instrument drivers are not necessary to use your instrument. They are merely time savers to help you develop your project so you do not need to study the manual before writing a program. With all of this work already done for you in the driver, instrument drivers can significantly reduce development time.

There are example VI's in LV on Instrument Connectivity. If you go to the Help menu >> Examples.. >> I/O, you will see a couple and Examples.. >> Fundamentals for File and String manipulation. I would suggest tweaking them to suit your application. Also the specific command that your instrument responds to can be found from it's manual.

Some useful resources for your application are
ni.com > NI Developer Zone > Development Library > Instrument Connectivity
http://search.ni.com/?col=alldocs&layout=TechResources&ql=a , to search examples and knowledge bases

Hope this helps.
0 Kudos
Message 2 of 2
(2,862 Views)