Help CenterHelp Center
Set encoder count value to zero or specified value
Since R2020a
resetCount(encoder)
resetCount(encoder,count)
example
resetCount(encoder) resets the count value of the rotary encoder to zero.
encoder
resetCount(encoder,count) resets the count value of the rotary encoder to a specified value.
count
collapse all
Create a connection to the Nano Motor Carrier.
arduinoObj = arduino('/dev/ttyACM0','Nano33IoT','Libraries','MotorCarrier'); mcObj = motorCarrier(arduinoObj);
Create a connection to the rotary encoder.
encoder = rotaryEncoder(mcObj,1);
Reset encoder count value to 0.
resetCount(encoder);
Reset encoder count value to 10.
resetCount(encoder,10);
Connection to the rotary encoder on MKR Motor Carrier or Nano Motor Carrier, specified as an object.
Encoder count value to set, specified as a number.
Introduced in R2020a
motorCarrier | rotaryEncoder | readCount | readSpeed
motorCarrier
rotaryEncoder
readCount
readSpeed
Tiene una versión modificada de este ejemplo. ¿Desea abrir este ejemplo con sus modificaciones?
Ha hecho clic en un enlace que corresponde a este comando de MATLAB:
Ejecute el comando introduciéndolo en la ventana de comandos de MATLAB. Los navegadores web no admiten comandos de MATLAB.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Contact your local office