Skip to content

Commit 128d2ac

Browse files
Merge pull request #33 from navinsubramani/productivity_tools
Productivity tools
2 parents 6250e5d + 15ef0e2 commit 128d2ac

25 files changed

+185
-12
lines changed

LV scripting language.lvproj

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<Property Name="Bld_localDestDirType" Type="Str">relativeToProject</Property>
8282
<Property Name="Bld_modifyLibraryFile" Type="Bool">true</Property>
8383
<Property Name="Bld_previewCacheID" Type="Str">{0BDCB953-9C36-40D2-9846-A0AADBF962BB}</Property>
84-
<Property Name="Bld_version.build" Type="Int">11</Property>
84+
<Property Name="Bld_version.build" Type="Int">13</Property>
8585
<Property Name="Bld_version.major" Type="Int">1</Property>
8686
<Property Name="Destination[0].destName" Type="Str">LSL Script Editor.exe</Property>
8787
<Property Name="Destination[0].path" Type="Path">../builds/exe/LSL script editor/LSL Script Editor.exe</Property>
@@ -95,13 +95,16 @@
9595
<Property Name="Destination[2].path" Type="Path">../builds/exe/LSL script editor/support files</Property>
9696
<Property Name="Destination[2].path.type" Type="Str">relativeToProject</Property>
9797
<Property Name="Destination[2].preserveHierarchy" Type="Bool">true</Property>
98-
<Property Name="Destination[3].destName" Type="Str">functions list</Property>
99-
<Property Name="Destination[3].path" Type="Path">../builds/exe/LSL script editor/functions list</Property>
98+
<Property Name="Destination[3].destName" Type="Str">Common functions</Property>
99+
<Property Name="Destination[3].path" Type="Path">../builds/exe/LSL script editor/functions/functions list</Property>
100100
<Property Name="Destination[3].path.type" Type="Str">relativeToProject</Property>
101101
<Property Name="Destination[3].preserveHierarchy" Type="Bool">true</Property>
102102
<Property Name="DestinationCount" Type="Int">4</Property>
103103
<Property Name="Exe_iconItemID" Type="Ref">/My Computer/documentations/logo/lsl icon.ico</Property>
104-
<Property Name="Source[0].itemID" Type="Str">{A62CF21A-D4DE-4D2E-AF21-D4FA827A0689}</Property>
104+
<Property Name="Source[0].Container.applyDestination" Type="Bool">true</Property>
105+
<Property Name="Source[0].Container.depDestIndex" Type="Int">0</Property>
106+
<Property Name="Source[0].destinationIndex" Type="Int">0</Property>
107+
<Property Name="Source[0].itemID" Type="Str">{FA573BC6-0EDD-482B-AA79-216C3083AFFC}</Property>
105108
<Property Name="Source[0].type" Type="Str">Container</Property>
106109
<Property Name="Source[1].destinationIndex" Type="Int">0</Property>
107110
<Property Name="Source[1].itemID" Type="Ref">/My Computer/example/Basic Interface.vi</Property>
@@ -137,7 +140,12 @@
137140
<Property Name="Source[6].destinationIndex" Type="Int">3</Property>
138141
<Property Name="Source[6].itemID" Type="Ref">/My Computer/source code/LSL components/functions/functions list</Property>
139142
<Property Name="Source[6].type" Type="Str">Container</Property>
140-
<Property Name="SourceCount" Type="Int">7</Property>
143+
<Property Name="Source[7].Container.applyDestination" Type="Bool">true</Property>
144+
<Property Name="Source[7].Container.depDestIndex" Type="Int">0</Property>
145+
<Property Name="Source[7].destinationIndex" Type="Int">0</Property>
146+
<Property Name="Source[7].itemID" Type="Ref">/My Computer/source code/LSL components/data types</Property>
147+
<Property Name="Source[7].type" Type="Str">Container</Property>
148+
<Property Name="SourceCount" Type="Int">8</Property>
141149
<Property Name="TgtF_companyName" Type="Str">Boring Engineer</Property>
142150
<Property Name="TgtF_enableDebugging" Type="Bool">true</Property>
143151
<Property Name="TgtF_fileDescription" Type="Str">LSL Script Editor</Property>

documentations/chm/Addition.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<p><strong>Addition</strong>:</p>
2+
<p>Addition '+' operation sums up the numbers present to its left and right and returns the sum value</p>
3+
<p>&nbsp;</p>
4+
<p><strong>Example 1</strong>:</p>
5+
<p>1+4 will return 5</p>
6+
<p>(1+9) will return 10</p>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<p>Arithmetic Functions:</p>
2+
<p>The arithmetic function makes manipulation on the numeric data types. Some of the commonly used Arithmetic functions are + - / *.&nbsp;</p>
1.18 KB
Binary file not shown.

documentations/chm/Framework documentation.hhc

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,33 @@
1414
</OBJECT>
1515
<UL>
1616
<LI> <OBJECT type="text/sitemap">
17-
<param name="Name" value="Default Function List">
17+
<param name="Name" value="Programming Function List">
1818
</OBJECT>
1919
<UL>
2020
<LI> <OBJECT type="text/sitemap">
21-
<param name="Name" value="Assignment Statement.html">
22-
<param name="Local" value="Assignment Statement.html">
21+
<param name="Name" value="Statements.html">
22+
<param name="Local" value="Statements.html">
2323
</OBJECT>
24+
<UL>
25+
<LI> <OBJECT type="text/sitemap">
26+
<param name="Name" value="Assignment Statement.html">
27+
<param name="Local" value="Assignment Statement.html">
28+
</OBJECT>
29+
</UL>
30+
<LI> <OBJECT type="text/sitemap">
31+
<param name="Name" value="Arithmetic Functions.html">
32+
<param name="Local" value="Arithmetic Functions.html">
33+
</OBJECT>
34+
<UL>
35+
<LI> <OBJECT type="text/sitemap">
36+
<param name="Name" value="Addition.html">
37+
<param name="Local" value="Addition.html">
38+
</OBJECT>
39+
<LI> <OBJECT type="text/sitemap">
40+
<param name="Name" value="Subtract.html">
41+
<param name="Local" value="Subtract.html">
42+
</OBJECT>
43+
</UL>
2444
</UL>
2545
</UL>
2646
</BODY>

documentations/chm/Framework documentation.log.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ Microsoft HTML Help Compiler 4.74.8702
22

33
Compiling e:\Repository\LabVIEW Script Language\documentations\chm\Framework documentation.chm
44

5+
Statements.html
56
Assignment Statement.html
7+
Arithmetic Functions.html
8+
Addition.html
9+
Subtract.html
610
HHC5003: Error: Compilation failed while compiling HTML File Extension - What is an .html file and how do I open it_.html.
711

812

documentations/chm/LSL documentation.hhp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,9 @@ Display compile notes=Yes
2222
Display compile progress=Yes
2323

2424
[FILES]
25+
Statements.html
2526
Assignment Statement.html
27+
Arithmetic Functions.html
28+
Addition.html
29+
Subtract.html
2630
HTML File Extension - What is an .html file and how do I open it_.html

documentations/chm/Statements.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<p><strong>Statement</strong>:</p>
2+
<p>Statement functions are the place holder to carry out or call any combination of functions. The statement need not necessarily return any data out.</p>
3+
<p>&nbsp;</p>
4+
<p>Some of the commonly know statement functions are,</p>
5+
<p>Assignment statements that assign a value to a variable</p>
6+
<p>&nbsp;Comma Separated operations that execute multiple functions or statement one after another</p>

documentations/chm/Subtract.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<p><strong>Subtract</strong>:</p>
2+
<p>Addition '-' operation finds the difference between the numbers present to its left and right and returns the difference.</p>
3+
<p>&nbsp;</p>
4+
<p><strong>Example 1</strong>:</p>
5+
<p>1-4 will return -3</p>
6+
<p>(1-9)+11 will return 3</p>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
a=60
2+
b=13
3+
4+
print(a&b)
5+
print(a|b)
6+
print(a^b)
7+
print(~a)
8+
print(a<<2)
9+
print(a>>2)
10+
11+
12+
\\output
13+
\\12.000000
14+
\\61.000000
15+
\\49.000000
16+
\\-61.000000
17+
\\240.000000
18+
\\15.000000

0 commit comments

Comments
 (0)