Difference between revisions of "Fix the DATUM Report When Showing One Line of Datum Values"

From ATTWiki
Jump to: navigation, search
(How to Fix The DATUM Report That Shows One Line)
(Search and Change the Variable Name)
 
(6 intermediate revisions by one user not shown)
Line 18: Line 18:
  
  
==How to Fix The DATUM Report That Shows One Line==
 
 
If your VTube-LASER shows one line of numbers in the datum grid, then the most likely problem is a changed iteration variable name.  Follow these steps to solve the problem.
 
If your VTube-LASER shows one line of numbers in the datum grid, then the most likely problem is a changed iteration variable name.  Follow these steps to solve the problem.
  
 +
==How to Fix The DATUM Report That Shows One Line==
 +
 +
 +
===Open the Template in the Notepad++ Editor===
 
<table cellpadding=10>
 
<table cellpadding=10>
  
 
<tr valign=top>
 
<tr valign=top>
 
<td width=400>
 
<td width=400>
There are a variable name value inside the template file that needs to changed. <br><br>
+
 
 +
There is a variable name value inside the template file that needs to changed. <br><br>
 
1 Go to the Reports menu in LASER mode.<br><br>
 
1 Go to the Reports menu in LASER mode.<br><br>
 
2 Single-click on the datum report row.<br><br>
 
2 Single-click on the datum report row.<br><br>
Line 38: Line 42:
 
</table>
 
</table>
  
 +
===Search and Change the Variable Name===
 
<table cellpadding=10>
 
<table cellpadding=10>
  
Line 43: Line 48:
 
<td width=400>
 
<td width=400>
  
5 In Notepad++, search for this line: <vtube_iterate section=XYZTODATUM><br><br>
+
5 In Notepad++, search for '''XYZTODATUM'''.  It is in this line:<br><br>
6 Change it to: <vtube_iterate section=XYZDATUM><br><br>
+
  <vtube_iterate section=XYZTODATUM><br><br>
 +
6 Change it to '''XYZDATUM''' like this:<br><br>
 +
  <vtube_iterate section=XYZDATUM><br><br>
 
7 Save the template file to disk.<br><br>
 
7 Save the template file to disk.<br><br>
 
8 Try viewing the report again.<br><br>
 
8 Try viewing the report again.<br><br>
Line 51: Line 58:
 
<td width=500>
 
<td width=500>
 
[[image:vtube-laser_datum_variable_name.png|500px]]<br><br>
 
[[image:vtube-laser_datum_variable_name.png|500px]]<br><br>
</td>
 
</tr>
 
 
</table>
 
 
==Steps to IMPORT Report Templates files==
 
 
<table>
 
 
 
<tr valign=top>
 
<td width=300>
 
 
====STEP 1 - Switch to the Report Menu====
 
Switch to the Reports menu and click on the Template Tab menu.
 
<br><br>
 
Click on the Import button.
 
</td>
 
<td width=300>
 
[[image:vtube-reports_template_tabmenu.jpg|500px]]
 
</td>
 
</tr>
 
 
<tr valign=top>
 
<td width=300>
 
 
====STEP 2 - Import the HTML Template====
 
The Import open file dialog will appear in the \My documents\VTube folder.
 
<br><br>
 
Browse to the location of the template file to be imported, choose the file, and press open.  The file will be automatically copied to the report templates folder.<br><br>
 
(Note: If we send you a custom report template, then we recommend that you save it to the documents folder before you import it.)<br><br>
 
The new report template NAME will be displayed at the bottom of the list.  VTube will remove the .html extension from the filename, then display the beginning name of the file as the template name.<br><br>
 
If the html template file already exits in the config\report folder, then VTube will ask you for permission to overwrite the exiting template file before copying the new file into the configuration folder.  So, for example, "New Report.html" becomes "New Report" in the template list.
 
<br><br>
 
</td>
 
<td width=300>
 
[[image:vtube-reports_browse_to_template.jpg|500px]]<br><br>
 
[[image:vtube-reports_newreporttemplate_inlist.jpg|500px]]
 
 
 
</td>
 
</tr>
 
</table>
 
 
==Templates Lists for VTube-STEP and VTube-LASER Are Different==
 
 
<table cellpadding=10>
 
 
<tr valign=top>
 
<td width=400>
 
Remember that VTube-STEP and VTube-LASER keep separate lists of templates.  They can both share templates, but if you want a report in both VTube modes, then you will need to import in both the STEP and LASER Report menus.<br><br>
 
If you do this, then VTube will ask if you want to overwrite the template file during the second import.  This is ok to do - because the template file is identical for both modes.<br><br>
 
If this is the case, then press "Continue" during the second import when the warning message appears.
 
</td>
 
<td width=500>
 
[[image:vtube_overwrie_existing_template.png|500px]]
 
 
</td>
 
</td>
 
</tr>  
 
</tr>  

Latest revision as of 23:31, 7 February 2017

Vtube-laser logo 1.96.png


Vtube-laser 1.89 mainscreen.png




If your VTube-LASER shows one line of numbers in the datum grid, then the most likely problem is a changed iteration variable name. Follow these steps to solve the problem.

How to Fix The DATUM Report That Shows One Line

Open the Template in the Notepad++ Editor

There is a variable name value inside the template file that needs to changed.

1 Go to the Reports menu in LASER mode.

2 Single-click on the datum report row.

3 Click on the Template tab above.

4 Click on the Edit Selected button. This should load the template into the Notepad++ editor.

Vtube-laser edit datum template.png

Search and Change the Variable Name

5 In Notepad++, search for XYZTODATUM. It is in this line:

  <vtube_iterate section=XYZTODATUM>

6 Change it to XYZDATUM like this:

  <vtube_iterate section=XYZDATUM>

7 Save the template file to disk.

8 Try viewing the report again.

Vtube-laser datum variable name.png

Other Pages