LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Computmotor 6K Motion Controller LabView program

It's almost definitely possible, but I still haven't seen your motion planner code that runs your movement sequence.

 

This isn't really an either-or question between LabVIEW and the 6k - you're going to have to use the 6k to execute the motion commands.  It's a question of how difficult you want to make it.  You could write LabVIEW code that constantly polls the 6k to determine if the Y axis reached the end of motion before moving the X axis, which will be slow and require string parsing, or you could write a simple loop on the 6k to do it.

0 Kudos
Message 41 of 43
(904 Views)

The thing is I don't really know how to write the code in 6k. I mean i could somehow just translate my Labview code into 6k, but i don't know if that would work

0 Kudos
Message 42 of 43
(895 Views)

Which code would you need to "translate"?  Your LabVIEW code does little more than send commands to the 6k, and at the moment you don't seem to know if it's sending the right commands.  I've suggested this before: read the manual and make it work in motion planner first.

 

By the way, there's no need for the : after each line that you send to the 6k.

0 Kudos
Message 43 of 43
(883 Views)