BasicX
Discussion forum for the BasicX family of microcontroller chips.
Search Results for "multitasking"
Post a new Thread
Stan Cossette - Jan 2 2001
Hello all,
I have been experimenting with the multitasking feature of the BX24.
Although it seems to work more or less as advertised, I don't seem to
be able... 
peanuts - Sep 21 2001
Will multitasking be affected by the PWM (0C1A and 0C1B)?
... 
Bob Roos - Mar 26 2004
I have been reading about multitasking.
Where does the stack for each task reside? If RAM is limited to 400(?)
bytes and they talk about 1000 tasks running in a... 
cadurrans - Feb 10 2006
hi,
I started a project based upon the example but it just didn't work.
The alternative using conventional routines in turn worked without
problem. Looking at a variety of sen... 
- Mar 20 2001
I am a little new to the BX-24 chip and had a question about
multitasking. I am building an autonomous sumo robot for a
competition and need the sensors being rea... 
Jim Wolff - Dec 1 2000
In the BX_24 reference manual (v 1.42) P. 11 there is a claim that the
multitasking engine was tested with 1000 tasks. How could this be... with
only 400 bytes of R... 
psyclopedia - Jan 11 2006
I've picked up a couple of RGB LEDs to play with recently. Man, these
things are really fun. I'm learing a bunch about what = what when
mixing colors.
On to the point. ... 
Jack Wu - Jan 7 2003
How does multitasking work?
say here is my code:
Call PutByte(blah blah)
Call PutByte(blah blah)
Call PutByte(blah blah)
Call PutByte(blah blah)
Delay(0.... 
cameleon_x - Aug 5 2002
Hello everybody,
First, excuse my english. I'm a french people from Montreal,
Québec,
Canada.
I have many task to do in my application. Some of those tas... 
Nick Taylor - Dec 2 1999
Kurt ... further playing with multitasking using your programs yields
yet more problems with stack size! Increasing stack size above 45 bytes
also causes the progra... 
nordzipple - Dec 12 2001
I've uploaded my next step in making a PID controller(PID2.BAS)under
BX24 files. Just a 4-button user interface it still lacks the best
parts, PID algorithm etc, ... 
Frank Manning - Nov 30 2001
From: <> writes:
> According to the project's .MMP file I am using only 37 bytes of
> module level (static) RAM and the deepest call stack is 21 bytes,
> or ab... 
Dr. Peter Charles - Nov 23 1999
Here I will yet again display my almost limitless ignorance. How ,exactly,
would one go about multitasking? Is there code that schedules the tasks, or
do you just w... 
freymart - Jul 6 2004
Hello.
I'm a student and have to finish a project in th enext days. so i
would be really happy to
get any hints.
my problem:
I have a small moveable... 
Tom Becker - Mar 24 2005
> ... frequency of the pulse train jittering by 20%...
Yes, I suspect you are seeing a temporal artifact of multitasking. Both
techniques you tried need to loop ... 
medude56au - Aug 14 2002
Hi,
I am posting this for my 14year old son who is wanting to multitask a
servo movement while reading a TSL230 current to frequency
photodiode. He had progress... 
arhodes19044 - Jan 26 2006
--- In basicx@basi..., "Westhoff, Thomas "
wrote:
>
>
>It doesn't have multi-tasking, but you can work around that usually.
And this is one of the really ni... 
new - Mar 25 2005
OurBot is mine, ( well... my son's and mine hence the "Our" ) and yes you
are right. We are using a stepper to turn the IR back and forth. It takes 17
distance read... 
cowenowner - Dec 31 2002
Hello, I have come across a problem which has me banging my head
against a wall.
I have two simple port monitoring tasks that start running in the
background... 
Chris H. - Feb 10 2000
> From: "John Burton" <>
>
> John,
> I could not say it any better, so I will use what you said.
> quote "In many of it's initial advertisements, Netmedia
> s... 
- Nov 7 2001
I am making a robot with the BX-24 with a lot of multitasking. It
also uses PWM. So almost all my RAM is used up and I not even near
done yet. Is there a solution... 
- Jan 3 2000
I cannot figure this out, can someone please help...
I want a program that monitors a button and if it is not pressed within 15 seconds, it goes to another subroutine... 
Frank Manning - Jan 8 2004
From: lerougegorge <>
> [...]
> The code now works, although I see that a
> Delay(0.0) might be a good idea.
Glad to see the code works now, but Delay 0.0... 
Jack Wu - Jan 6 2003
I found the error area, though i have NO clue what is
wrong. Without the Delay(0.1)<-line 4 in code at
bottom, my program will not recieve everything from
the CMU... 
Jim Szymczak - Aug 8 2000
I am building a mobile robot with IR sensors on it. Because the IR
detectors detect only a specific frequency of IR, an IR LED (emitter) must
be oscillated at that ... 
ro140697 - Feb 7 2002
Hello,
I wrote a little program that employs multitasking through the
functions CallTask and WaitForInterrupt. What I'd like to do though
is somehow halt the... 
Bruce D. Wedding - Sep 24 2002
The docs claim that NetMedia ran a program with 1000 tasks. How could they
have done this when each task takes a stack of 32 or more bytes? I've
having trouble find... 
Delays [2 Articles]
K Jones - Nov 19 2001
Hi,
I was wondering what would be the best way to put a delay in the
program without pausing multitasking or any other system processes
and without using the... 
Georges - Apr 28 2003
Do you use multitasking ?
Are some variables share with other task ?
Uually I do not have problem with RS232.
You can find exemple in the "file" in the BX-24 b... 
PWM [2 Articles]
matias domin matte izquierdo - May 31 2005
I want to drive two 6VDC motors. I'm using the L293D to control the
direction and speed, but I need a permanent PWM output from BX-24. Is it
posible? I think that with mul... 
Philip Restuccia - Oct 17 2001
Dan Bielecki wrote:
>
> I have noticed that Semaphore is not always reliable. I stopped coding it
> for tasks. Instead I worked up my own method like so.
>
... 
Scott A. Muth - Mar 29 2001
I currently have a parallax Board of Education (BOE) for use with my BS-2e. However, my needs are more for a multitasking processor and the BASIC-X is perfect. If I ... 
2 Q's [2 Articles]
David Blow - Aug 13 2000
hello all,
Just 2 quick questions,
1. How do I check/change my serial port (Com1) to inverted serial
mode?
2. When multitasking, is it possible for a ... 
ffolkes - Jan 14 2000
Hello-
I seem to be able to multitask with the BX-24....except for this. I want to
have a main subroutine, and say "Call Servo()" and then have a subroutine run ... 
Jack - May 10 2003
Hey All
I have a vehicle which, at certain time periods after start, needs to
perform a function. But all the while, (while not doing the timed
function) it ... 
|
1 |
2 |
3 |
4 |
5 |
next