Passing Parameters To BS2 Via Windows Programs Re:Excel
Archiver
Posts: 46,084
I am looking for anyone who has experience in methods of driving a
BS2 program, via parameters entered into Windows type programming
(Excel spreadsheets etc), to use the Windows programming as the front
end to a BS2 control program for machine/industrial controls etc.?
BS2 program, via parameters entered into Windows type programming
(Excel spreadsheets etc), to use the Windows programming as the front
end to a BS2 control program for machine/industrial controls etc.?
Comments
Nuts&Volts magazine about using Excel and a Stamp.
SIMPLE INTERFACE USES COMMON TOOLS
Using a BASIC Stamp, InByte, and Microsoft Excel (of all things!) to
make a "homebrew" interface program to read bytes of data.
By Mark Van Steenburgh
Dan
>
Original Message
> From: cemorr3 [noparse]/noparse]mailto:[url=http://forums.parallaxinc.com/group/basicstamps/post?postID=ni57KUt1189zQWL7rCMfTCzuSuNgEuVW9IUaNmfic6t78NN_Wg_KSHdV8sjbZRqfqHanGiTQ0L50YASlr0Glits]aviatorvfr@e...[/url
> Sent: Saturday, October 12, 2002 9:42 AM
> To: basicstamps@yahoogroups.com
> Subject: [noparse][[/noparse]basicstamps] Passing Parameters To BS2 Via
> Windows Programs Re:Excel
>
> I am looking for anyone who has experience in methods of
> driving a
> BS2 program, via parameters entered into Windows type
> programming
> (Excel spreadsheets etc), to use the Windows programming
> as the front
> end to a BS2 control program for machine/industrial
> controls etc.?
>
>
> To UNSUBSCRIBE, just send mail to:
> basicstamps-unsubscribe@yahoogroups.com
> from the same email address that you subscribed. Text in
> the Subject and Body of the message will be ignored.
>
>
> Your use of Yahoo! Groups is subject to
> http://docs.yahoo.com/info/terms/
>
> I am looking for anyone who has experience in methods of driving a
> BS2 program, via parameters entered into Windows type programming
> (Excel spreadsheets etc), to use the Windows programming as the
front
> end to a BS2 control program for machine/industrial controls etc.?
StampPlot Version 3 is about to be formally released. It includes
the ability to create (or use pre-defined) GUI interfaces for the
Stamp.
Example code to read a slider on StampPlot named 'sldSet'
Setpoint VAR Word
DEBUG "!READ sldSet",CR
SERIN 16,84,[noparse][[/noparse]DEC SetPoint]
Additionally, we are implementing a FREE license for Home/educational
users for the Standard version (which does not include the ability to
use drag and drop tools to create your own configurations), but that
can be done through code pretty easily too.
I hope to have the new final version posted within 2 weeks.
http://www.selmaware.com/stampplot
-Martin