1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3<html>
4<head>
5	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6	<link href="../../css/manpage.css" rel="stylesheet" type="text/css">
7	<title>User Data</title>
8</head>
9<body>
10
11<!-- =================================================== -->
12<h1 id="USER_DATA_PROPERTY">User Data Properties</h1>
13<p>
14Configures the user data settings.
15</p>
16<ul class="sub_page">
17	<li><a href="#USER_DATA_INPUT_DIALOG">The User Data Input Dialog</a></li>
18</ul>
19<p class="img">
20	<img src="images/user_data.gif" alt="User Data Properties">
21</p>
22<ol class="ui">
23	<li>Displays integer value user data in hexadecimal.</li>
24
25	<li>Shifts the selected user data up.</li>
26
27	<li>Shifts the selected user data down.</li>
28
29	<li>
30		<p>
31			Adds the user data to the list.<br> The setting is configured in the <a href="#USER_DATA_INPUT_DIALOG">User Data Input dialog</a>.
32		</p>
33		<p>
34			If user data is selected, the new data is prepended.<br> If user data is not selected, the new data is added appended to the end of the list.
35		</p>
36	</li>
37
38	<li>Deletes the selected user data.</li>
39
40	<li>
41		Edits the selected user data.<br> The setting is configured in the <a href="#USER_DATA_INPUT_DIALOG">User Data Input dialog</a>.
42	</li>
43
44	<li>
45		<p>
46			The list of configured user data.<br> User data is listed in order by name, format, size and value.
47		</p>
48		<p>
49			The format has one of the following values.
50		</p>
51		<dl class="enum">
52			<dt>string</dt>
53			<dd>character strings data</dd>
54			<dt>int</dt>
55			<dd>integer data</dd>
56			<dt>float</dt>
57			<dd>floating point data</dd>
58		</dl>
59		<p>
60			Size indicates the number of characters for character string data and the amount of data for numeric data.
61		</p>
62	</li>
63</ol>
64
65<!-- =================================================== -->
66<h2 id="USER_DATA_INPUT_DIALOG">The User Data Input Dialog</h2>
67<p>
68Inputs (edits) user data.
69</p>
70<p class="img">
71	<img src="images/user_data_edit.gif" alt="The User Data Input Dialog">
72</p>
73<ol class="ui">
74	<li>
75		Specifies the user data name.
76	</li>
77	<li>
78		Selects the user data type. The options are character string, integer and floating point.
79	</li>
80	<li>
81		Sets the value (string) when the character string type is selected.
82	</li>
83	<li>
84		Sets the value when a numeric (integer or floating point) type is selected. Multiple values can be input by inserting a carriage return between the values.
85	</li>
86</ol>
87
88<hr><p>CONFIDENTIAL</p></body>
89</html>
90