Shop OBEX P1 Docs P2 Docs Learn Events
StampPlot Lite — Parallax Forums

StampPlot Lite

MacGeek117MacGeek117 Posts: 747
edited 2005-02-11 15:39 in Learn with BlocklyProp
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.) cry.gif
bugg

▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Really weird kid

Comments

  • Jim McCorisonJim McCorison Posts: 359
    edited 2005-02-10 15:49
    Bugg,

    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
  • edited 2005-02-10 16:27
    The What's a Microcontroller text has a StampPlot Lite example with step-by-step instructions for getting started. It's in Chapter 7, Activity 2 - Graphing Light Measurements.

    What's a Microcontroller is available for free download from www.parallax.com -> Downloads -> Stamps in Class Tutorials.
  • Martin HebelMartin Hebel Posts: 1,239
    edited 2005-02-10 16:36
    Hey, nice poll! This topic caught my eye in my Email. alt-Print Screen and paste is the easiest way I feel.

    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.
    ·
  • edited 2005-02-10 16:47
    Bugg, I misread your question.

    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
  • MacGeek117MacGeek117 Posts: 747
    edited 2005-02-10 23:06
    Thanks, guys! I've tried the Prnt-Scrn, but it didn't work, though
    I didn't know that you have to paste!
    bugg

    I LOVE THESE FORUMS!!!!!!!!!!

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Really weird kid
  • Frank WomackFrank Womack Posts: 1
    edited 2005-02-11 00:57
    The free version of screenhunter at http://www.wisdom-soft.com/downloads/downloadfiles.htm will help you do any kind of screen capture you want. I have used the original free version for years and love it. I assume the newest version is at least as good.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    fbtop_logo.gif
    Frank Womack
    Industrial Electronics Instructor
    Carthage Technical Center
    <a href="http://franklybetter.com/email.shtml">Click here to email</a>
    
  • MacGeek117MacGeek117 Posts: 747
    edited 2005-02-11 15:11
    Thank you guys for all your help-I LOVE THESE FORUMS!!!!!!
    Oh, BTW, guess what this is!

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Really weird kid
  • MacGeek117MacGeek117 Posts: 747
    edited 2005-02-11 15:39
    OKAY, the graph is the time-vs.-temperature plot of my furnace vent.
    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
Sign In or Register to comment.