Skip to content

Commit dbee2b5

Browse files
Merge pull request #3 from VarunArora1988/main
Update in mask code and referenced subsystem test harness.
2 parents 655a6df + 3a055f3 commit dbee2b5

17 files changed

+4
-2
lines changed
6.27 KB
Binary file not shown.

Model/TractorEnergyComputation.slx

-2.77 KB
Binary file not shown.

Scripts/ImplementMask.m

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
vectorVelocity = maskObj.getParameter('vectorVelocity');
2323

2424
if strcmp(methodForceComputation.Value,'Specify vectors for draft force, vertical force and velocity')
25+
set_param(gcb,'Tag','Custom Load Cycle')
2526
typeImplement.Visible = 'off';
2627
widthImplement.Visible = 'off';
2728
numberTools.Visible = 'off';
@@ -33,7 +34,8 @@
3334
set_param(implementBlockPath,'draft_vector',mat2str(draftForce));
3435
set_param(implementBlockPath,'VF_vector',mat2str(verticalForce));
3536

36-
elseif strcmp(methodForceComputation.Value,'Draft force prediction based on ASABE D497.5 standard')
37+
elseif strcmp(methodForceComputation.Value,'Draft force prediction based on ASABE D497.5 standard')
38+
set_param(gcb,'Tag','ASABE 497.5 Load Cycle')
3739
typeImplement.Visible = 'on';
3840

3941
switch typeImplement.Value

Scripts/html/TractorEnergyComputationModelOverview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<title>Tractor Energy Computation Model</title>
1010
<meta name="generator" content="MATLAB 24.1">
1111
<link rel="schema.DC" href="http://purl.org/dc/elements/1.1/">
12-
<meta name="DC.date" content="2024-07-11">
12+
<meta name="DC.date" content="2024-07-12">
1313
<meta name="DC.source" content="TractorEnergyComputationModelOverview.m">
1414
<style type="text/css">
1515
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outine:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
-351 Bytes
Loading
-18.3 KB
Loading
-20.7 KB
Loading
-11.2 KB
Loading
-11.6 KB
Loading
-3.33 KB
Loading

0 commit comments

Comments
 (0)