Shop OBEX P1 Docs P2 Docs Learn Events
StampPlot Version 3 is available — Parallax Forums

StampPlot Version 3 is available

ArchiverArchiver Posts: 46,084
edited 2002-10-19 03:26 in General Discussion
We are pleased to announce Version 3 of StampPlot is available.

Best of all, the Standard License allow use for FREE by home and educational
users. The Standard License does not include the ability to use the Object
Editor and Macro Builder for the design of configurations though it may be
performed manually.

http://www.selmaware.com/stampplot

-- Eight ready-to-run configurations for monitoring and control.
-- Plots up to 10 comma-separated analog values.
-- Plots over 8 channels of digital data.
-- Save plots files and JPG images.
-- Template data into other documents.
-- Linear or Logarithmic scales and numerous math operations.
-- Instructions for drawing, playing WAV files, and placing graphics images.
-- Plot Objects allow you to create graphical user interfaces (GUI) for
monitoring or interactive control: Alarming meters, gauges, text boxes,
sliders, image boxes, image buttons, progress bars, list boxes, additional
plotting areas and more.
-- Configurations may come from the controller or PC based text file
(StampPlot Macro).

'Sample BASIC Stamp code to control a buzzer's frequency
'connected to P11

Pause 1000
DEBUG CR,"!POBJ Clear",CR 'Clear all objects
DEBUG "!PPER 80,100",CR 'Set plot percentage
DEBUG "!POBJ oHSlider.FREQ=83,76,,,0,5000,0",CR 'Create a slider object
' called FREQ for 0-5000
FreqVAR VAR WORD 'Hold returning value

Main:
PAUSE 100
DEBUG "!READ (FREQ)",CR 'Read StampPlot FREQ slider
SERIN 16,84,1000,Timeout,[noparse][[/noparse]DEC FreqVar] 'Accept returning data
Timeout:
FREQOUT 11,500,FreqVAR 'Play frequency for 1/2
second
Goto Main

-- Perform over-the-Internet acquisition and control with the included
Serial-TCP gateway software (host PC required).
-- Compatible with all StampPlot Lite features.

Thanks,
Martin Hebel & Will Devenport
SelmaWare Solutions
Sign In or Register to comment.