Sign in

username:

password:



Not a member?

Search basicx



Search tips

Subscribe to basicx





Ads

basicx by Keywords

Accelerometer | ADC | ADXL | Adxl20 | AVR | BasicStamp | BX-35 | BX28 | BX35 | COM3 | Compiler | Downloader | EEPROM | Electromagnet | GetADC | GP2D1 | GPS | I2C | IDE | Keypad | LCD | LCD+ | MIDI | Motors | Multitasking | Netmedia | Networking | PCB | PID | PlaySound | PWM | Relays | RTC | Servo | ShiftOut | SitePlayer | SPI | Stack | Timer | USB

Discussion Groups

See Also

DSPFPGAElectronics

BasicX

Discussion forum for the BasicX family of microcontroller chips.

Search Results for "multitasking"

  

Post a new Thread

question: multitasking vs com1

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... question: multitasking vs com1

PWM and multitasking   [4 Articles]

peanuts - Sep 21 2001
Will multitasking be affected by the PWM (0C1A and 0C1B)? ... PWM and multitasking

MultiTasking Question   [4 Articles]

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... MultiTasking Question

Is there a Multitasking Guide?

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... Is there a Multitasking Guide?

multitasking question   [5 Articles]

- 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... multitasking question

Simple Multitasking question   [9 Articles]

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... Simple Multitasking question

Flashing an Multitasking   [13 Articles]

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. ... Flashing an Multitasking

How does multitasking work?   [5 Articles]

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.... How does multitasking work?

multitasking problem   [8 Articles]

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... multitasking problem

Re: BX01 Stack   [4 Articles]

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... Re: BX01 Stack

Barebones BX24 and Multitasking -- Success!

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, ... Barebones BX24 and Multitasking -- Success!

Re: Barebones BX24 and Multitasking

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... Re:  Barebones BX24 and Multitasking

Multitasking Question   [8 Articles]

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... Multitasking Question

PulseOut Values from RF-Serial - Problem   [2 Articles]

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... PulseOut Values from RF-Serial - Problem

RE: Pulse Frequency Jittering and Stepper Motor

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 ... RE:  Pulse Frequency Jittering and Stepper Motor

Multitasking InputCapture problem   [2 Articles]

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... Multitasking InputCapture problem

Re: Migrating to a new platform   [5 Articles]

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... Re: Migrating to a new platform

Re: OurBot photo

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... Re:  OurBot photo

multitasking wierdness   [9 Articles]

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... multitasking wierdness

Re: VB Compatibility   [3 Articles]

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... Re: VB Compatibility

Need more RAM   [3 Articles]

- 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... Need more RAM

BX24 Multitasking   [2 Articles]

- 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... BX24 Multitasking

Re: Re: Serial Communications Question

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... Re:  Re: Serial Communications Question

multitasking problem isolated

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... multitasking problem isolated

multitasking question: how is it implemented?   [2 Articles]

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 ... multitasking question: how is it implemented?

Multitasking/Task switching question   [2 Articles]

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... Multitasking/Task switching question

Ram and Multitasking   [2 Articles]

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... Ram and Multitasking

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... Delays

Re: Noisy serial line - need help

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... Re: Noisy serial line - need help

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... PWM

Re: Semaphores and loop until's   [6 Articles]

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. > ... Re:  Semaphores and loop until's

Basic Stamp 2 Board Compatibility?   [5 Articles]

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 ... Basic Stamp 2 Board Compatibility?

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 ... 2 Q's

Multitasking...   [2 Articles]

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 ... Multitasking...

MultiTasking   [4 Articles]

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 ... MultiTasking
| 1 | 2 | 3 | 4 | 5 | next