LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview code for Compumotor 6000 Indexer

I want to create a loop so that I have motion back and forth ( left and right off the limit switches)from a track.
Please anyone help me to create this loop.
thanks
Ben
0 Kudos
Message 1 of 2
(2,503 Views)
We don't have a driver for this instrument, and I wasn't able to find any LabVIEW drivers by the manufacturer, so you'll probably need to program it using the user manual for the instrument. I think the user manual you need is probably found here:
http://www.compumotor.com/manuals/6000s/6000PG.pdf
From a LabVIEW standpoint, you'll just use VISA Write to send the commands you find in that manual. You could use an event structure, or case structures within your loop to get input from buttons which would control the motion.

Best of luck,
Ryan K.
0 Kudos
Message 2 of 2
(2,503 Views)