Subject:
|
Re: BricxCC 'Float' Command not working on Scout
|
Newsgroups:
|
lugnet.robotics
|
Date:
|
Thu, 28 Oct 2004 19:57:47 GMT
|
Viewed:
|
1071 times
|
| |
| |
In lugnet.robotics, Trevor Hewer wrote:
> While programming a Scout using BrickCC, no matter how many times I tried, I
> could not get the Scout to 'float' its motors. The program was as follows-
>
> task main()
> {
> OnFwd(OUT_A);
> Wait(50);
> Float(OUT_A);
> }
>
> After a half second the motor would brake, not float. The motor floated when the
> same program was downloaded the RCX. What's going on here? Thanks for any help.
Try adding a Wait(500) after the Float command. It'll float for 5 seconds then
brake. Apparently, the default state is brake when no program is running.
Mark
|
|
Message is in Reply To:
| | BricxCC 'Float' Command not working on Scout
|
| While programming a Scout using BrickCC, no matter how many times I tried, I could not get the Scout to 'float' its motors. The program was as follows- task main() { OnFwd(OUT_A); Wait(50); Float(OUT_A); } After a half second the motor would brake, (...) (20 years ago, 28-Oct-04, to lugnet.robotics)
|
2 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
Active threads in Robotics
|
|
|
|