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.

INSTASPINUNIVERSALGUI: Where is the user.h file for the InstaSPIN_FOC_F2806xM GUI Composer.

Part Number: INSTASPINUNIVERSALGUI
Other Parts Discussed in Thread: MOTORWARE

Hi. I need to change the control timing in the USER.H file for the GUI Composer. Do I load and modify a lab file, then copy the User.h file, where.

Also, Im running the HV kit, yellow board black case, the voltage is 168VDC, should I specify this voltage as maxium, or 408VDC as  a defaut

Thanks

Thomas

 

  • You don't need to copy the user.h to the folder of GUI. You just only change the user.h in CCS lab project per your requirement and build the project to generate a new target file (.out). You must rename the compiled project (the binary) to appProgram.out, and copy the file to the appropriate webapp folder. More details could be found in the "GUI Quick Start Guide" in motorWare.

    You shouldn't change any maximum value of USER_ADC_FULL_SCALE_VOLTAGE_V and USER_ADC_FULL_SCALE_CURRENT_A which depend on h/w board, not the input. You might change USER_IQ_FULL_SCALE_VOLTAGE_V per your system spec. Actually, you don't need change any h/w parameters setting since it is not modified, only need to change the motor parameters.