2017-01-11 12:17 AM
Hello,
how can i reset a fault in Firmware?
i tried MCI_FaultAcknowledged(oMCI), but it doesnt work.
with friendly greetings
Eric
2017-01-26 07:09 AM
Hello, this problem is solved.
Iam not sure wether its the only solution but it worked for me.
if(MCI_GetOccurredFaults(oMCI)>0){
MCI_FaultAcknowledged(oMCI); TB_SetUserTimebaseTime(10000); start=TRUE; }if (TB_UserTimebaseHasElapsed() && start){
MCI_ExecSpeedRamp(oMCI,target_speed,duration); MCI_StartMotor(oMCI); start=FALSE; }The time can be shorter.
Greetings
Eric