Search the web
Sign In
New User? Sign Up
Amulet · Amulet Easy GUI Users Group
? 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 995 - 1025 of 1571   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
995
Dear sir i am interfacing pic to amulet using rs232 levels i am using LINEPLOT class for continously updating for drawing dynamic line that will be updated...
engineer_bansal
Offline Send Email
Dec 10, 2005
6:31 am
996
Bansal, The Lineplot widget does not accept an array of bytes, it only takes a single data point at a time. If you are wanting to display an entire array of...
Jim Weber
amulet_weber
Offline Send Email
Dec 12, 2005
6:56 pm
998
Hello all, I've got an internalRAMByte that stores a number from 0 to 20. I have a numericField that I want to have display that value as a percentage - so...
andersondylan
Offline Send Email
Dec 17, 2005
2:16 am
999
This functionality is built into the numeric field widget In your case: <PARAM NAME="min" VALUE="0">> <PARAM NAME="max" VALUE="0x20"> <PARAM NAME="minFld"...
Robert Smith
elboco
Offline Send Email
Dec 17, 2005
7:24 pm
1000
Hi Bob, Thanks for pointing me in the right direction. For posterities sake, however, '0x20' didn't work as it's hex for 32. '0x14' and '20' both work...
andersondylan
Offline Send Email
Dec 19, 2005
3:53 pm
1001
I'm using the 5.7" touchscreen kit, and I'm having trouble getting the intial value for my string field to display on start-up. Any suggestions? Phillip Marks...
whodat67
Offline Send Email
Dec 19, 2005
4:05 pm
1002
Oops, Sorry about the typo. I copied and modified the lines out of one of my pages and forgot to remove the hex notation. Bob ... ...
Robert Smith
elboco
Offline Send Email
Dec 19, 2005
4:37 pm
1003
If you want to set it to a static value, use the 'initialCondition' parameter: <param name = 'initialCondition' value = 'Foo'> I won't comment on how to put a...
andersondylan
Offline Send Email
Dec 19, 2005
4:42 pm
1004
hi, can i use more than one widget both using uart function such that string feild widget and linegraph,in a single html program this is easliy programmed in...
engineer_bansal
Offline Send Email
Dec 20, 2005
10:46 am
1005
Can you elaborate a little more on what you are trying to do. It sounds like you want a string field and a linegraph each updated independently, and possibly...
Robert Smith
elboco
Offline Send Email
Dec 21, 2005
2:27 am
1006
... hi when we are using two widget than both of them will send there request on same uart than how controller will come to know that this request is belong to...
engineer_bansal
Offline Send Email
Dec 21, 2005
4:29 am
1007
hi Docklight analyzer is a great s/w for serial communication that has solved many problems it is a stupid question i know but pls tell me how we can use namo...
engineer_bansal
Offline Send Email
Dec 21, 2005
4:38 am
1008
I am building a simpler hardware interface to the Amulet board and am wondering if I need to control pin 10 at all to control if the Amulet is booted into...
Blaine Hilton
blainehilton
Offline Send Email
Dec 22, 2005
11:35 pm
1009
Blaine, Pin 10 of the AOB module should be connected to an open collector output if connecting to another micro. You will need to tri-state pin 10 and then...
Eduardo Sandoval
amulet_ed
Offline Send Email
Dec 23, 2005
12:48 am
1010
Hi there, My Programming Interface Board (PIB) is a Rev-A board. The board does not have a voltage regulator and is powered by +5V so the onboard 3221 level...
Patrick Felstead
patrickfelstead
Offline Send Email
Jan 2, 2006
2:50 am
1011
Patrick, The current Amulet Graphical OS chip is 5 volt tolerant, so you do not need to worry about damaging your Amulet On Board module. But, we will...
Jim Weber
amulet_weber
Offline Send Email
Jan 2, 2006
6:59 pm
1012
Hi What is the maximum number of widgets that can be put onto a single HTML page? I had the following line on a page 19 times and it failed to work passed a...
Graeme Peek
graemepeek44
Offline Send Email
Jan 4, 2006
12:54 pm
1013
Graeme, The maximum number of objects on a single HTML page is 256. If you exceed that limit, the HTMLCompiler will throw an error letting you know. I'll...
Jim Weber
amulet_weber
Offline Send Email
Jan 4, 2006
5:38 pm
1014
Hi all, Has anybody successfully programmed an Amulet via a USB to serial converter? If so, what one? My old laptop died, and the new one only has USB! I sure...
davedaniels2001
Offline Send Email
Jan 18, 2006
2:29 pm
1015
Dave; I have succesfully used a Belkin F5U109 USB to serial converter. Lloyd Barnett ... From: Amulet@yahoogroups.com [mailto:Amulet@yahoogroups.com]On Behalf...
Lloyd Barnett
cyberlbar
Offline Send Email
Jan 18, 2006
2:47 pm
1016
Dave, I have just tried my easysync USB to 2 com port adapter (part no. USB-2COM) to program an Amulet AOB and it worked fine on both ports. (have a look at...
john.pote
Offline Send Email
Jan 19, 2006
4:55 pm
1017
The second appears broke until the last period is deleted, then it works. _____ From: Amulet@yahoogroups.com [mailto:Amulet@yahoogroups.com] On Behalf Of ...
Fred Hillhouse
Broncus
Offline Send Email
Jan 19, 2006
5:15 pm
1018
I bought a generic USB to serial converter cable from a local computer shop and it works great. The converter cable shows up as COM4 in my HTMLCompiler RS232...
amulet_ed
Offline Send Email
Jan 19, 2006
5:29 pm
1019
I'm attempting to setup the amulet to function as the slave in a communication. I'm experiencing two problems, the first is related to the fact I can't find an...
mjfan1328
Offline Send Email
Jan 19, 2006
8:09 pm
1020
FWIW, I tested my 2 port Lava ether-serial link and it works fine as well. Bob ... __________________________________________________ Do You Yahoo!? Tired of...
Robert Smith
elboco
Offline Send Email
Jan 20, 2006
5:48 pm
1021
Hi, I'm totally new to this, and I know this has to be a really basic question. I'm currently in a project for my place of employment. I need to display 12...
jsisson2001
Offline Send Email
Jan 24, 2006
6:46 pm
1022
You will have to convert your value to a string and send the string to the Amulet, each string to its address. Uri ... From: Amulet@yahoogroups.com...
Uri Sabadosh
sabadosh
Offline Send Email
Jan 24, 2006
6:54 pm
1023
Instead of using Uart.byte or internalRam.byte, use Uart.Word or InternalRam.word. ... __________________________________________________ Do You Yahoo!? Tired...
Robert Smith
elboco
Offline Send Email
Jan 24, 2006
7:15 pm
1024
Another option is to use a word variable instead of a byte variable. Byte variables have a value range of 0-255, while word variables have a value range of...
Eduardo Sandoval
amulet_ed
Offline Send Email
Jan 24, 2006
7:17 pm
1025
Ahh, yup yup, thanks ... basic ... I ... from ... is ... it to ... I go...
jsisson2001
Offline Send Email
Jan 24, 2006
7:25 pm
Messages 995 - 1025 of 1571   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