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...
Hi Chris, It took me a while to realize you were refering to the standard primer as opposed to the developers primer. Thanks for the catch. Between the 2...
Thanks Martin, I found it in the 'Help' files before I realized that .T was top. Then it dawned on me that it was '.M that you were referring to. Move (.Move...
I wanted to print it out, more formatted than anything. I have never really liked printing help files since I can't print on both sides of the page. I three...
... I figures it was for easier reference. I did some copy and pasting, and posted the PDF on the yahoo site: http://groups.yahoo.com/group/selmaware/files/ ...
You are faster than I am. I just created a .pdf was and getting ready to post it. Thanks. I could have done it. Didn't mean to put you to the trouble. ...
StampPlot user Stuart Weightman developed a really great GUI application. What do you get when you mix StampPlot, BASIC Stamps, Bluetooth Modules, Robotics and...
Tap-Tap. Very Nice! Chris _____ From: selmaware@yahoogroups.com [mailto:selmaware@yahoogroups.com] On Behalf Of Martin Hebel Sent: Sunday, January 29, 2006...
Hi Martin, I have a tutorial named 'StampPlot Pro (S-Plot Pro) Tutorial For the BASIC Stamp2' "With Additions for StampPlot Pro Version2' I don't remember...
Hi Chris, Thanks, it was pretty good, though in version 2 all graphics and control had to be done through the plot area with drawings and click monitoring. It...
Hi Martin, 1. How do you reposition the main plot grid to say halfway down the StampPlot screen? When I tried, another plot area appeared in addition to the...
Hi Stuart, What do you mean by halfway down? From the top to the center? The 'main plot area' is controlled using !PPER for sizing (plot percent). So, a...
Hi Martin, Yes I was meaning moving the main plot to start at coord 0,50 but as you have now explained it will always start at 0,0 and would have to be...
Hi Stuart, Yes, the editor makes things a lot easier :) To do special challe plotting, you need to use the .draw extension for the object: SEROUT 1,84,["!O...
Thanks Chris, I've been working with the STK500 for several years, but tend to program in ASM & C instead of a BASIC for a controller class I teach, adn of...