Hello...I'm new here... can anyone discuss with me the possibility ( or impossibility, I must assume ) of mobilizing or controlling the lateral movement of an...
Dear Elizabeth For controlling the Vacuum Compressor or genertor you can used the bernaoulli principle to generated vacuum and the same time also generated air...
Fiorentius Bagus Pray...
bagus.pr@...
Jan 7, 2008 1:17 pm
22568
I have a private fuel dispenser that I plan on using a BX-24 or -35 to control. I plan on using the processor to allow a user to enter in a gallon amount of...
The code to do this is trivial. 2000ppm is only 33pps, which is well within the speed capabilities of the BX24. You should use a keypad or some similar device...
... I agree that this sounds like a job for LCDX , which also has relay driver outputs and flexible (5v, 10v, 20mA, 10k resistive) input options. Tom...
Thanks for the reply. To simplify the user input portion I am going to just have a two button (up/down) for the gallon input and have this of increments of 10...
I think you will need to use WaitforInterrupt(bxPinRisingEdge) and a variable that is incremented every time a rising edge is found BR David M. ... From:...
So I could loop this and then total gallons dispensed would increase .01 every time a rise is detected. This is looking easier for me. Thanks! Allyn ... ...
Yes, provided the pulses from the Veeeder Root are clean. You will find this out when you first run it, and there are various ways in HW and SW to fix...
Hello, I just started using the new BX24p-u chips and had a question about communications with a Serial LCD (Crystalfontz 634 v2.3). I could use the older...
Many thanks to your immediate response regarding our query. We have already tried a couple of experiments on vacuum pumps but so far the available ones in our...
FWIW, I've found that Genie-brand garage door "photo-eye" pairs are easy to use in other applications. One of the two devices is a modulated IR source with a...
That is cheap Tom. What sort of range have you found with them? To date I've probably used several hundred Omron equivalents on automatic gates, and they cost...
... I guess that's part of what the $300 buys, and they are probably industrial-grade bullet-proof enclosures. These sure aren't that - but I guess they...
Hello fellows In Parallax BasicStamp one can define the logic state of 8 pins using something like: %11100111 Can we do something similar in BasicX? Looking...
... Well, that post is not correct. register.DDRn sets the port pin directions, input or output - not the state of the pins, which can be set with the...
Thanx a lot! BR David M. ... From: Tom Becker To: basicx@yahoogroups.com Sent: Monday, January 14, 2008 4:40 PM Subject: [BasicX] Re: portA, Bit0-Bit7 ... ...
Hello again When we use te command RCTime, the manual says that we are "measuring how long the pin stays at a certain logic level". In the electronics classes...
Hi all - I have 2 questions that I am separating into different posts to hopefully avoid any confusion. First: I have a circuit that reads in 8 bits of serial...
Hi all - I have 2 questions that I am separating into different posts to hopefully avoid any confusion. Second question: Regarding my previous post - we can...
... Those eight instructions can be replaced with x = Register.PinA which reads the eight pins simultaneously, except that the LSB is on pin 20. Tom...
... pin 20. ... Brilliant! Thanks! It worked like a champ, and gave me a 300% boost in processing ability. (ie - I boosted my serial data rate input from 12k ...
I had an opportunity to measure the longest usable beam length of the Genie photo sensor pair. Source-to-sensor worked fine at about 50 feet, the length of the...
Hello everybody, I join this forum because I can't get my BX-24 microcontroller to work as I want. I'm busy making the serial communication between my computer...
Hello I developed a code in which the bx24 communicated with a GSM modem in the same way you describe it.. I'm sending you the pieces of code that you will...