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...
AudioXpress recently published my article "MCUTracer" which uses Martin's StampDAQ and StampPlot and the humble Basic Stamp II -- the article is published in...
Thanks for sharing your articles Jack. I haven't studied the articles closely (just downloaded) but it looks like an excellent application. You are motivating...
Jack or Martin, Can you explain how StampPlot recognizes the various DEBUG "! READ (xxx)," CR commands and associates the (xxx) with the proper numbers. ...
John Gavlik
jgavlik@...
Aug 25, 2004 4:28 pm
254
When DEBUG "!READ (xxx)",CR is executed, the appropriate control's value on StampPlot will be returned serially to the controllers. For example (without...
Martin, Many thanks...seems obvious now. John ... From: "Martin Hebel" <martin@...> To: <selmaware@yahoogroups.com> Sent: Wednesday, August 25, 2004...
John Gavlik
jgavlik@...
Aug 25, 2004 4:58 pm
256
I've also flushed out my website with the files and links. Sorry it wasn't up to date previously. ...
Please can any one tell me where can I find an LCD like this one on this link with a serial or parallel interface? I searched for it but I could not find...
In conjunction with Matt Miller, we did a series of articles in "American Tool, Die & Stamping News", on the need for low-cost data logging of a press...
Martin, This looks interesting, since I want to use StampPlot for our Data Stamp (see attached). The Data Stamp will output the real-time conditions of 8 ...
John Gavlik
jgavlik@...
Nov 15, 2004 5:43 pm
260
Hi John, The number of digital traces is dependent on the grid. If you increase to a 20 Y-axis grid, it will accommodate 16 digital traces. Didn't get an...
I have been trying to learn StampPlot by plotting a simple digital waveform. Since I'm not use a Stamp, but rather a PIC controller programed using Basic...