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.

GUI composer capability

Other Parts Discussed in Thread: MOTORWARE

I have the C2000 board connected to a PC host computer through USB.  I am using GUI composer  for motorware on the PC side.   I have 2 questions:

-           Can we adapt the GUI composer to  support CAN communication and Ethernet communication ? and how to do it?

-          The GUI template runs with Motorware. Our platform is different:  we have a command processor (Master) which communicate and command  3 Motor processors (slaves).   Can we adapt the GUI composer to run with the command processor and not directly with the motors through Motorware as illustrated in the TI example?

 Thank you.

  • Hi Jacques,

    Jacques Lebon said:
    -           Can we adapt the GUI composer to  support CAN communication and Ethernet communication ? and how to do it?

    What you'll be able to achieve is enabling/disabling the communication, monitoring the data etc... in short whichever variables in code you need to control.

    Go through the example for implementation: http://processors.wiki.ti.com/index.php/Category:GUI_Composer

    Jacques Lebon said:
    The GUI template runs with Motorware. Our platform is different:  we have a command processor (Master) which communicate and command  3 Motor processors (slaves).   Can we adapt the GUI composer to run with the command processor and not directly with the motors through Motorware as illustrated in the TI example?

    GUI composer has lot of limitations and the above TI motorware GUIs are custom made and do not use GUI composer (user) to create them. You'll surely get to know more once you start working on the same.

    Regards,

    Gautam

    Regards,

    Gautam

  • jlebon said:

    -           Can we adapt the GUI composer to  support CAN communication and Ethernet communication ? and how to do it?

    We don't have support for CAN and Ethernet for GUI Composer at this moment.

    jlebon said:

    -          The GUI template runs with Motorware. Our platform is different:  we have a command processor (Master) which communicate and command  3 Motor processors (slaves).   Can we adapt the GUI composer to run with the command processor and not directly with the motors through Motorware as illustrated in the TI example?

    If you are using JTAG, you should be able to communicate between the host and the device by specifying the core that you want GUI Composer to read/write memory. There are couple ways of doing this, either by setting up the ccxml file to bypass all cores except the Master core or exeplicitly specify the core you want to bound in the binding tab in GUI Composer.

    If you are using USB, you will have to provide your target monitor to send data through the USB channel for the host to read/write.