Hi Martin or anyone, I would like to use an "Emergency Stop" button on a GUI. How do I change the following button to a red colour please. (I have trawled...
Hi Stuart, Sorry I didn't see this sooner. A command button cannot be made a different color. It's locked in. An option would be to use a label instead, which...
Staurt, Now that I have alittle more time to read and respond, I see that you plan on generating the form the BASIC Stamp, as you had been doing previoulsy...
Thanks Martin, I'll try that out soon. Just trying to recover my PC from a missing Windows\System32 file. Had to reload WinXP, drivers etc etc. Stuart ... ...
Hi Martin, The check box is constructed on the page OK but I can't seem to get the code to read the check box. Could you have a look at the code and advise...
Stuart, Here's the code I tested with without using Bluetooth. There's some additional pauses because of echoes when using the programming port. I don't know...
Martin, The main problem was a piece of badly written code prior to the check Stop button code. Doh With that now removed the code you supplied initially works...
Martin, The main problem was a badly written peice of code prior to the check stop button code. Doh The code you supplied initially works fine (everytime)....
Hi Martin, During programme execution I would like a couple of sliders to be able to be returned to or set at the mid position. (by not using the mouse) Is...
Stuart, You can simply set the value you want the slider to be at. !O sld=50 -Martin ... From: selmaware@yahoogroups.com [mailto:selmaware@yahoogroups.com]On ...
StampPlot Version 3 Release 6.0 is available. Some international versions of Windows (Japanese, Hebrew and others) were not be able to run StampPlot due to the...
Check out my Remote Controlled Lawn Mower based on the 80C251 http://www.geocities.com/rc_mower I used to hate having to mow the lawn, but now with my rc...
Hi Martin, Thanks for your help a few months ago regarding oCheck buttons. These are working fine on the GUI. You initially mentioned that ordinary command...
Glad it helped Stuart, A button doesn't have 2 states which 'lock'. You click it, it comes back up. Chances are that the Stamp may not read it at the same...
Hi Martin, Ah, yes I should have thought of that. I have tested your suggestion and it works fine. Thanks again. Stuart ... comes ... time ... the ... value, ...
Hi, I am unable to get the temp PID control plot to work correctly. The temp probe/ADC etc is working fine and has been tested with several StampPlot macros...
Hi, I am using a Javelin stamp with an USB interface. I am wondering if stampplot supports this interface. I wrote a simple program writing some analog data to...
Hi John, My apologies on the late posting of this answering. About the only glitch I've found with the USB to serial chip that Parallax uses and StampPlot is...
Stuart, I tested what is posted, and seem to work fine, but I sent you some files to your direct Email account. -Martin SelmaWare Solutions ... From:...
We have released a primer to assist those using the developer's license in getting started building your own interfaces, and other tips and tricks you may find...
Hi Martin, I really enjoyed working through the 'Industrial Control' book. Excellent PID section. The battery charger in 'Experiments with Renewable Energy' is...
Hi Chris, Thanks for the kind words and complaint. And you were correct, while in the help files on-line, it wasn't prevelant at all on the main site. This...
Hi Martin, I can not copy and paste the code, page 5 BASIC Stamp Code to Test, in the Primer .pdf. Last revised:01/09/06 Not a big deal since the program is...
Hi Chris, I used Acrobat's text tool to copy and paste into the BS Editor.... and wasn't that special! I changed fonts and reposted, it seems to work much...
I've been looking through the documentationa and on this forum to see how i can set the X axis time varialbe from the stamp program. So far I've found the ...
Hi Martin, Works good on my end. It may make some future user happy. Thanks, Chris _____ From: selmaware@yahoogroups.com [mailto:selmaware@yahoogroups.com] On...
Hi Porter, You found a hole in the help files, and one that had been pointed out to me in the past, and still neglected to fix. The !TDIV is used to define how...
Hi Martin, Section 9: Configure from macros (text scripts). ' Span the Y-axis !SPAN 0,360 ' Create meter !O oMeter.Meter1=75,50,,,0,360 The supplied macro...