LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Has anybody been able to develop labview vi's for the A200SMC stepper motor controller from StepperControl.com?

Trying to make labview vi based on the dll library provided by StepperControl.com using the "Call Library Function" in labview. The controller interfaces the pc by parallel port. Is there any sample vi available to control this board based on their dll library?
0 Kudos
Message 1 of 3
(2,681 Views)
I don't have any experience with those drives but Compumotor (compumotor.com) makes drives that will work with labview and they have some ready made vi's to use. There are three flavors, one is a drive only and the other two are controller drives (programmable). There is a ascii version that does not require dll use.

Those are the only drives I have used so that is all I can comment on.
0 Kudos
Message 2 of 3
(2,681 Views)
If you are going to write the LV code yourself, you should read "Using External Code in LabVIEW." You can find it by opening LabVIEW >> help >> search the LabVIEW bookshelf. This is the best source of information concerning calling dlls.

You may also want to look at a LabVIEW 7 shipping example, call dll.vi. You can find it by opening LabVIEW >> help >> find examples >> Communicating with External Applicaitons >> Using External Code>> integrating dlls. It is very helpful.
0 Kudos
Message 3 of 3
(2,681 Views)