I'm switching a customer's line of equipment from an STW-Technik type system over to an Amulet-based system. I have four buttons wired as inputs to my radio...
Hassan, How many states does each toggle switch need to have? I read your post a few times and I came up with 4 states: - pressed - unpressed - highlighted and...
You've nailed it. As I select each switch by pressing a left or right cursor button, I want it to come up in the highligted state that it was last in. If...
Hassan, I uploaded a button navigation example titiled "buttonNavigation.zip" to the files section of this users forum to try and help with your application. I...
I have an application has a section of the screen reserved for displaying messages that an machine operator needs to read in order to take some corrective...
Greetings, I am using string variables for my button labels and I am wondering if there is a way to add a user defined carriage return to my string. I tried...
Brandon, You can specify a user defined carriage return in strings. Why don't you post the function button applet code source (HTML), so we can see what you're...
Thanks for your quick response. This is my source from the Amulet Function Button widget - <applet code="FunctionButton.class" width="53" height="36"...
Bob, The Chinese fonts that I have looked at are all Unicode fonts and the first Asian characters don't show up until after 0xFF. The Amulet Font Converter can...
Is there a limit to the number of meta tags? I wanted to add one more, but the compilers cannot find its name when I reference it. I have around 30 meta tags...
There is a limit, and I believe it is related to the total number of objects but I can't remember what the limit is. I have a page with 46 Metas. The problem...
Put the letter A in single quotes instead of double quotes in the double meta. Double should now read as follows: <Meta http-equiv="Refresh" content="0,0; ...
Hi, I have a question about how to get an unprogrammed Amulet processor programmed without using the PC serial port. For the project I'm working on, the final...
Hi, The short answer is yes, you can simply save the Amulet OS as a PDB file and upload it like any other program. Before uploading the file, make sure the...
Whenever I load a page, I have a meta tag that checks if a widget should be visible or not and invokes reappear/disappear where appropriate. When a widget...
GP, Yes, the parameter you are looking for is "invisible". Pretty much all the objects that can be made to disappear can start out invisible by setting the...
Hi, I am having a problem with reading a string from Internal RAM. I have a page with a check box and a string field called preMessage. When I toggle the...
Hi Farah, You seem to be making the assuming that the RAM variable isn't holding the complete string. I think it is more likely that the widget you are using...
Hi Ed, Thanks for your answer. I think I may be missing something. We have a unit that we uploaded OS and program to over a PC port using the html compiler....
Hi, again, everyone.... Got another question: I was wondering if there is any documentation on how to put the LCD screen into powersave mode after a period of...
Farah, What kind of power save mode are you asking about? You can turn off the LED backlight via software commands, but there's no way to put the Amulet chip...
Hi, I was wondering if there is an answer on how to program an amulet LCD through a microprocessor. And how exactly you can do it. ... have ... to ... PDB ... ...
Are there any ways to lower the power consumption of the LCD screens? I've noticed that it will lower slightly if the polarity is switched to a dark...
I am in the intial stages of working on a program where the Amulet will be the slave. I intend to use the Function Button widget to display varying messages. I...
I changed the metas as you recommended and am now able to change the labels. I also created the flashing button as I mentioned. It works fundamentally. It...
Hello, I decided to integrate my Amulet project into the build script (Ant) used to build the other parts of my application. As a consequence, I am using the...
I would like to have a degrees symbol appear in a numeric field and have yet to get one to appear. I am using Dreamweaver to create my display. I have tried...