Jump to content
OMRON Forums

Acc59e3 - Filter


AnthonyLH

Recommended Posts

A note concerning the use of the "Optional Software Low-Pass Filter" or "tracking filter” with the Acc59e3.

It seems there is a mistake in the Acc59e3 manual. This manual gives:

EncTable[#].index2 = 512.0*zeta*wn*Ts; // Calculate index2

 

I had unstable values with this formula.

Using the "Power PMAC Software Reference Manual", i changed the formula to:

EncTable[#].index2 = 256 - 512.0*zeta*wn*Ts; // Calculate index2

 

Index2 must be >= 32 to activate the filter.

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Guest
This topic is now closed to further replies.

×
×
  • Create New...