Simulink Encoder Block outputting pulses only?

3 次查看(过去 30 天)
The Simulink "Encoder Input" block (Real-Time Windows Target toolbox) seems to output pulses only when the encoder is turned. It should be keeping track of full position and outputting accumulated ticks. How can the block be configured to output accumulated quadrature ticks?
I'm using an NI PXI-6221 DAQ card, with the appropriate wiring. I'm using counter0, which is encoder input 1.

采纳的回答

Jan Houska
Jan Houska 2014-8-20
Your expectations about the output signal of the Encoder Input block are correct. It is indeed supposed to output accumulated quadrature ticks. There is no configuration necessary, this is the only mode the block works in.
If you experience a different behavior, I would recommend to double-check the wiring. Namely, please make sure that the reset (index) pin of the data acquisition board is either properly connected to the encoder, or to a fixed logical signal that will disable its functionality (high or low). If this pin is left unconnected, it may be sensitive to crosstalk or noise and may reset the encoder at random times.

更多回答(1 个)

John
John 2014-8-20
编辑:John 2014-8-20
Thanks for the reply and thoughts. In "Board Setup" there are two counters to configure: Counter 0 Mode and Counter 1 Mode. I have them both set to "Quadrature". But, in the Encoder Block itself, the Input Channel is set to 1: I have everything wired to Counter 1. The only options there are 1 and 2.
This DAQ has only two counters. Why does the test board show up as 0 and 1, and the Input Channel options only 1 and 2? Or are they referring to different things?
EDIT: the wiring is correct, and I've tied Index to GND.
  1 个评论
Jan Houska
Jan Houska 2014-8-22
Input channels (and vector elements) in Simulink are always numbered starting from one. On the other hand, vendors often number the hardware channels starting from zero. Channel 1 is the first one, even if named Counter 0 by the manuacturer.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Development Computer Setup 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by