Skip to content

Commit

Permalink
Merge pull request #38 from NIVeriStandAdd-Ons/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
mbilyk authored Jan 25, 2019
2 parents 26f0745 + d11b280 commit 4537c0c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
Binary file modified Documentation/Examples/NIVS Engine Demo.seq
Binary file not shown.
Binary file modified Documentation/Examples/Training - NIVS Engine Demo.docx
Binary file not shown.
22 changes: 17 additions & 5 deletions Source/CustomPaletteFile/NI_VeristandTypes.ini
Original file line number Diff line number Diff line change
Expand Up @@ -105395,7 +105395,7 @@ Step.compexpr == ""?
</CloseWorkspace>
</typedef>
<typedef alwayssavetype='true' additionaltypeflags='0' typelistordernum='41'>
<RunRTSequenceAction classname='StepType' isroottypedef='true' typecategory='1' timestamp='1545166805' typeversion='15.8.1.0' typelastmodversion='14.0.1.103' typeminprodversion='0.0.0.0' typeflags='10'>
<RunRTSequenceAction classname='StepType' isroottypedef='true' typecategory='1' timestamp='1548434393' typeversion='15.8.1.2' typelastmodversion='14.0.0.274' typeminprodversion='0.0.0.0' typeflags='10'>
<subprops>
<Veristand classname='Obj'>
<subprops>
Expand Down Expand Up @@ -106207,7 +106207,7 @@ Step.compexpr == ""?
<value/>
</Caption>
<ArgVal classname='ExprValue'>
<value>""</value>
<value>"Double"</value>
</ArgVal>
<ArgDisplayVal classname='ExprValue'>
<value/>
Expand Down Expand Up @@ -106240,7 +106240,7 @@ Step.compexpr == ""?
<value>ASCII String</value>
</DisplayType>
<UseDefaultValues classname='Bool'>
<value>true</value>
<value>false</value>
</UseDefaultValues>
<PartiallySpecified classname='Bool'>
<value>false</value>
Expand Down Expand Up @@ -106359,7 +106359,8 @@ Step.compexpr == ""?
<value/>
</Caption>
<ArgVal classname='ExprValue'>
<value/>
<value>PropertyExists("Step.Result.Veristand.Returnval.Numeric") ? Step.Result.Veristand.Returnval.Numeric : -1
</value>
</ArgVal>
<ArgDisplayVal classname='ExprValue'>
<value/>
Expand Down Expand Up @@ -106435,7 +106436,8 @@ Step.compexpr == ""?
<value/>
</Caption>
<ArgVal classname='ExprValue'>
<value/>
<value>PropertyExists("Step.Result.Veristand.Returnval.Boolean") ? Step.Result.Veristand.Returnval.Boolean : False
</value>
</ArgVal>
<ArgDisplayVal classname='ExprValue'>
<value/>
Expand Down Expand Up @@ -108179,6 +108181,16 @@ Step.compexpr == ""?
<Path classname='Str' flagsforinstances='71312384' valueflags='71311360'>
<value/>
</Path>
<Returnval classname='Obj'>
<subprops>
<Numeric classname='Num'>
<value>0</value>
</Numeric>
<Boolean classname='Bool'>
<value>false</value>
</Boolean>
</subprops>
</Returnval>
</subprops>
</Veristand>
</subprops>
Expand Down

0 comments on commit 4537c0c

Please sign in to comment.