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
You have a modified version of this example. Do you want to open this example with your edits?
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
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