Conor, The most common reason for this type of error is mismatched baud rates. Once the Amulet enters programming mode it sends out ASCII 'C' characters once a...
Dear Sirs, I've found the program example CCAd because apparently there was three different input levels for a class lineplot.class! However when we look...
Dear Sirs, I’ve Just implemented my idea for an CCAd example using multiple variables using the function Amulet:document.MetaOne.setOnVarVariableNumber(x); I...
Hi There; I'm having a little trouble with a line plot where I want to plot two data sources on the same graph. I can do this easily when the line plot is...
Robert, Sorry for the delay in answering you, but we've been a little busy here at Amulet getting ready for and attending the ESC in Boston this week. We...
Hello, We have an application that works fine, with the single exception that, every time we power on, we have to go through the touch-screen calibration. It...
Steve, There are two things that make the Amulet go into calibration mode. As you suspected, there is a software switch that typically is set whenever a new OS...
Hi all! It looks like Amulet don't want to sell screens with the new colour chips, so we'll have to make up our own. Are there any other small time users out...
Howdy all, I'm absolutely stumped on how to sort out this one and could use some help. I'm trying to get 3 toggle buttons on a screen in a manner where any 1...
Dave, Regular function buttons don't have a strong sense of "state", so in instances like this, I like to use the checkBox widgets. One thing you might not be...
So there's no way to reset the HREF sequence back to the first step then? I figured that the RESET function would do that but it had no effect (what does it...
Dave, You could also just make it so that your buttons' HREFs don't need to be reset, i.e. no sequenced calls. You can call a set of metas with conditionals...
hi; I just upgraded my computer and cant install the 3.2 Amulet compiler. It goes through the entire install and then hangs at the end. Any Ideas? Thanks, PAUL...
Paul, What OS are you using? for Vista you may need to upgrade to 3.3.5 Have you checked if the compiler is there under Program Files\Amulet? If it hangs at...
... Sorry OS is Windows XP SP2 Will check try install again, kill installer and check for files. Ive been canceling it out and its been clearing every thing...
I am getting the errors; WARNING: Page overflows 950 bytes into InternalRAM string area. WARNING: Start at InternalRAM.String(51) when I compile my project...
Chuck, It sounds like you have a lot of stuff on a single page. Try breaking it up into 2 or more pages. If that is not desirable, let me know what you are...
Thanks for the quick reply Brian, Yes, We have a lot in/on each page, and breaking them up is not an option (they are showing system status, operations, etc...
Chuck, The warning message is perfectly okay, you can just leave it if you want. It just lets you know that if you use Internal RAM bytes 0 through 50 on...
Hello All, We have bought a Color Starter Kit and started working on it. Before, we had developed a monochrome GUI with Amulet's monochrome module kit. Our aim...
Haldun, Sounds like an error we've seen before. It is fixed on the upcoming version of the OS, but that doesn't help you right now. Please call amulet support...
Haldun, I was talking to sales and he mentioned you were in Turkey, so you probably don't want to call direct. I can use Skype, or we can use a calling card,...
Hi all, It looks like it can't be done but I was wondering if there's a UART/RS-232 message to allow reading/writing color values in the new Color Amulet chip?...
Dave, I've got good news for you. You can use the UART protocol to read and write to the InternalRAM color values. It was a late addition and missed getting...
What would be the response from an Amulet master to an incorrect response from the slave (or server, as the protocol calls it)? For example, the Amulet master...
If the Amulet as master does not receive the correct response it will resend the message up to 11 times total after a specified timeout (default 200ms) The...