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...
Hi, The inverseRegionColor() function doesn't work the same way with the colour chip. For example in the CustomScrolling.htm example the text changes from blue...
Hello, I just tried to load our program into a couple of new units (AOB3202405T 3017) using the programming interface board. The unit reports that it is being...
Chuck, Please follow these instructions here to reload the OS: http://www.amulettechnologies.com/support/help/compiler.htm#firmware_upgrade Let me know if this...
Ray, Check out the FillColor and FillColorAlt, FontColor, and FontColorAlt parameters in the StringField and NumericField. By default if no Alt is specified it...
Hi, I have read the posts related to discussions regarding dynamic lists and the example CustomScrollingList.zip. Since I am still a bit confused on what is...
Hey all! I have a need to dynamically to set the 'fill' color of a string field object on page load. I'm using UART 'set color' commands to load color values,...
Paul, Yes, what you are wanting to do should work. Unfortunately, the operative word is "should". Looking at the GEM Compiler code, I can see that the...
Jim, Is there a date for the next compiler release? I'm working like mad to complete a product 'prototype' for a trade show that starts Monday (I will be...
Hello, Â Is it possible to make a standard function button invisible and yet active? Â I need to have a hidden button on the amulet which will give engineers...
Murphy's Law states that invisible buttons will invariably be pressed by a customer at some inappropriate time. A better solution is to password protect the...
Or have a special password for another data entry screen so it doesn't even look like a special access feature is present. Probably the best way to make an...
I've been looking into screens to use with the new Colour OS chip, and have found the Hitachi TX18D16VM1CBA which looks good, but it only has 6 lines of data...
Dave, That is exactly how to handle 6 lines of color data. Don't connect the 2 least significant bits from the Amulet chip and everything should look as...
Conor, I was thinking that someone may want an invisible button for things other than admin control, so I figured it was at least worth answering the original...
Hi, I want to draw a line plot by three different colors from the data coming from UART. Within 3 different ranges of y axis , graph line should be draw in 3...