Hello, What is the most appropriate way to connect the reset pin of an Amulet module (MK-AOB3202405x)? The datasheet states that a minimum 100ms low should be...
Hi, There doesn't appear to be such a function. The way this is dealt with in the examples (e.g. the keyboard) is to use a byte variable as a character...
Ross, You are correct in your assumption that the AOB module has on board power up reset circuitry. If you are wanting the ability to actually reset the Amulet...
I have created a field with both min=5 and both max=10. I have then set next to it 2 buttons. One increments the numfield, one decrements, both forceupdate...
Jason, Have the buttons forceUpdate some limit checking meta's before doing the actual increment/decrement of an internalRAM variable. For example, let's...
Hi Ed, Thanks for your quick response. I'm new at using your device (as well as programming in HTML, for that matter)...so i have a couple more questions to...
Hi Farah, ... This is possible using meta tags. Do you any sort of mockup of what you want the page to look like that I can reference? If so, I'd be more than ...
Hi, I notice in message 874, Jim indicated that when fileNumber() is called with an invalid flash index, the Amulet does a soft reset (as of 3.3.2). In 3.3.3,...
Hi Farah, You asked about a tabbed interface. The Amulet doesn't have a dedicated 'tabbed pages' widget, but it certainly has the necessary pieces to build...
Hi Farah, I have attached a bitmap file showing a listbox with other buttons. Is this similar to what you want with a combobox? This is a modification of the...
I would like to use a bargraph to show progress in loading. The problem I come to is that I get compile errors when trying to use an internalram word as the...
You cannot use InternalRAM variables for the min and max values. I would use an InternalRAM byte or word variable for the bargraphs input and then write to the...
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...