Skip to content

Commit

Permalink
daily test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jowitt419 committed Apr 6, 2022
1 parent b42a048 commit 777e111
Show file tree
Hide file tree
Showing 19 changed files with 122 additions and 2,004 deletions.
Binary file removed 0401_204448HIL试验报告示例.docx
Binary file not shown.
Binary file renamed 0401_204448.tdms → 0406_202327.tdms
Binary file not shown.
Binary file renamed 0401_204448.tdms_index → 0406_202327.tdms_index
Binary file not shown.
Binary file added 0406_202327HIL试验报告示例.docx
Binary file not shown.
Binary file removed HIL试验结果示例0401_204448.png
Binary file not shown.
Binary file added HIL试验结果示例0406_202327.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Sequence File 1.seq
Binary file not shown.
1,930 changes: 0 additions & 1,930 deletions Test Results/UUT 1/TRML.xsl

This file was deleted.

73 changes: 0 additions & 73 deletions Test Results/UUT 1/jiahui_stimu Test Result.xml

This file was deleted.

Binary file removed TestStand_log/ts_log.tdms
Binary file not shown.
Binary file removed TestStand_log/ts_log.tdms_index
Binary file not shown.
Binary file removed TestStand_log/ts_log_1.tdms
Binary file not shown.
Binary file removed TestStand_log/ts_log_1.tdms_index
Binary file not shown.
Binary file added TestStand工业自动化测试管理.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion jiahui_stimu.nivsseq
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<RealTimeSequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<FileFormatVersion Major="2012" Minor="0" Fix="0" Build="0" />
<Version Major="1" Minor="0" Fix="0" Build="20" />
<Version Major="1" Minor="0" Fix="0" Build="22" />
<References>
<Reference>
<Path>&lt;VeriStand&gt;:\nivs.lib\Sequence Library\Standard\Timing\Wait.nivsseq</Path>
Expand Down
91 changes: 91 additions & 0 deletions jiahui_stimu_while.nivsseq
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
<?xml version="1.0" encoding="utf-8"?>
<RealTimeSequence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<FileFormatVersion Major="2012" Minor="0" Fix="0" Build="0" />
<Version Major="1" Minor="0" Fix="0" Build="26" />
<References>
<Reference>
<Path>&lt;VeriStand&gt;:\nivs.lib\Sequence Library\Standard\Timing\Wait.nivsseq</Path>
<Alias>Wait</Alias>
</Reference>
</References>
<Variables>
<ReturnType>
<Identifier>Pass</Identifier>
<DefaultValue xsi:type="BooleanValue">
<Value>false</Value>
</DefaultValue>
</ReturnType>
<Parameters>
<ParameterDeclaration>
<Identifier>EnginePower</Identifier>
<DefaultValue xsi:type="BooleanValue">
<Value>false</Value>
</DefaultValue>
<EvaluationMethod>ByReference</EvaluationMethod>
<DefaultAssignment Path="Aliases/EnginePower" />
</ParameterDeclaration>
<ParameterDeclaration>
<Identifier>DesiredRPM</Identifier>
<DefaultValue xsi:type="DoubleValue">
<Value>0</Value>
</DefaultValue>
<EvaluationMethod>ByReference</EvaluationMethod>
<DefaultAssignment Path="Aliases/DesiredRPM" />
</ParameterDeclaration>
<ParameterDeclaration>
<Identifier>EngineTemp</Identifier>
<DefaultValue xsi:type="DoubleValue">
<Value>0</Value>
</DefaultValue>
<EvaluationMethod>ByReference</EvaluationMethod>
<DefaultAssignment Path="Aliases/EngineTemp" />
</ParameterDeclaration>
</Parameters>
<LocalVariables />
<ChannelReferences />
</Variables>
<Code>
<Setup>
<Body>
<Statement xsi:type="Block" Name="Turn on engine">
<Statement xsi:type="Expression">
<ExpressionString>EnginePower = true</ExpressionString>
</Statement>
<Statement xsi:type="Expression">
<ExpressionString>DesiredRPM=1000</ExpressionString>
</Statement>
</Statement>
</Body>
</Setup>
<Main>
<Body>
<Statement xsi:type="WhileLoop">
<AutoYield>true</AutoYield>
<Body>
<Statement xsi:type="Expression">
<ExpressionString>DesiredRPM=DesiredRPM+1000</ExpressionString>
</Statement>
<Statement xsi:type="Expression">
<ExpressionString>Wait(5)</ExpressionString>
</Statement>
</Body>
<LoopTest>
<ExpressionString>EngineTemp&lt;85</ExpressionString>
</LoopTest>
</Statement>
</Body>
</Main>
<CleanUp>
<Body>
<Statement xsi:type="Block" Name="Turn off engine">
<Statement xsi:type="Expression">
<ExpressionString>EnginePower = false</ExpressionString>
</Statement>
<Statement xsi:type="Expression">
<ExpressionString>DesiredRPM = 0</ExpressionString>
</Statement>
</Statement>
</Body>
</CleanUp>
</Code>
</RealTimeSequence>
30 changes: 30 additions & 0 deletions jiahui_stimu_while.nivsstimprof
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<StimulusProfile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<FileFormatVersion Major="2012" Minor="0" Fix="0" Build="0" />
<Version Major="1" Minor="0" Fix="0" Build="0" />
<Setup Name="Setup">
<Step xsi:type="OpenWorkspaceStep" />
</Setup>
<Main Name="Main">
<Step xsi:type="RealTimeSequenceCallStep">
<ParameterAssignments>
<ParameterAssignment Name="EnginePower">
<Value xsi:type="SystemDefinitionChannelResource" Path="Aliases/EnginePower" />
</ParameterAssignment>
<ParameterAssignment Name="DesiredRPM">
<Value xsi:type="SystemDefinitionChannelResource" Path="Aliases/DesiredRPM" />
</ParameterAssignment>
<ParameterAssignment Name="EngineTemp">
<Value xsi:type="SystemDefinitionChannelResource" Path="Aliases/EngineTemp" />
</ParameterAssignment>
</ParameterAssignments>
<SequencePath>jiahui_stimu_while.nivsseq</SequencePath>
<Target />
<OutputEvaluation xsi:type="BooleanEvaluation">
<Invert>false</Invert>
</OutputEvaluation>
</Step>
</Main>
<CleanUp Name="Clean Up" />
<ResultsDirectory>Test Results</ResultsDirectory>
</StimulusProfile>
Binary file modified ni_hil_auto.pptx
Binary file not shown.
Binary file modified test2_using_veristand.seq
Binary file not shown.

0 comments on commit 777e111

Please sign in to comment.