This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DRV8711EVM: Can we use Labview to control DRV8711EVM?

Part Number: DRV8711EVM

Hi Ti,

Can I use other programming software, like Labview, to communicate with this module? We want to synchronize the motor with our system. GUI seems unable to do that. 

Best regards,

Siyuan

  • Hi Siyuan,

    Yes, you can use LabView. But it requires some effort.

    There is no documentation describing how to communicate from the GUI to the EVM.
    The GUI sends USB commands that are basically Reads and Writes to memory locations in the mcu.
    The mcu on the GUI converts the commands to take the proper action.

    Some users have captured the USB commands and created LabView routines to control the EVM.
    Doing the conversion is up to the user.