Search the web
Sign In
New User? Sign Up
selmaware · StampPlot by SelmaWare Solutions
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 36 - 65 of 601   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
36
We are pleased to announce the release of Version 2 of S-Plot Pro (StampPlot Pro). Version 2 brings many additions to S-Plot Pro which you may find useful no ...
martin@...
Send Email
Jan 7, 2001
4:45 am
37
I'm having problems installing Stamp Plot Lite on my older Laptop computer. The computer is a Compaq Contura 4/25 running Windows 95. When I run the setup...
Mike Davey
mdavey@...
Send Email
Jan 10, 2001
8:54 pm
38
Hmmmmmmmm, I seem to remember this cropping up before.... OLEATU32 is actually distributed in the CAB files included in the installation, setup should find it...
martin@...
Send Email
Jan 10, 2001
9:23 pm
39
OK Here are some details, and a thank you ahead of time for your fast response. I have the 5 files that UnZIPed from the downloaded file in a folder called...
Mike Davey
mdavey@...
Send Email
Jan 11, 2001
3:48 am
40
Mike, I am mailing you a new build of SPL. -Martin ... From: Mike Davey <mdavey@...> To: <selmaware@egroups.com> Sent: Wednesday, January 10, 2001 9:33 PM ...
martin@...
Send Email
Jan 11, 2001
4:35 am
41
I have placed in the Files-->BS2 area of the eGroup a BS2 file for testing the various marcos on version 2.0 examples page of the website. It is also available...
Martin Hebel
martin@...
Send Email
Jan 14, 2001
3:46 am
42
First I run "Simple heater " from PARALLAX Process control with StampW and S-Plot Light with additional freqout command at the beginning (indicating the...
martin@...
Send Email
Jan 15, 2001
2:27 am
43
Wouldn't it be nice to be able to hook up a Stamp2 or BX24 to the RS232 port of a 7475a plotter?...
Schatzie Walton
jdwalton@...
Send Email
Jan 18, 2001
10:21 pm
44
Well, not being familiar with that particular plotter, I guess it would be, but why can't you and what are proposing for S-Plot Schatzie, lol :) -Martin ... ...
Martin Hebel
martin@...
Send Email
Jan 18, 2001
11:52 pm
45
The 7475a is a 6-pen HP plotter which is readily available on EBay for $20 - $40. It uses RS232 or HP-IB. Although it uses the HP G/L language the commands...
Schatzie Walton
jdwalton@...
Send Email
Jan 19, 2001
1:55 pm
46
In response to request for BX-24 examples, we have posted a .bas file on the version 2 examples page that you may simply download and watch run the various...
Martin Hebel
martin@...
Send Email
Jan 20, 2001
4:48 am
47
... file ... watch ... in ... Thanks for the examples / demos, works great! -jim...
Jim Florek
zjaf05@...
Send Email
Jan 24, 2001
1:56 am
48
... file ... watch ... in ... Fantastic timing!!!! I just got software downloaded and installed and it works great with the Basicx24. The example/demo worked...
Jim Florek
zjaf05@...
Send Email
Jan 24, 2001
1:58 am
49
I'm new to both e-groups and this group. I just downloaded and installed the software 2 days ago and it already has helped me solve some code problems. I've...
Jim Florek
zjaf05@...
Send Email
Jan 24, 2001
2:11 am
50
Hi Jim, Glad you are finding it useful. That does sound like a really good application for the software! If you have any questions please, don't hesitate to...
Martin Hebel
martin@...
Send Email
Jan 24, 2001
1:57 pm
51
If I use !MAXT and !MAXS to stop a plot after 90sec, is there a way to resume the plot?...
zjaf05@...
Send Email
Feb 1, 2001
6:46 pm
52
Only by resetting and re-starting the plot. What are you trying to accomplish? Maybe we have a better suggestion. -MH ... From: zjaf05@......
Martin Hebel
martin@...
Send Email
Feb 1, 2001
7:24 pm
53
Version 2.3 has been posted, a full install or the .exe alone to replace the version 2.2 exe. Additions: Option under Plot: ASCII Error Trap (default is on)....
martin@...
Send Email
Feb 8, 2001
3:12 am
54
I'm using a Basicx-24. When I try to send more than one Debug.Print "^frec xx ....." , only the 1st one is executed under version 2.2. any ideas?...
zjaf05@...
Send Email
Feb 13, 2001
2:42 am
55
No, no ideas off the top of my head. The commands are on seperate lines and no semi-colon after the first so that a carriage return gets sent? If you will,...
martin@...
Send Email
Feb 13, 2001
4:31 am
56
Here is the code: Debug.print "^frec L7,D7,T7,2,12" Debug.print "^frec L8,D8,T8,1,12" Debug.print "^frec L9,D9,T9,0,12" Debug.print "%" & InPlot The result I...
zjaf05@...
Send Email
Feb 13, 2001
8:44 pm
57
I don't see anything wrong with it, so I'll need to test it. PS: To conserve your T's, you can do this: Debug.print "^frec L7,D7,T7,2,12" Debug.print "^frec...
Martin Hebel
martin@...
Send Email
Feb 13, 2001
9:16 pm
58
Sorry, just had a thought. All these draw red boxes, are you sure you are not seeing 2 and 3 because they overlap 1? Try changing each to a differnt color...
Martin Hebel
martin@...
Send Email
Feb 13, 2001
9:43 pm
59
The "D7" term indicates on which digital plot (or line) the rectangle should be plotted, correct? I commented the first line out, and changed color on the...
zjaf05@...
Send Email
Feb 14, 2001
3:27 am
60
Martin, I uploaded my mainline code for the problem i'm having to the files area. Jim ... rectangle ... helps ... & ... the ... is ... the...
zjaf05@...
Send Email
Feb 14, 2001
3:41 am
61
Hi Jim, Your origianl line looked like this: Debug.print " ^frec L8,D8,T8,1,12" I took out the leading space to make: Debug.print "^frec L8,D8,T8,1,12" and all...
martin@...
Send Email
Feb 14, 2001
4:41 am
62
Yes, i'm looking for 3 separate lines which i will color red or green depending on the calculated state. I can look at the appropriate states of the top 7...
zjaf05@...
Send Email
Feb 14, 2001
9:17 pm
63
Thanks!!, works great now. Getting rid of those extra spaces solved the problem. Jim ... though ... debug ... analog 1,2 ... suggestion, but if ... would like...
zjaf05@...
Send Email
Feb 15, 2001
12:30 am
64
Glad to hear :) -Martin ... From: <zjaf05@...> To: <selmaware@yahoogroups.com> Sent: Wednesday, February 14, 2001 6:30 PM Subject: [selmaware] Re:...
martin@...
Send Email
Feb 15, 2001
3:29 am
65
In an effort to make StampPlot Pro (S-Plot) as versatile as we can, we have added FTP capabilities. This allows uploading and downloading files or images to a...
martin@...
Send Email
Feb 18, 2001
6:26 am
Messages 36 - 65 of 601   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help