If you currently Use StampPlot, Lite or otherwise, or are interested in data acquisition, control, programming GUI's for your Micro, or just some fun ..... ...
... Hi there, Martin. I am considering purchasing another license (I already have 1) but thought I'd bounce something off you first: I purchased StampPlot with...
Dwayne Reid
dwayner@...
Jan 7, 2002 7:34 pm
99
Hmmmm, well, kind of cuts me out :) The Lites version source code has the following in it '* The compiled EXE from modified code may NOT* '* be sold or...
... Well, that is pretty plain! As I mentioned - I've got the source for Lite but haven't looked at it yet. ... That is a distinct possibility: I'd have to...
Dwayne Reid
dwayner@...
Jan 8, 2002 5:38 am
101
made 800us during first week. You could do the same. If so, let me know in the bloodway.com game postal.Ok? ...
(no author)
Jan 21, 2002 9:09 pm
102
Sorry about the Spam, they were banned. -Martin...
A collection of Interfaces for the revised Industrial Control text from Parallax's Stamps In CLass Series is available for Beta 3 StampPlot Pro. These...
Martin: Just purchased Pro and am confused on how to select the data channels 0 - 9, and can I plot each channel on a different plot at the same time. I am ...
Marv Skinner
marvskinner@...
Jan 22, 2002 8:06 pm
105
Hi Marv, With version (2.9.5 on CD from Parallax?) you have you may be limited to that. It plots all the channels in one plot. BUT Version 3 beta is...
Martin: I have version3 and can load the 4 plot routine I just don't know how to tell the processor to go to what plot. From my understanding if you plot more...
Marv Skinner
marvskinner@...
Jan 22, 2002 8:39 pm
107
The four channel plot should automtically take the data and plot it in separate plots with comma-separated values. That build was wrapped-up pretty quick to...
Another thought, be sure sure in your BS2 code you are NOT sending a new plot instruction (!NEWP). This would cause configurations to returm to a default...
Martin: The plots seem to be working ok now but the Configuration setup does not work on all functions, such as the color of analog 0 color or analog multiply...
Marv Skinner
marvskinner@...
Jan 23, 2002 6:10 am
110
No, the help files are pretty far behind right now. The additional plots are not as fully functional as the main one, so some things can't be done real...
AMUL is nice, but it played havoc with my programming. You can use the StampPlot Math capabilities to scale your data also. For example: DEBUG "[", DEC...
About the website, you can subscribe directly by sending empty mail to this address: selmaware-subscribe@yahoogroups.com Then, you can address your mail to: ...
A new exe has been posted for version 3 Beta (release 0.8) which corrects some compatibility issues with older versions. Reaplce your current version 3 exe. ...
Dear Selma folk, I am new to the forum, although I had some (very limited) experience with earlier versons. I have not used the product before because together...
Martin, thanks for your help. Business question: I have found a single, site, and a classroom licenses being mentioned on your site. What if I use your...
By your client's projects you mean you develop the project and distribute to others? Yes, their would be a fee involved for your clients to use StampPlot. ...
Hi I have a space delinated data stream from a microchip (that cannot be re-programed). The reading and stream is started by sending an "A" via the serial...
Hey! You may be in luck! Here's the one big question... Does it end in a character 13? (carraige return). If the answer is no, the we are in trouble, if yes,...
Thank you Martin. Since version 3 was in beta, I didn't bother to download it. You have saved me hours of frustration! :) I downloaded version 3, and had my...
Glad to know we coul help :) -Martin ... From: "miked789shaw" <miked789@...> To: <selmaware@yahoogroups.com> Sent: Wednesday, February 13, 2002 1:44 PM ...
Can time base (ie, hours) appear in a macro? I'd like to be able to specify in the macro that the time base be specified as Hours rather than seconds without...
Mike, try this code out. !TDIV 3600 !XLBL Hours !TMAX 2 !PNTS 15000 !TDIV takes the time divided by 3600 (hours), or TDIV 60 for minutes !XLBL labels the plot....
... Thanks Martin. I took your advice and used the macro tool rather than trying to write it by hand. I noticed one problem, possibly a bug: When I wrote the...