I'm just getting back into my BasicX and searched the archives but only saw a few old messages about this subject so I thought I would revisit it. I have a 15...
If it were me I would use a strain gage glued to a piece of material. I have done this. In my case I used a tie wrap. I glued the strain gage to the smooth...
John, Thanks for the info. Where did you get your strain guage? David _____ From: basicx@yahoogroups.com [mailto:basicx@yahoogroups.com] On Behalf Of John...
... Might you be able to use a simple sprung switch, a microswitch , magnetic reed or IR switch alongside an appropriate coil or leaf spring that's displaced a...
I got it off ebay ... From: David E. Basile <dbasile@...> To: basicx@yahoogroups.com Sent: Tuesday, February 5, 2008 4:51:42 PM Subject: RE: [BasicX]...
... TRYING TO BUILD A CRUISE CONTROL FOR YOUR CAR? USING BASICX TO CALCULATE THROTTLE POSITION TO MAINTAIN SPEED? I DEVELOP THIS PROJECT AND HAVE OVERCOME SOME...
What is the policy for posting for sale items in this list? I have a few BasicX X24 chips for sale. Jim Fouch [Non-text portions of this message have been...
Hi Jim, I am interrested. What do you offer and for how much? Wim ... ____________________________________________________________________________________ ...
I'm attempting to build a small watering system for some of my plants. I have a chance to get a flow meter and was wondering if someone can point me in the...
Your assumption about voltage is correct. Most flow meters will output a squarewave pulse of whatever voltage you drive the sensor with. As for measuring the...
I'm having a problem getting this DS1820 to give me any temperature other than the 85 degrees. I have checked timings and everything looks good. On reading...
... At my page; http://www.phanderson.com/bx24/ds1820_1.html Increase the duration of the StrongPullUp to 0.75 or even 1.0. Sub StrongPullUp_1W(ByVal Pin as...
Tried that, didn't work. Maybe my output routine is not getting the data out correctly? I tried yours (PHAnderson) as well with no different results. ...
While I am not familiar with the 1820 I did have problems with the 1620 when I had my pin connections to long. I would get bogus data from the chip at times...
I switched over to powered mode instead of parasitic mode and it works fine. I'm not one to just move on when there is a quirk causing an issue and a fix is...
I wanted to look at this example code and although it says all source included but all that is in the zip file is the VB code. I downloaded it right from the...
Having spent a week attempting to write a function to extract string data from a receive queue, I have come to the point of needing a little help. I have...
... in front ... Attempting to open VB6 project BXToVB.vbp complains: Line 10: Property Icon in Form1 had an invalid file reference. Something is missing here...
Try Do While StatusQueue(rq3) And (Timer() < timeout) instead of Do While StatusQueue(rq3) And Timer() < timeout Best wishes Dale Eichbauer ... string ... ...
Vic, Not being a VB expert but what I'm assuming is who ever created the form used a custom ICON and that is what it's complaining about. The program still...
Folks, I've removed about 500 members for hard bouncing. If you have just rejoined the group and are surprised that you were no longer a member, my apologies...
Yes this helps but my problem is I have 3 different meters and if I'm correct I can only use one pin on the BX24 (pin 11) with WaitForInterrupt. Using...
What I would do is run the pulses through a simple transistor and RC networking feeding an OPAMP turning them into an Analog Voltage that could be measured on...
I never had any experience with using the BX24 for pulse counting or flow meters so I hope I get this info right. Rise & Fall times 2uS max Max frequency 280Hz...
... It would be easier to suggest an interface if we can see the metering device schematic. Can you provide a link? In general, it would seem possible to...