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.

TMS320F28069M: Position control

Part Number: TMS320F28069M


Position control allows the motor to run at a speed or a position.

ypedef enum
{
ST_POS_MOVE_VEL_TYPE=0, //!< velocity-determined position profile
ST_POS_MOVE_POS_TYPE //!< position-determined position profile
} ST_PosMoveProfileType_e;;

1,  ST_POS_MOVE_VEL_TYPE=0   VS     motion — velocity    , what is the difference  ?

2,Position Control If a location submission is not completed, update the location. Is it OK?

  • 1. This type define is for the position profile, which will generate smooth motion profile. This module will work with the InstaSPIN motion regulator for motion control.

    2. Updating the motion profile after submission is not supported at this time. 

    Thanks.

    Han