Thank you I am trying to figure out the software and Bstamp togther. I'm sure I have more question later. -ajfmt8723 ... care ... filled, ... truth... ... do...
A friend of mine play an on-line game, though I won't say which one or we might get busted for this, but one character type requires frequent repetitive...
I have written a macro which initializes my plot area and creates a Scrolling Text Box below the plot area. This macro is saved with my controller program and...
Hi Bill, You need to make sure "Save/Print/Snap entire Form" under the File menu, or, !FORM ON Let me know if this helps. -Martin ... From: "bill3856a"...
Thanks, Martin, That did the trick. Since StampPlot opens with "Save/Print/Snap entire Form" not selected, it probably makes sense for me to add the "!FORM ON"...
I should probably mention that I also added the "!LOGR (Object Name)" command to my macro. "!FORM ON" saves the plot objects, but not the text written into the...
James, Once again thanks for the posting of your work and your kind words about StampPlot. I've finally added the example to our webpages, linked off the home...
The value display using AINMAX0 is remaining in the decimal format prior to math operations made in the analog arrival code, !ACHN 0,[(AINVAL0) * 30 / 255...
Hi Duane, Thanks for the compliment. When data arrives, such as 10.4444, it is stored in AINVAL0. Then, the ACHN instruction is used on that data to modify...
Martin, Thanks for the responds. If I understand what you are saying; the "raw" analog value, 255, is greater than the converted value of 30. Therefore 255...
Thank you for posting my example. The post looks great. I am still working on the weather station, putting the final touches on it. Stamp Plot has made it...
Been doin some homework on the XBee to figure out if its going to fit my needs. I see that it has 5 ADC pins, do these need to be configured with the...
Using the right version of the XBee firmware (10A2), sending configuration information to the XBee can enable those ADC's and have them periodically send data...
Your everywhere Marten! haha, thanks for the info, I figured it was something that had to be configured with software and couldn't just be hardwired....
Now for the application boards, I was checking some out on the selmaware site. I'm looking for something not too bulky so I'm looking at the SIP, SIP-LV, and...
Steve, All the boards have extra solder holes for all the XBee pins, so beyond what is provided, you are free to add some lines. Beyond that, just ensure you...
I'm having trouble reading a value into BS2 from a Macro I created. Below is the code. SP: DEBUG "!READ (sldDuty)",CR SERIN 16,84,1000,Timeout,[DEC Duty] ...
And I was thinking, once its configured, use the two XBees that would be set up for transmission with the AppMod SIP for simplicity, but then again, I'm not...
I guess I'm just gonna go ahead and try to configure the ADC pin. I see that the pins available are pins 11 and 17-20. I would like to use either the SIP,...
Hi Duanne, You really can't mix binary with interactive control too well. When you send "!READ (sldDuty)",CR, StampPlot treats it as binary values with...
SelmaWare is pleased to announce the release of SelmaDAQ, Data Acquisition for Excel. SelmaDAQ Features: This is a data acquisition add-on tool for Microsoft...
Martin, Thanks! This is just in time for an upcoming project. R/Jay Respectfully, Jay K. Jeffries Andros Is., Bahamas A skimmer afloat is but a submarine, so...
Martin, Going to need some more help. I tried playing around by placing the !SEND (sldDuty) line in oAnalog object . Ahead and after the !ACNH statements...
Hi Duane, With this line, what are you trying to accomplish? DEBUG DEC ch0, ",(AINVAL0)",CR It's not the correct format for either plotting a channel or...
Thanks for the correction. I was wrongly attempting to assign Ch0 to AINVALo; along with incorrect syntax. There it is on page 8 in the Developer's Primer, it...
Great to hear! I know StampPlot isn't the most intuitive some times, so it's why I'm hear to help! Also, for simple plotting, the simplest method is: DEBUG...
This may seem like a stupid question, something I omitted, but for communication between the transceivers, is the prop plug the way to go? I need to configure...