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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 277 - 306 of 601   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
277
Hi, My aim is to use Stamplot as a GUI to remotely control a vehicle with a camera / sensors. The vehicle has a BS2 / Bluetooth EB500. Data is sent via a PC...
Stuart Weightman
stuarttttt2000
Offline Send Email
May 19, 2005
7:07 pm
278
Stuart, I'm a little confused, do you need to communicate to both the Stamp and Bluetooth? I have the EB500 and adapter, but to tell you the truth I've always...
Martin Hebel
selmaware
Offline Send Email
May 19, 2005
7:18 pm
279
Looking through the EB600 to EB500 section of the manual, and doing some quick tests with SP, it looks do-able, though there's a few hoops to jump though (the...
Martin Hebel
selmaware
Offline Send Email
May 19, 2005
7:51 pm
280
Hi Martin, I don't need to to communicate with the BS2 connected to the PC. I presumed I would need to, so the Stamplot and BS2 could work in conjuction with...
Stuart Weightman
stuarttttt2000
Offline Send Email
May 19, 2005
8:12 pm
281
Yup, StampPlot simply sends/receives from the serial port. It could be a serial VOM, a GPS unit, or a bluetooth module. As long as we can get StampPlot to...
Martin Hebel
selmaware
Offline Send Email
May 19, 2005
8:16 pm
282
At the following URL is a macro for testing the eb600 connected to a standard COM port to communicate with a en eb500 module. ...
Martin Hebel
selmaware
Offline Send Email
May 26, 2005
8:05 pm
283
Hi Martin, Yes it appears to work. Its still working now on auto shift :) When I have clicked on the Macro icon it starts and connects to my Eb500...
Stuart Weightman
stuarttttt2000
Offline Send Email
May 26, 2005
9:05 pm
284
Hi Stuart, I wish I could test things out on my side. It's odd you are getting varying address values in, and don't have to connect manually as specified in...
Martin Hebel
selmaware
Offline Send Email
May 26, 2005
9:47 pm
285
Hello Martin, Feedback as requested....I loaded the BS2 with the example you suggested and ran it in conjunction with your macro. 1. No ID address was or has...
Stuart Weightman
stuarttttt2000
Offline Send Email
May 27, 2005
12:24 pm
286
Martin, Managed to get this example working. Controlling a remote sounder on an Eb500 / BS2 without the need for a macro. (Only because I'm weak on macros) ...
Stuart Weightman
stuarttttt2000
Offline Send Email
May 27, 2005
1:32 pm
287
Stuart, Ahhhh, yeah, 0-100 would have been a very poor frequency range. Good troubleshooting. As far as the ID and such, I'm just following what the embedded...
Martin Hebel
selmaware
Offline Send Email
May 27, 2005
1:41 pm
288
Stuart, Good to hear, I guess nothing specialized on the StampPlot side is required. Now picture this: You walk through the factory with your laptop. As you ...
Martin Hebel
selmaware
Offline Send Email
May 27, 2005
1:50 pm
289
Hi, I am having trouble with constructing a slider. Initially to test controls via bluetooth I am using servos on the recieving end. Min Centre Max Ideally I...
Stuart Weightman
stuarttttt2000
Offline Send Email
May 29, 2005
8:34 am
290
Hi Stuart, Not doing anything wrong, you found a bug. It appears that when you try to set the minimum (500) above current maximum (100) it throws an error. A...
Martin Hebel
selmaware
Offline Send Email
May 29, 2005
1:48 pm
291
Hi Martin, Thanks for your reply. I to had just made a work around, when I saw your mail. (I didn't fix the slider but the output value to servos scaled OK) ...
Stuart Weightman
stuarttttt2000
Offline Send Email
May 29, 2005
5:07 pm
292
Hi Stuart, Good work around, glad you were able to resolve that and the SDEC issue. Thanks for the update. -Martin ... saw ... unusual)....
Martin Hebel
selmaware
Offline Send Email
May 30, 2005
12:50 am
293
Hi Martin or anyone, I would like to use an "Emergency Stop" button on a GUI. How do I change the following button to a red colour please. (I have trawled...
Stuart Weightman
stuarttttt2000
Offline Send Email
Jun 10, 2005
1:14 pm
294
Hi Stuart, Sorry I didn't see this sooner. A command button cannot be made a different color. It's locked in. An option would be to use a label instead, which...
Martin Hebel
selmaware
Offline Send Email
Jun 15, 2005
8:42 pm
295
Ah, sorry, didn't see the part about reading it. I'll revisit this this evening, need to run for a bit. -Martin ... From: selmaware@yahoogroups.com...
Martin Hebel
selmaware
Offline Send Email
Jun 15, 2005
8:44 pm
296
Staurt, Now that I have alittle more time to read and respond, I see that you plan on generating the form the BASIC Stamp, as you had been doing previoulsy...
Martin Hebel
selmaware
Offline Send Email
Jun 16, 2005
1:53 am
297
Sorry, should have checked that code better before posting... SEROUT 1,84,["!O oCheck.EStop=82,20,10,10,Stop ,0,12,0,12",CR] SEROUT 1,84,["!O...
Martin Hebel
selmaware
Offline Send Email
Jun 16, 2005
2:07 am
298
Thanks Martin, I'll try that out soon. Just trying to recover my PC from a missing Windows\System32 file. Had to reload WinXP, drivers etc etc. Stuart ... ...
Stuart Weightman
stuarttttt2000
Offline Send Email
Jun 16, 2005
8:37 pm
299
Hi Martin, The check box is constructed on the page OK but I can't seem to get the code to read the check box. Could you have a look at the code and advise...
Stuart Weightman
stuarttttt2000
Offline Send Email
Jun 27, 2005
8:35 am
300
Stuart, Here's the code I tested with without using Bluetooth. There's some additional pauses because of echoes when using the programming port. I don't know...
Martin Hebel
selmaware
Offline Send Email
Jun 27, 2005
5:00 pm
301
Martin, The main problem was a piece of badly written code prior to the check Stop button code. Doh With that now removed the code you supplied initially works...
Stuart Weightman
stuarttttt2000
Offline Send Email
Jun 28, 2005
11:14 am
302
Martin, The main problem was a badly written peice of code prior to the check stop button code. Doh The code you supplied initially works fine (everytime)....
Stuart Weightman
stuarttttt2000
Offline Send Email
Jun 28, 2005
11:23 am
303
Hi Martin, During programme execution I would like a couple of sliders to be able to be returned to or set at the mid position. (by not using the mouse) Is...
Stuart Weightman
stuarttttt2000
Offline Send Email
Jul 14, 2005
3:06 pm
304
Stuart, You can simply set the value you want the slider to be at. !O sld=50 -Martin ... From: selmaware@yahoogroups.com [mailto:selmaware@yahoogroups.com]On ...
Martin Hebel
selmaware
Offline Send Email
Jul 14, 2005
3:16 pm
305
StampPlot Version 3 Release 6.0 is available. Some international versions of Windows (Japanese, Hebrew and others) were not be able to run StampPlot due to the...
Martin Hebel
selmaware
Offline Send Email
Jul 20, 2005
5:11 pm
306
Check out my Remote Controlled Lawn Mower based on the 80C251 http://www.geocities.com/rc_mower I used to hate having to mow the lawn, but now with my rc...
rc_mower
Offline Send Email
Oct 16, 2005
10:43 pm
Messages 277 - 306 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