VibrationVIEW Help
57
© 1995-2005 Vibration Research Corporation. All rights reserved.
<head>
<title>Enter Form Data</title>
<!-- META PageWidth, PageHeight will set the desired form size in PIXELS when displayed in VibrationVIEW -->
<META PageWidth=400 PageHeight=400>
</head>
<!-- bgcolor to set background color pseudo windows like gray -->
<body bgcolor="#E0E0E0" text="#000000" link="#0000FF" vlink="#FF00FF" alink="#FF0000">
<!-- Always need a form and method is always POST -->
<!-- Form input fields are accesable from the rtf VibrationVIEW Reports -->
<!-- using syntax [FORM:nnnnn] where nnnnn is the name of the input field -->
<form action="Continue" method="POST">
<p>
<!-- [FORM:AmplifierGainDown] will fill in with "Amplifier Is Gain Down" if checked -->
<input type="checkbox" name="AmplifierGainDown" value ="Amplifier Is Gain Down">Turn down Amplifier gain<br>
<!-- [FORM:AmplifierStandby] will fill in with "Amplifier Is Standby" if checked -->
<input type="checkbox" name="AmplifierStandby" value ="Amplifier Is Standby">Turn on Amplifier in Standby mode<br>
<!-- [FORM:AmplifierOn] will fill in with "Amplifier In On" if checked -->
<input type="checkbox" name="AmplifierOn" value ="Amplifier In On">Turn on Amplifier<br>
<!-- [FORM:AmplifierGainUp] will fill in with "Amplifier Is Gain Up" if checked -->
<input type="checkbox" name="AmplifierGainUp" value ="Amplifier Is Gain Up">Set the Amplifier gain to 50%<br>
</p>
<p>
<!-- [FORM:Customer] will fill in with entered text -->
Enter Customer Name: <input type="text" name="Customer" size="25"><br>
<!-- [FORM:Job] will fill in with entered text -->
Enter Job Name: <input type="text" name="Job" size="25"><br>
<!-- [FORM:Technician] will fill in with selected value (Andy,Dan,Matt, or Phil) -->
Enter Technician Name:
<select name="Technician">
<option value ="Andy">Andy</option>
<option value ="Dan">Dan</option>
<option value ="Matt" selected="selected">Matt</option>
<option value ="Phil">Phil</option>
</select><br>
<!-- [FORM:Temperature] will fill in with entered text -->
Start of Test Temperature: <input type="text" name="Temperature" size="5"><br>
<!-- [FORM:Humidity] will fill in with entered text -->
Start of Test Humidity: <input type="text" name="Humidity" size="5"><br>
</p>
<p><center>
<!-- The input type="submit" is required with a name="continue" to advance the test schedule when the button is pressed -->
<input type="submit" value="Continue" name="continue">
<!-- The input type="submit" is required with a value of "Abort" to abort the test when the button is pressed -->
<input type="submit" value="Abort" name="abort">
</center></p>
</form>
</body>
</html>
Example Report using entry form data:
Customer:
[FORM:Customer]
Job:
[FORM:Job]
Technician:
[FORM:Technician]
Data:
[PARAM:Filename]
Summary of Contents for VibrationVIEW
Page 15: ...Document Revision Part I ...
Page 17: ...How To Part II ...
Page 96: ...Menu commands Part III ...
Page 142: ...Test Definition Part IV ...
Page 217: ...Control Centers Part V ...
Page 227: ...Accelerometer Toolbars Part VI ...
Page 231: ...Stop Codes Part VII ...
Page 263: ...Typical Views Part VIII ...
Page 268: ...VibrationVIEW Help 255 1995 2005 Vibration Research Corporation All rights reserved ...
Page 269: ...Dialog Boxes Part IX ...
Page 303: ...Windows Elements Part X ...
Page 309: ...APPENDIX Part XI ...
Page 311: ...APPENDIX 298 1995 2005 Vibration Research Corporation All rights reserved ...