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)
 
(3 intermediate revisions by one user not shown)
Line 23: Line 23:
  
  
 +
===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 40: Line 42:
 
</table>
 
</table>
  
 +
===Search and Change the Variable Name===
 
<table cellpadding=10>
 
<table cellpadding=10>
  
Line 45: 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>

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