Search Results

by izibizi666
Thu May 28, 2020 1:34 am
Forum: Java
Topic: Rotate DC Gear Motor by degrees
Replies: 8
Views: 21252

Re: Rotate DC Gear Motor by degrees

I still not solved this issue. Has someone a answer for me. :wink:
by izibizi666
Sun May 17, 2020 2:05 am
Forum: Java
Topic: Rotate DC Gear Motor by degrees
Replies: 8
Views: 21252

Re: Rotate DC Gear Motor by degrees

@mparadis: Thank you for your answer. I think I managed it. But now I have another question. With my application I can count the ticks of the motor. But when I restart the application the tick counter is set to 0. So If I have e.g. a car and the steering wheel is turned 10 degrees to the left I have...
by izibizi666
Thu May 14, 2020 1:31 am
Forum: Java
Topic: Rotate DC Gear Motor by degrees
Replies: 8
Views: 21252

Re: Rotate DC Gear Motor by degrees

Thank you for your answer. I tried to implement the example in my JAVA project but I could not manage it. I think the mentioned example is not complete because I can´t see the usage of different variables (e.g. feedbacklast) or the implementation of the method distance360(input,feedback). To set the...
by izibizi666
Wed May 13, 2020 1:30 pm
Forum: Java
Topic: Rotate DC Gear Motor by degrees
Replies: 8
Views: 21252

Re: Rotate DC Gear Motor by degrees

Hi,

I´m using the PhidgetMotorControl 1-Motor (version 1065_1B) with heat sink.

Thank you and best regards.
by izibizi666
Wed May 13, 2020 8:28 am
Forum: Java
Topic: Rotate DC Gear Motor by degrees
Replies: 8
Views: 21252

Rotate DC Gear Motor by degrees

Hi. I have the DC Gear Motor 24V/5.1Kg-cm/588RPM 4.25:1 DC Gear Motor (version 3269_3) and the encoder HKT22. Now I want to create a Java application to rotate the motor by given degrees. The user can enter e.g. 60 degrees or e.g. -60 degrees. I create my own example code and the motor is rotating f...