05-15-2012 08:05 AM
I am looking for a way to control a "Thurlby Thander PL330P" controllable power supply in labview. My knowledge of labview is very little and im sure this probably isn't that difficult. I need to be able to vary the voltage going to the power supply so that i can control the speed of my DC motor.
I have connected up the power supply via a GPIB interface cable. (NI-488.2) and i am using LabView 8.5.
Dose anyone know how I would go about doing this? Or could supply any useful examples.
Thanks.
James.
Solved! Go to Solution.
05-15-2012 08:37 AM
05-15-2012 09:33 AM
thanks this helped with learning some of the basics, however it still dosnt answer my question.
05-15-2012 09:57 AM
Did you bother viewing the videos on connecting hardware and acquiring data?
05-15-2012 09:57 AM
Get the LabVIEW driver by using "Help > Find Instrument Drivers... " or here: http://sine.ni.com/apps/utf8/niid_web_display.download_page?p_id_guid=E3B19B3E97F2659CE034080020E748...
I didn't load them but usually there are some simple VIs to send commands to your hardware. ALWAYS look for instrument drivers for new hardware. It saves you a lot of tedious work if they're available.
05-15-2012 12:32 PM
ya i have done that part already, it was writing the program for controlling the power supply that i was looking for. but it is ok now i have managed to write one that work some what sufficently.
05-15-2012 12:35 PM
thanks NIquist, that will be usefull later on.