![Neousys Technology Nuvo 2500 Series Скачать руководство пользователя страница 142](http://html1.mh-extra.com/html/neousys-technology/nuvo-2500-series/nuvo-2500-series_user-manual_1667801142.webp)
Nuvo-2500 Series User’s Manual
Copyright © 2015 Neousys Technology Inc. All Right Reserved.
Page 142 of 154
5.8 Using QEI Function
Quadrature encoder input is available on Nuvis-2520at. And it's also available as an option
on Nuvo-2500. Nuvo-2510VTC doesn't support this functionality. The QEI API provides a
set of functions for programming and operating the QEI controller.
5.8.1 QEI Function Reference
5.8.1.1 QEI_Start
Syntax
BOOL QEI_Start(DWORD idx);
Description
Starts the QEI controller operation.
Parameter
idx
[in]
Specifies the index of QEI controllers. Currently there is only one QEI
controller.
Return Value
Returns TRUE if operation successes, FALSE if operation failed.
Usage
BOOL ret = QEI_Start(0);