1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5<meta http-equiv="Content-Style-Type" content="text/css" />
6<link href="../../../html/common/main.css" rel="stylesheet" type="text/css" />
7<title>User Data</title>
8</head>
9<body>
10<h1>User Data</h1>
11<p> User data settings are displayed here.</p>
12<p>User data is set using the <a href="#USER_DATA_INPUT_DIALOG">User Data Input dialog</a>.</p>
13<p class="image"><img src="images/user_data.png" alt="User Data Properties" /></p>
14<ol class="ui">
15  <li>Displays integer value user data in hexadecimal.</li>
16  <li>Moves the selected user data up and down.</li>
17  <li>Adds, Deletes, and Edits the user data in the list.
18    <p>Add and Edit settings are handled on the <a href="#USER_DATA_INPUT_DIALOG">User Data Input dialog</a>. </p>
19    <p> If user data is added when user data is selected, it is added after the selected user data.<BR> If user data is not selected, the new data is added appended to the end of the list. </p>
20  </li>
21  <li>The list of configured user data.
22    <p>User data is listed in order by name, format, size and value. </p>
23    <p> The format has one of the following values. </p>
24    <dl>
25      <dt>string</dt>
26      <dd>character strings data</dd>
27      <dt>int</dt>
28      <dd>integer data</dd>
29      <dt>float</dt>
30      <dd>floating point data</dd>
31    </dl>
32    <p> Size indicates the number of characters for character string data and the amount of data for numeric data. </p>
33  </li>
34</ol>
35<!-- =================================================== -->
36<h2 id="USER_DATA_INPUT_DIALOG">The User Data Input Dialog</h2>
37<p> Inputs (edits) user data. </p>
38<p class="image"><img src="images/user_data_edit.png" alt="The User Data Input Dialog" /></p>
39<ol class="ui">
40  <li> Specifies the user data name. </li>
41  <li> Selects the user data type. The options are character string, integer and floating point. </li>
42  <li> Set the value selected by type.
43    <p>Multiple values can be input by inserting a carriage return between the values.</p>
44  </li>
45</ol>
46<hr><p>CONFIDENTIAL</p></body>
47</html>
48