TLE5012B Angle Revolution Register

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Not applicable
Hallo,

i have some question to the "Angle Revolution Register".

I am already reading the "Angle Value Register" very well and now i want to read the the revolution of my motor. The motor shaft runs with 50 rpm.

Here are my Code example:

void RevolutionOutput(void)
{
unsigned Frame_Counter;
int Num_Revolution;
int miso_data = (spi_read(angleRevolution_command));//& 0x7FFF);

Num_Revolution =0x00FF & miso_data;

Serial.print( "\t\t Aktueller Umlauf: ");
Serial.println(Num_Revolution);

}

My Problem is that the sensor give me every second turn around of my motor an increment.

Is it Important to use the Frame_Counter?

Please can anyone helb me?

Sorry for my bad english iam learing:)

best regards

Vita
0 Likes
0 Replies