Shop OBEX P1 Docs P2 Docs Learn Events
StampPlot Pro and Plot Objects for monitoring and control — Parallax Forums

StampPlot Pro and Plot Objects for monitoring and control

ArchiverArchiver Posts: 46,084
edited 2001-08-03 06:13 in General Discussion
Have you worked with S-Plot and attempted to do some graphical
monitoring (other then plotting) or interactive control and been very
frustrated?

Well, we are pleased to announce the release of Version 2.8.3 Beta with Plot
Objects.
Let the plot do plotting and objects do the rest! - Makes it simple and FAST
and FUN!

With code as simple as this you can place
a text box on the screen, send data to it, and read data from it...
all from the Micro! (or PC macro if desired)

' Add a text box at location 50,20:
DEBUG "!POBJ oText.myText=50,20",CR
' Modify the text box:
DEBUG "!POBJ myText=",DEC data,CR
' Read the text box in code
DEBUG "!STAT The box says (myText)",CR
' Instruct SPP to send value to micro:
DEBUG "!SEND (myText)",CR
' Accept returning data
SERIN 84,16,[noparse][[/noparse]DEC data]

Other controls you may use::
Labels, text boxes, image boxes, image buttons,
check boxes, list boxes, drop-down boxes, timers.

Take a few minutes and check out the revisions:
http://www.selmaware.com/tutorials/revisions/beta__283.htm

-Thanks, and happy plotting!
Martin Hebel and Will Devenport
www.selmaware.com
Sign In or Register to comment.