A serious problem:ServoMotor is not working properly
-
- Posts: 20
- http://meble-kuchenne.info.pl
- Joined: Thu Nov 02, 2023 8:11 am
A serious problem:ServoMotor is not working properly
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
-
- Posts: 20
- Joined: Thu Nov 02, 2023 8:11 am
help me
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.
-
- 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
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.
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
-
- 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
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.
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).
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
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
-
- 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
I can confirm, a working servo controller component has been pushed onto the component database.
This includes the two extra functions.
This includes the two extra functions.
Martin