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 460 - 490 of 601   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
460
The bug fixes for the plot objects and slider controls (and a few other things) has been officially rolled into a release. Thanks for your patience, a lot of...
Martin Hebel
selmaware
Offline Send Email
Dec 20, 2007
8:51 pm
461
Hi Martin, Happy New Year for 2008 Thanks for the updates and for your help again during the year. Regards Stuart ... other ... release...
Stuart Weightman
stuarttttt2000
Offline Send Email
Dec 31, 2007
4:22 pm
462
hi.. Im a student from INDIA and im working on stamp processor(BS2Pe) from parallax with a sensirion sensor SHT11. im working on the concept of monitoring the...
puri_mayanknsit
Offline Send Email
Jan 24, 2008
8:41 pm
463
If you are programming the Stamp through the USB, the USB acts as a COM port (1 to 15). When programming, note the port the Stamp is using, or you can use...
Martin Hebel
selmaware
Offline Send Email
Jan 24, 2008
8:45 pm
464
Thank you so much for the prompt reply. But this is the main issue, in the stamp editor when i opened the configuration for the port, the only option was COM...
Mayank Puri
puri_mayanknsit
Offline Send Email
Jan 25, 2008
2:46 am
465
This is an issue with the MSCOMM.OCX (microsoft) which is used to access the serial ports. Here is a discussion and 'hack' to increase the number of ports to...
Martin Hebel
selmaware
Offline Send Email
Jan 25, 2008
2:56 am
466
I've prototype my project with a stamp and serial com. Moving to the next step pics with max 232 is cheaper, but serial is disappering. I want to rebuild my...
porter.sadler
Offline Send Email
Feb 9, 2008
2:34 pm
467
Porter, I would recommend the FTDI serial-to-usb chip http://www.ftdichip.com/FTProducts.htm#FT232R I'm about to use it for a SP application in lieu of the...
John Gavlik
jgavlik@...
Send Email
Feb 9, 2008
4:23 pm
468
Porter, The chips John mentions are virtual COM port chips used many of the USB adapters you mention. Virtual COM is still the best way for direct USB from ...
Martin Hebel
selmaware
Offline Send Email
Feb 9, 2008
5:48 pm
469
... In my experience, just download the C18 compiler (free as is MPLAB IDE) from Microchip. Target a PIC with USB (18F4550 etc). Download Mchip's USB demo...
dngille
Offline Send Email
Feb 10, 2008
8:08 pm
470
new subject as a dataloger i wish to run my program and save with a specific file name when completed. do you have a command or amcro that will request a file...
porter.sadler
Offline Send Email
Feb 12, 2008
3:24 am
471
Porter, The NAMD filename instruction can be used to save to the specified filename: !NAMD mydata.csv You'll want to issue before you save any data. Sorry for...
Martin Hebel
selmaware
Offline Send Email
Feb 12, 2008
3:34 am
472
Hi Martin.. I develop custom embedded controls at work and have played around with StampPlot enough to know that it's good enough for commercial applications....
Doug Johnson
dj41354
Offline Send Email
Mar 10, 2008
3:32 pm
473
Hi Doug, I'd rather handle this off the forum. Your macro could be defined as the "startup.spm" and included in an installer. Can you summarize the other...
Martin Hebel
selmaware
Offline Send Email
Mar 10, 2008
3:34 pm
474
Hello, Is there an API I can use to connect directly with Stampplot via tcp without using the Serial/TCP gateway program? I have a controller that can send...
David Price
david.p@...
Send Email
Mar 11, 2008
12:18 pm
475
Hi David, StampPlot 'should' be able to connect directly to the device. All it wants is IP and port, and data it understands. I've done it before using...
Martin Hebel
selmaware
Offline Send Email
Mar 11, 2008
1:12 pm
476
Okay, when you say "data it understands" can you elaborate on the tcp message format stampplot expects to receive, i.e. the protocol. Thanks, dp ... From:...
David Price
david.p@...
Send Email
Mar 11, 2008
3:20 pm
477
It's simply raw data in a TCP/IP packet. There is no application layer protocol, simply raw data just as you would send StampPlot via the serial port. I can't...
Martin Hebel
selmaware
Offline Send Email
Mar 11, 2008
3:39 pm
478
Martin, I am trying to do interpolation from a table in stamp plot. I have raw RCTime data comming into Stamp Plot, from a AMP25 Hall Effect Current Sensor. ...
C.C.B.
ccbern
Offline Send Email
Mar 11, 2008
3:51 pm
479
Okay, I will then assume that Stampplot is the client requesting the connection to the other side of the TCP/IP port. Any other info you have would be great. ...
David Price
david.p@...
Send Email
Mar 11, 2008
4:33 pm
480
RS, Attached (if it makes it through) is a marco I'll be talking about. Some things about it: - I tend to use text or label controls more than data...
Martin Hebel
selmaware
Offline Send Email
Mar 11, 2008
4:46 pm
481
Yes, that is correct, StampPlot acts as the client. I really haven't tested TCP in 2 years. StampPlot's a hobby, and at times accounts for enough income to...
Martin Hebel
selmaware
Offline Send Email
Mar 11, 2008
4:51 pm
482
Martin, I have tryed your macro. It works, so long as I change the 100 to 200 range, and the 200 to 300 range numbers in the macro by hand, that AINVAL0 is...
RS
ccbern
Offline Send Email
Mar 11, 2008
7:33 pm
483
OK, I understand better. Let's try the seldom used 'table' feature of StampPlot! I've posted 2 files, table2.spm and table2.spt in the files section of the...
Martin Hebel
selmaware
Offline Send Email
Mar 11, 2008
7:48 pm
484
Martin, I have this macro working with your list of up to 5a and 5b, and by changing the AINVAL0 number that the stamp is returning, i can get any of the 5...
RS
ccbern
Offline Send Email
Mar 13, 2008
4:32 pm
485
You are using notepad to edit, and you have TAB's between the values? Can you send me a copy of your .spt so I can test it? It's odd my 5 worked and none of...
Martin Hebel
selmaware
Offline Send Email
Mar 13, 2008
4:37 pm
486
Martin, Email has been doing strange things lately, I have sent you 2 emails and have not heard back from you, so i am wandering if you have gotten these...
C.C.B.
ccbern
Offline Send Email
Apr 9, 2008
3:06 pm
487
Hi RS, No, don't recall those Emails. That is odd. Thanks for letting me know. -Martin...
Martin Hebel
selmaware
Offline Send Email
Apr 9, 2008
3:09 pm
488
Martin, I have up loaded the newest version M_TEST3_mh, to the group files. Here is where i am at with it now. I reinstalled the previous version software,...
C.C.B.
ccbern
Offline Send Email
Apr 9, 2008
3:16 pm
490
Hello all! I would like some help to plot to stampplot using a bx-24p on a boe bot. Initially, i had a BS2 on the boe bot and plotted to stampplot via the...
dosun129
Offline Send Email
Apr 11, 2008
1:19 am
Messages 460 - 490 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