Arduino Forum
>
Products
>
Arduino Education Kits
>
Arduino Engineering Kit
(Moderators:
mario-r
,
ErnestoELC
,
MathWorks
,
Sravya Amirisetti
)
>
Engineering kit rev2 :Unrecognized property 'DutyCycle'
Print
Go Down
Pages:
[1]
Topic: Engineering kit rev2 :Unrecognized property 'DutyCycle'
(Read 991 times)
previous topic
-
next topic
lagios
Newbie
Posts: 2
Karma: 0
[add]
Engineering kit rev2 :Unrecognized property 'DutyCycle'
Sep 30, 2020, 11:59 pm
Hi!
Im using the engineering kit rev 2 and while in the "Control the DC Motor " paragraph the instructions say to type
Code:
[Select]
dcm.DutyCycle = 0.5;
But the MATLAB keeps responding this :
"Unrecognized property 'DutyCycle' for class
'arduinoio.motorcarrier.DCMotor'."
What should I do?
PureRockets
Newbie
Posts: 13
Karma: 0
[add]
Re: Engineering kit rev2 :Unrecognized property 'DutyCycle'
#1
Oct 04, 2020, 03:40 am
I'm receiving the same error. I believe the corresponding command is dcm.Speed = 0.5. I'm just getting started, but it seems the documentation already has some bugs
Sravya Amirisetti
Forum Moderator
Arduino customer service
Newbie
Posts: 49
Karma: 7
[add]
Re: Engineering kit rev2 :Unrecognized property 'DutyCycle'
#2
Oct 07, 2020, 03:34 pm
Hello,
Forwarded this issue to the proper team at Arduino and it will be fixed as soon as possible. Thanks.
┗(•ˇ_ˇ•)―→ Member of the Ardunio customer service team
( ━☞´◔‿ゝ◔`)━☞ Contact us through
https://bit.ly/2xxu1le
jojobaa
Arduino Customer Service
Newbie
Posts: 42
Karma: 3
[add]
Re: Engineering kit rev2 :Unrecognized property 'DutyCycle'
#3
Oct 28, 2020, 12:02 pm
You need to use
Code:
[Select]
dcm = dcmotor(carrier, 'M1')
The contents of chapter 3 Arduino Engineering Kit Rev 2 has been done. Please go through the contents again to see the changes in function.
┗(•ˇ_ˇ•)―→ Member of the Arduino customer service team
( ━☞´◔‿ゝ◔`)━☞ Contact us through
https://bit.ly/2xxu1le
Print
Go Up
Pages:
[1]
Loading...