I need help of PID Control

For general Flowcode discussion that does not belong in the other sections.
Post Reply
seokgi
Posts: 185
http://meble-kuchenne.info.pl
Joined: Thu Dec 03, 2020 1:43 pm
Has thanked: 5 times
Been thanked: 7 times

Flowcode v10 I need help of PID Control

Post by seokgi »

Hello?
I have a question about PID Control.

I have two motors. The two motors have different speeds and gear ratios.

So I want to make the speeds of the two motors the same.
Motor A accelerates and decelerates. However, the speed change is not large.
I want Motor B to drive at the same speed according to the speed change of Motor A.
Motor B is a BLDC motor. It can be controlled by duty ratio.

I can read the speed value (Count Value) of Motor A and the speed value (Count Value) of Motor B correctly.

The count value of Motor B is twice that of Motor A.
I want to control the duty ratio of Motor B through PID control by referencing each count value.

Is it possible?

Please help me.

Thank you.

medelec35
Matrix Staff
Posts: 1560
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 555 times
Been thanked: 514 times

Re: I need help of PID Control

Post by medelec35 »

Hello this will be a good starting point for you as there are PID examples.
This is a link to Process Control Curriculum, which is all about PID
Martin

Post Reply