MDK-ARM Keil, MDK-ARM Datasheet - Page 91

KIT REALVIEW MCU DEVELOPMENT

MDK-ARM

Manufacturer Part Number
MDK-ARM
Description
KIT REALVIEW MCU DEVELOPMENT
Manufacturer
Keil
Type
Compiler and IDEr
Datasheets

Specifications of MDK-ARM

For Use With/related Products
ARM MCUs
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Getting Started: Building Applications with RL-ARM
that consumes minimal bandwidth. The most commonly used browsers can take
this data and update the web page without having to reload the full page. This
gives flicker free “real-time” update of dynamic objects within the web page.
To see how the Ajax support works within RL-
TCPnet, we will look at creating a CGI page that
contains eight tick boxes that reflect the state of a
series of buttons connected to port pins on the
user hardware. The necessary Ajax JavaScript
support is contained in a support file called
xml_http.js
server project as shown above. Next, we must
create a CGI page,
eight check boxes. A separate XML file,
buttons.cgx
dynamic data as XML tags.
#------------------------------------------------
#
#------------------------------------------------
t
t
t
t
t
t
t
t
t
t
t
t
t
t
t
t
t
A refresh button, a tick box,
and eight status boxes are
created in a form that uses
the post method. The
refresh button will invoke a JavaScript function, updateMultiple(). Checking the
periodic tick box will call a separate JavaScript function, periodicUpdate().
HTML script in buttons.cgi
<form action="buttons.cgi" method="post" id="form1" name="form1">
<table border="0" width="99%"><font size="3"><tr>
</tr></font></table>
<p align="center">
<td><img src="pabb.gif">Buttons [7..0]:</td>
<td align="center">
</td>
<input type="button" id="refreshBtn" value="Refresh"
Periodic:<input type="checkbox" id="refreshChkBox"
. This file should be added to a web
<input type="checkbox" disabled id="button7">7
<input type="checkbox" disabled id="button6">6
<input type="checkbox" disabled id="button5">5
<input type="checkbox" disabled id="button4">4
<input type="checkbox" disabled id="button3">3
<input type="checkbox" disabled id="button2">2
<input type="checkbox" disabled id="button1">1
<input type="checkbox" disabled id="button0">0
, is also created that will hold the
onclick="updateMultiple(formUpdate)">
onclick="periodicUpdate()"></p></form>
buttons.cgi
, that displays the
91

Related parts for MDK-ARM