Chris, I just found this in the InternalRAM documentation: Note: Internal RAM byte variables can only be used as a variable index of the base variable type of...
Any suggestions for this: I have a page that lists the gain of 16 seperate amplifier channels and the gain values are stored in seperate amulet internal ram...
Hi Dave, In regards to the following meta tags first problem: <META HTTP-EQUIV="REFRESH" CONTENT="0.5; ONVAR=Amulet:InternalRAM.byte(240).value();TRIGGER=0x02;...
Thanks, that gave me enough of to get it working, but without using bits. I couldn't quite get the .and operative to work the way I wanted in the META...
I have created a GUI with about 40 screen. Most of the screens conform to a fairly standard template and reuse several elements such as the title bar (text...
Ron, I do the same thing and use the C preprocessor to process the 'source' html files into the ones which are compiled by the Amulet compiler. The C...
I want to interface my rabbit RCM3200 with the 5.7 Amulet LCD. The common interface bewteen the two processors is SPI. How do I go about using SPI from the...
Serial works good also, cant give the code away but I made a serial lib for the rabbit and let the amulet be the master over a weekend. Matt Linder ...
Here is the excerpt from the RCM3200 User guide. So they are capable of async RS232. Are you using an RCM3200? 2.2 Serial Communication The RCM3200 board does...
Hi everyone, We have just got a very nice enclosure made for our amulet 5.7" touch screen and we thought you might like to see what can be done. Adam....
Hi Adam, I am curious about the enclosure. What are the dimensions of the whole thing? Are you planning to sell those? Thanks, Ryan Garner ... From: Adam...
Hi Jim, I need help with invokeRPC. I want to use it the first time but I can only find usage examples in the documentation. Some questions that pop into my...
Uri, I know you meant this as a direct question to me, but you bring up a good point that could be of use to others. I don't really see any true explanation of...
I have two customButtons, button1 and button2. I would like to change the image that is displayed on button1 by pressing button2, is that possible? So if my...
Tomas, It sounds like a radio button group might be your best choice here. You might not be aware, but you are able to provide your own images for radio ...
Hi I'we been trying some weeks with programming my Easy GUI 5,7 lcd at get it to communicate with an Atmega 128 micro processor (from Atmel) and I have some...
I have a group consisting of two radio buttons. Each radio button has a sequence of three functions, seperated by ";", so that they are not all called during a...
Henrik, My first suggestion is to download a very powerful and flexible terminal program called Docklight. You can download it from www.docklight.de You can...
Tomas, Unfortunately, we don't have a command that will do that. It's a good idea, so I'll put it on the wants list, but that won't help you right now. But, I...
Hi Jim, Thanks, your reply explains my questions, except one thing. What is the value (character) of the opcode byte in the invokeRPC string. Uri ... From: Jim...
I have an application which needs to be easily changed while in the field. I am including as many screens as universal as I can make them, however I know that...
Hi, I've gotten several requests regarding how one can simulate a clock using an Amulet module, so I created a simple example which uses 4 meta tags to keep...
Group, Is is possible to place a widget over another widget? For instance, I want to place a string field widget in the middle of an image sequence widget....
Is there a way to copy a large block of ram from one location to another like the block initialization command: InternalRAM.byte(112-127)= 5 I would like to...
hi, we are working on a project with 2 robots from http://www.fischertechnik.com/ , and with embedded Java controllers from http://www.systronix.com/. We would...