StampPlot Lite
MacGeek117
Posts: 747
I've downloaded the StampPlot Lite software, but how do I print the plot?
(Yes I've read the help splat, but it doesn't say anything about it.)
bugg
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Really weird kid
(Yes I've read the help splat, but it doesn't say anything about it.)
bugg
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Really weird kid
Comments
It appears that the direct answer is to upgrade to StampPlot Pro. But there are a couple of alternatives. One is to capture the StampPlot screen by pressing Alt-Prnt Scrn, then pasting the image into another application, like word for instance, then printing it. Another is to use a graphical capture tool which allows you to select an area of the screen to copy and/or print. I don't know what tools are out there as I don't use one, but I know they exist.
Jim
What's a Microcontroller is available for free download from www.parallax.com -> Downloads -> Stamps in Class Tutorials.
For home and educational users, the Pro version is free for use thanks to Parallax. It allows printing directly or taking JPG snapshots of plots.
Little more complex to use, but it does allow ploting of multiple analog values (and so much more).
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Martin Hebel
Electronic Systems Technologies
Southern Illinois University Carbondale
Personal Links - ·Lot of BASIC Stamp info
and
SelmaWare Solutions
StampPlot Pro Version 3 Release 4
Graphical Data Acquisition for your Micro and Imagination!
Now allows additional controls to be added, or developed.
·
Sorry Marty, I also forgot to cite your Industrial Control text as the main resource for StampPlot Lite. I usually try to·mention every Stamps in Class resource that covers a topic, but my posting fingers aren't warmed up yet!
Industrial Control is also avialable for free download from www.parallax.com -> Downloads -> Stamps in Class tutorials.
Post Edited (Andy Lindsay (Parallax)) : 2/10/2005 6:00:25 PM GMT
I didn't know that you have to paste!
bugg
I LOVE THESE FORUMS!!!!!!!!!!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Really weird kid
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Frank Womack
Industrial Electronics Instructor
Carthage Technical Center
Oh, BTW, guess what this is!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Really weird kid
Here's the code:
'{$STAMP BS2}
'{$PBASIC 2.5}
time VAR Word
DEBUG "!AMAX 200", CR,
"!TMAX 800", CR,
"!TMIN 0", CR,
"!SHFT ON", CR,
"!RSET", CR,
"!PLOT ON", CR,
"!USRS Temperature", CR,
"!MAXS", CR,
"!PNTS 20000", CR,
"!TITL Outside Temperature Levels", CR
DO
HIGH 0 'THERMISTOR
PAUSE 1000
RCTIME 0, 1, time
DEBUG DEC time, CR
LOOP
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Really weird kid