StampPlot Pro Version 3 Release 2.1 is available for download. http://www.stampplot.com Remember, StampPlot Pro - Standard license allow FREE use by home and ...
Thanks to user Jack Walton, the StampPlot primer is now available in Acrobat PDF format on the home page. www.stampplot.com Thanks much! Martin Hebel...
Marty, I haven't had a chance to look at it in detail, so are there any differences. John ... From: "Martin Hebel" <martin@...> To:...
John Gavlik
jgavlik@...
Nov 14, 2003 11:10 pm
223
FYI, thought this would be a handy individual response to post to all. -Have a happy Thanksgiving all (for US based people anyway) ... Subject: RE: Time...
Thanks for the Thanksgiving greeting - hope your turkey was as good as ours. Getting closer to retrieving PTIME as you suggested but perhaps my serial ...
John Ockerman
jbock@...
Nov 29, 2003 2:17 am
225
DEBUG "!READ (PTIME)",CR PAUSE 50 SERIN 16,84,1000,timeout,[DEC PTIME] John, Take the PAUSE 50 out. You are probably missing the data during the pause. After...
Hi can anyone tell about how to interface the bar code and 8051............. i mean how to get the data from the bar code using 8051 micro controller.............
Martin - Am back in business after removing the PAUSE following DEBUG "!READ(PTIME)",CR Thanks again - John...
John Ockerman
jbock@...
Nov 29, 2003 5:33 pm
228
Glad I could help :) -MH Subject: Re: [selmaware] Retrieving plot time for BS2 Martin - Am back in business after removing the PAUSE following DEBUG ...
Hi All, I am trying to plot on StampPlot analogue data (0-5 voltage ramp) from a single channel of an ADC0830 converter on a BStamp2. (code below). The ramp is...
Hi Ricardo, To plot your data simply use: DEBUG DEC ADres,CR This will work for a single channel. This line: DEBUG "!POBJ objName=", DEC ADCRes,CR Is trying...
Greetings, We've had a number of new people join the group lately, so hello and welcome! This isn't a very busy group, but you feel free to post any questions ...
Keep up the good work, Marty...LOL ... From: "Martin Hebel" <martin@...> To: <selmaware@yahoogroups.com> Sent: Friday, January 23, 2004 8:28 PM ...
John Gavlik
jgavlik@...
Jan 24, 2004 4:18 pm
233
Hi! I think it is an amazing piece of software you have done. The reason why the forum is rather quiet is perhaps that there is an excellent manual to support...
Thanks John and Christer, I appreciate the comments. Christer, can I use your comments on my home page? lol. It's nice to hear the documentation is helpful, I...
Marty, You're certainly welcome to use any of the screens you've developed for REEL Power, EwRE and some that we've discussed for future programs (hint). ...
John Gavlik
jgavlik@...
Jan 25, 2004 4:11 pm
236
Dear Mr: I`m professor in Control Systems in Universities of my country (BOLIVIA). I interesting about projects with Basic Stamp in Control Systems in...
Hi, I recommend you join and ask around on the following user groups, they have a much wider educator base: http://groups.yahoo.com/group/basicstamps/ ...
Dear frinds: I want to write a program in C51 for 89C51 and compile it to hex file to program. Please learn me step bye step with a simple program and send...
Hi, Does Stamplot ver3 allow continuous (infinite) scrolling of analogue values ? (With a licensed version of course) No need to save or retrieve the data, I...
HI Stuart, Yes it does, you can set the amount to shift the plot by with: !SAMT 2 for 2% for example. Default is 50%. This can also be found under the menu...
Oh, and ensure plot shifting is on (!SHFT ON) and data flushing enabled (!FLSH ON). -Martin ... From: Martin Hebel [mailto:martin@...] Sent: Tuesday,...
Hi Martin, Thanks for your expedient reply. I have tried what you suggested and it works fine. DEBUG "!SAMT 2",CR,"!SHFT ON",CR,"!FLSH ON",CR,"!PNTS 400",CR ...
Hi, I am learning to use Stamplot (Version 3 1.6) 1. Where is the object editor? Or is it only made available/visible with the licensed $49 version? ...
Hi Stuart, The object editor and macro builder are available during the free evaluation period prior to registering, or with the $49 license for continual use....
Controlling TECEL's D200 Motor Driver Has anybody controlled the D200(www.tecel.com/d200) motor driver from Tecel? I would like to get some tips on controlling...
Martin and Co, I have an application using a binary serial sequence, where I want to use two of the incoming bytes to form a 16 bit 2's complement number. Can...
Hi David, While I just carry the FORMAT operator up from Visual BASIC, I can't see how it can be of help. Here's an analog handling routine using the horrid...