From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

trinmaic (GAP)

Hello,

 

 

I try to control a stepper motor via a trinamic board.

Now I have to get the actual position (trinamic-short: GAP) for positioning the stepper.

 

Does anybody know how to implement the GAP command in LabVIEW?

VIs?

 

 

Joachim

0 Kudos
Message 1 of 4
(2,482 Views)

Hi Joachim,

 

unfortunately there are no drivers for the Trinamic´s boards available in our Instrument Driver Network.

 

Depending on the interface you are using (I2C, CAN, ...) you will have to create your own VIs

sending the commands to the motor driver board.

 

Alternatively contact the Trinamic's support for a LabVIEW driver - many companies have drivers

or even create some if enough requests are sent in.

 

Developing LabVIEW Plug and Play Instrument Drivers

 

Best Regards,

Peter

0 Kudos
Message 2 of 4
(2,456 Views)

If you're using serial communication, the Trinamic control set is fairly easy to implement. I recently did so in C#; the code in LabVIEW wouldn't be difficult.

0 Kudos
Message 3 of 4
(2,441 Views)

I solved the problem another way, using time differences. Therefore I don't need to know the position of the motor via GAP.

 

Thanks to all.

0 Kudos
Message 4 of 4
(2,411 Views)