Philip, You are correct in your assumption. They are equivalent statements. There was a time when InternalRAM byte variables could not be used as InternalRAM ...
Oops, I need to correct myself. The copyToRamString() was created because there was a time when InternalRAM variables could not be used as function arguments. ...
Hi, I'm looking for a way to dynamically set the yMin/yMax values of the line plot widget so I can implement autoscaling on my graphs. I tried to set the...
The CopyToRam instruction is still useful for assigning memory to indexed arguments—something that apparently can't be done using the SetValue instruction. ...
Christopher, That's a great point. Thanks for bringing that up. I guess I better not remove these from the documentation. Jim Weber Lead Firmware Engineer ...
I took a stab at your problem, and came up with a solution that uses multiple lineplot widgets—each with a different scale and all but one having the...
We disconnected the Backlight connector on a 5.7" (White/Pink wires) starterkit. I don't find any documentation on how to connect this connector again to the...
I noticed that when running the examples, and clicking on the path, a dialog box apears. (With some info about the path..) Is there a similar widged availeble...
Stijn, The graying of the LCD you are seeing is a function of a META attribute. If you look at the link to the dialog box, you will see it is actually ...
I would like to send a message to my microprocessor (PIC16F877) when a button is pressed on the touch panel. What do I need to add to my html code to do so?...
Jessica, You need to implement the Amulet protocol on the PIC16F877 in order to communicate back and forth with an Amulet module. The Amulet protocol is...
Hi All, I have 3 function buttons on my page. (a Play, Stop and Record button) The 3 buttoms are set up as following : <applet code="FunctionButton.class"...
I want to set the baud rate to 19200 bps so i turn on switch 2 of the DIP switch and set the meta attribute to baud=19200. i also set the flash rate and uP...
... Note: I'm using only the new touch screens (BLUE LEDs backlight) and they do not have DIP switches. So the following comment may not apply to your problem....
Thank you for your help! I'm sorry I havent been back to this forum for quite a while, i didn't think anyone would be able to reply. Thanks again! -Jason...
I'm considering the new Amulet 3.8" display for an experimental aviation application, and am confused how the system would work if it can only be the master. ...
The Amulet can be both Master and Slave. The daytime visibility is very good and its very easy to adjust. Tomas ... __________________________________ Do you...
I'm not sure how deep into the documentation you went, but let me suggest a good starting point for you. Go to Welcome > Overview. That is definitely a 500...
Thanks for the clarification Jim. Immediately after hitting the 'send' button I realized my comments could have been interpreted differently than intended. I...
I would like to have buttons which toggle between 2 labels (since it will informed the micro to perform 2 different actions) when pressed. Hence I'm using the...
Jessica, I think you have 2 different options. It would appear that you have the button labels as images in closedButton.gif and openButton.gif. Using this...
Jessica, Bob had a couple of really good suggestions and here is one way of approaching Bob's first suggestion. Add an extra href function to the custom button...
I would like for my buttons to appear and disappear, while on the same page, when a particular button is in a certain state. For example, I would like the...
Jessica, Getting the "labelButton" to disappear and reappear is pretty straightforward. Disabling or greying out the "shutter1" button is a little more...
Bob, I do like to greyed out shutter1 when it is disabled. Thanks for your help. Jessica ... a ... button ... add ... also ... corresponding ... in ... the ......
Jessica, In order to get the "shutter1" button to appear greyed, you have to generate an image of the desired greyed shutter1 button and insert it in some...