A serious problem:ServoMotor is not working properly

For general Flowcode discussion that does not belong in the other sections.
Post Reply
17712885438
Posts: 20
http://meble-kuchenne.info.pl
Joined: Thu Nov 02, 2023 8:11 am

A serious problem:ServoMotor is not working properly

Post by 17712885438 »

V10 compilation HEX file is all right. But downloading it to the chip is not right. But downloading everything in V8 is ok. I tried PIC series, arduino series. V10 does not work properly after downloading.Attach example
ServoMotor.fcfx
(12.62 KiB) Downloaded 55 times
ServoMotor.fcfx
(12.62 KiB) Downloaded 55 times

17712885438
Posts: 20
Joined: Thu Nov 02, 2023 8:11 am

help me

Post by 17712885438 »

Servo motor is not working properly when the hex file is loaded into proteus, and theServo motor does not turn when the hex file downloaded into the chip. But in V8 it all works fine. Please help me.
Flowcode1.fcfx
(12.66 KiB) Downloaded 62 times

medelec35
Matrix Staff
Posts: 1956
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 626 times
Been thanked: 657 times

Re: A serious problem:ServoMotor is not working properly

Post by medelec35 »

Hello, sorry for the delay in replying.
There is a bug with the latest servo.
To get the servo working again, you will need to rollback from v7 to v6.
Instructions can be found within the Wiki here.
Martin

medelec35
Matrix Staff
Posts: 1956
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 626 times
Been thanked: 657 times

Flowcode v10 Re: A serious problem:ServoMotor is not working properly

Post by medelec35 »

Hello.
I have fixed the servo controller.
There are additional functions now which are MoveToAngle & AutoMoveToAngle

To try the Servo Controller out, before it's push onto the database:
Browse to this location using file explorer , it's hidden by default so just paste the link into your address bar.

Code: Select all

%ProgramData%\MatrixTSL\FlowcodeV10\Components
Place the attached component.
If Flowcode is already open, then you will need to reload your project for the new component to work
If you run any component updates, then the component you added will be overwritten, so it will stop working again (unless the component update has been pushed).
Attachments
Servo_Controller.fcpx
(19.3 KiB) Downloaded 21 times
Martin

medelec35
Matrix Staff
Posts: 1956
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 626 times
Been thanked: 657 times

Re: A serious problem:ServoMotor is not working properly

Post by medelec35 »

I can confirm, a working servo controller component has been pushed onto the component database.
This includes the two extra functions.
Martin

Post Reply