User Activity

In motor control workbench 6 there is only HSO (which I don't understand if it's equal to HFI)In motor control workbench 5 there is the option "sensorless + HFI" but it is not settable because it says "not supported in FW for SDK5.x"Is there by any c...
I don't understand why there are no more .c and .h files but these in my project:What setting did I accidentally change? 
I recently saw your presentation of HSO in motor control.I have a couple of questions:1) Is the HSO algorithm implementable in the B-G431ESC board? (It seems to me no..)2) I have a 48V motor and about 20-30A rms which is obviously not controllable by...
I know that the question will be trivial, however, I do not understand why the instruction uint8_t dataRx[4] = { 1 }; does not initialize all the elements of an array to 0 ... but only the first one:I have programmed little in the last while so I wil...
I generated with MC Workbench some code sa use to program an inverter. I want to plot with the monitor the value read from the potentiometer, i.e., the value stored in "rawValue"I had managed to graphically plot on the monitor "rawValue" variable use...