Sign in

username:

password:



Not a member?

Search basicx



Search tips

Subscribe to basicx



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

BasicX

Discussion forum for the BasicX family of microcontroller chips.

Search Results for "pid"

  

Post a new Thread

PID Question   [8 Articles]

Conrad A***** - Mar 8 2007
I am in the mechanical field (I took a systems and controls class about 4 years ago) however I do dabble in quite a bit of electronics (BX24 related) on the side. A project ... PID Question

PID problem again

ricinecwh - Jul 22 2006
My projectis the temperature control by using PID writing in the basicX. I had asked this question before, and get the method to find the three values P, I, D out. However, my... PID problem again

Temperature control   [8 Articles]

ricinecwh - Jul 1 2006
My project is to control the temperature of a plant. The temperature of the plant will be monitored and as an input of the basicX controller. If the input temperature is larg... Temperature control

¦^ÂСG Re: loop's freq

soso soso - Feb 16 2006
I have tried the following method to detect the loop freq Do call control() 'a control function putpin(14,1) putpin(14,0) delay(2.5e-4) loop I observed the ... ¦^ÂСG  Re: loop's freq

Re: Acroname 3-Amp H-Bridge with Back EMF feedback

Eric - Dec 13 2005
I have not used this board with a BX, but I have one and have used it with the Brainstem Moto. There is documentation on the acroname site about it and about the Moto board.... Re: Acroname 3-Amp H-Bridge with Back EMF feedback

Re: Re: Question about Interrupts

Mike Perks - May 13 2005
naimead wrote: > Actually I have my first basicX connected to a GPS and my second > connected to many other devices(such as sonars,etc...).What i want > to do,is course... Re:  Re: Question about Interrupts

Re: Dithering PWM?   [3 Articles]

tombhandley - May 6 2005
Tom, I'm sure this will be stupid questions but for the dither are using bipolar (ie: Add or Subtract)?. Have you considered PID? I ask this as I'm dealing with this on my... Re: Dithering PWM?

HEX simplify program. How?

Ed - Jan 20 2005
Hi I'm writting a program to control an ICON H bridge with a PID controller. I basically send data to the serial port and the board moves the motor. The p... HEX simplify program. How?

Re: FW: Generator System Control Ideas   [3 Articles]

neil jepsen - Sep 28 2003
400Khz is right on the upper limit for counttransitions or pulsein and I doubt if you'll be able to successfully count so fast. What I would be tempted to try is ... Re: FW:  Generator System Control Ideas

re: Devantec vs Sharp Sensors

John Piccirillo - Sep 23 2003
To me the main problem with the Sharp sensors for the Fire Fighting contest is that the update rate is slow compared to the Devantec sonars. I think the fastest ... re: Devantec vs Sharp Sensors

Re: Re: BX24++   [2 Articles]

Mark Newell - Jul 13 2003
Jim, I will take one more chance and then I would like to see more discussion of our projects, how we do them and how to help each other. (If you don't want thing... Re:  Re: BX24++

New to this board...

CountryRoadz - Oct 21 2002
but I'm enjoying all the fine contributions by other BX-24 users. I'm new to the BX-24 but it's working great for my application for a telescope drive interface a... New to this board...

Basic interrupt behaviour.   [4 Articles]

Alex Chaihorsky - Oct 11 2002
Dear guys, I never worked with BX-24 HW interrupts before and have not found a clear explanation in BX docs of how it work. The "Counting pulses with hw inte... Basic interrupt behaviour.

Re: need some ideas(autonomous helicopter)

Mark Newell - Sep 16 2002
Hi, If one is looking for a source to build and fully understand "fully autonomus" helicopter flight check out: http://autopilot.sourceforge.net/ ... Re:  need some ideas(autonomous helicopter)

Re: New to BasicX - Need info on BASIC programming Please!

Stephen - Sep 10 2002
Here's a good site for some dead reckoning and IR reading using a BX24... He's published his source which is the best way I *try* to learn coding. I'm startin... Re: New to BasicX - Need info on BASIC programming Please!

PID code uploaded - this is the description.   [3 Articles]

biovirus1 - May 18 2002
PID code Version 1.1 Dear BX folk, This is the PID code for the BX24 that I adopted from Martin "The Selma Man" Hebel's adoptation of PID algorithm for BS2... PID code uploaded - this is the description.

New file uploaded to basicx

basi...@yahoogroups.com - May 18 2002
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the basicx group. File : /PID 1.1.zip ... New file uploaded to basicx

PID code finished.   [12 Articles]

biovirus1 - May 16 2002
Dear guys, I have finished and tested my new PID code for BX4 (although I seem to have fried my BX4 in the process of combing it with my other tasks!) . ... PID code finished.

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!

New file uploaded to basicx

basi...@yahoogroups.com - Dec 12 2001
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the basicx group. File : /BX24/PID2.bas... New file uploaded to basicx

New file uploaded to basicx

- Dec 1 2001
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the basicx group. File : /BX24/PID.bas ... New file uploaded to basicx

Barebones BX24 and Multitasking   [3 Articles]

- Nov 30 2001
Help! My question is, should I even bother? Is this futile? I am attempting to make a PID controller using a barebones BX24, no RAM Sandwich or LCD+. I'm happy ... Barebones BX24 and Multitasking

Re: Software Download without BasicX downloader

Dave Houston - Oct 25 2001
Frank, From a brief look at the readme file it appears you have ignored my feedback (which was based on my own use as well as that of a couple of people beta... Re:  Software Download without BasicX downloader

any examples around for PID code ?   [2 Articles]

Richard Friedrich - Oct 23 2001
does anyone know where there are examples of PID code suitable for use on BX-24 ? thanks ] richard ... any examples around for PID code ?

PID for bx-24   [2 Articles]

- Oct 26 2000
Hi- Just wondered if anyone had some code for a PID loop control for the BX-24. I have been working on some projects that could really use better control. ... PID for bx-24

Re: roswell clone progress   [3 Articles]

dakota - Oct 24 2000
are not we saying the same thing ? if front=cw rear=ccw left=cw right=ccw good point on throttle mix (collective) any clue on how gyros feed back in... Re:  roswell clone progress

RE: motor PWM question

Dan Creagan - Oct 21 2000
Dexton's answer is good, you may also like to look at: http://academic1.bellevue.edu/robots/mogotut/simplemotor.htm There is some experimental code to dri... RE:  motor PWM question

PID control algorithms   [3 Articles]

Dave D'Epagnier - Mar 21 2000
I want to implement a PID loop temperature controller using a thermoelectric cooler/thermister interfaced to the uP with a DAC and ADC. To perform the PID contro... PID control algorithms