Servo controller channel number property.

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 8.

Moderator: Benj

Post Reply
Vadim_prog
Posts: 14
Joined: Fri Mar 22, 2019 9:01 am
Been thanked: 4 times

Servo controller channel number property.

Post by Vadim_prog »

In the properties of the servo controller, the channel has the number 1, and in the properties of macro 0, I suggest making the same channel numbers.
Attachments
Servo2.png
(30.12 KiB) Downloaded 584 times
Servo1.png
(40.11 KiB) Downloaded 584 times

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Servo controller channel number property.

Post by Benj »

Hello,

The Servo motor property has number of servos 1-8 and then the servos are all referenced 0-7. This is a common programming scenario and we have tried to make this obvious i.e. making the Connection and Trim properties numbered from 0 etc.

Changing the number from 0-7 to 1-8 will likely break a lot of existing programs and also be confusing to anyone who is used to the numbering from 0 programming paradigm.

Post Reply