?? cruiselib.mdl
字號:
Library {
Name "cruiselib"
Version 4.00
LibraryLinkDisplay "none"
CovSaveName "covdata"
CovNameIncrementing off
CovHtmlReporting on
BlockParametersDataTip off
BlockDescriptionStringDataTip off
ToolBar off
StatusBar off
BrowserShowLibraryLinks off
BrowserLookUnderMasks off
Created "Sun Aug 20 15:24:46 2000"
UpdateHistory "UpdateHistoryNever"
ModifiedByFormat "%<Auto>"
LastModifiedBy "obas"
ModifiedDateFormat "%<Auto>"
LastModifiedDate "Sun Aug 20 15:36:35 2000"
ModelVersionFormat "1.%<AutoIncrement:4>"
ConfigurationManager "none"
DefaultBlockFontName "MS Sans Serif"
DefaultBlockFontSize 10
DefaultBlockFontWeight "normal"
DefaultBlockFontAngle "normal"
DefaultAnnotationFontName "MS Sans Serif"
DefaultAnnotationFontSize 10
DefaultAnnotationFontWeight "normal"
DefaultAnnotationFontAngle "normal"
DefaultLineFontName "MS Sans Serif"
DefaultLineFontSize 9
DefaultLineFontWeight "normal"
DefaultLineFontAngle "normal"
SimParamPage "Solver"
AlgebraicLoopMsg "warning"
MinStepSizeMsg "warning"
UnconnectedInputMsg "warning"
UnconnectedOutputMsg "warning"
UnconnectedLineMsg "warning"
InheritedTsInSrcMsg "warning"
SingleTaskRateTransMsg "none"
MultiTaskRateTransMsg "error"
IntegerOverflowMsg "warning"
CheckForMatrixSingularity "none"
UnnecessaryDatatypeConvMsg "none"
Int32ToFloatConvMsg "warning"
SignalLabelMismatchMsg "none"
LinearizationMsg "none"
VectorMatrixConversionMsg "none"
SfunCompatibilityCheckMsg "none"
BlockPriorityViolationMsg "warning"
ArrayBoundsChecking "none"
ConsistencyChecking "none"
Profile off
SimulationMode "normal"
RTWRetainRTWFile off
RTWMakeCommand "make_rtw"
RTWGenerateCodeOnly off
TLCProfiler off
TLCDebug off
TLCCoverage off
ExtModeMexFile "ext_comm"
ExtModeBatchMode off
ExtModeTrigType "manual"
ExtModeTrigMode "normal"
ExtModeTrigPort "1"
ExtModeTrigElement "any"
ExtModeTrigDuration 1000
ExtModeTrigHoldOff 0
ExtModeTrigDelay 0
ExtModeTrigDirection "rising"
ExtModeTrigLevel 0
ExtModeArchiveMode "off"
ExtModeAutoIncOneShot off
ExtModeIncDirWhenArm off
ExtModeAddSuffixToVar off
ExtModeWriteAllDataToWs off
ExtModeArmWhenConnect on
ExtModeLogAll on
BlockDefaults {
Orientation "right"
ForegroundColor "black"
BackgroundColor "white"
DropShadow off
NamePlacement "normal"
FontName "MS Sans Serif"
FontSize 10
FontWeight "normal"
FontAngle "normal"
ShowName on
}
AnnotationDefaults {
HorizontalAlignment "center"
VerticalAlignment "middle"
ForegroundColor "black"
BackgroundColor "white"
DropShadow off
FontName "MS Sans Serif"
FontSize 10
FontWeight "normal"
FontAngle "normal"
}
LineDefaults {
FontName "MS Sans Serif"
FontSize 9
FontWeight "normal"
FontAngle "normal"
}
System {
Name "cruiselib"
Location [211, 138, 389, 535]
Open on
ModelBrowserVisibility off
ModelBrowserWidth 200
ScreenColor "automatic"
PaperOrientation "landscape"
PaperPositionMode "auto"
PaperType "usletter"
PaperUnits "inches"
ZoomFactor "100"
AutoZoom on
ReportName "simulink-default.rpt"
Block {
BlockType SubSystem
Name "Configurable\nSubsystem"
Ports [1, 1]
Position [15, 273, 155, 337]
FontName "Helvetica"
ShowPortLabels on
BlockChoice "PI cruise control"
TemplateBlock "self"
MemberBlocks "PI cruise control,PID cruise control"
TreatAsAtomicUnit off
RTWSystemCode "Auto"
RTWFcnNameOpts "Auto"
RTWFileNameOpts "Auto"
System {
Name "Configurable\nSubsystem"
Location [148, 182, 646, 482]
Open off
ModelBrowserVisibility off
ModelBrowserWidth 200
ScreenColor "white"
PaperOrientation "landscape"
PaperPositionMode "auto"
PaperType "usletter"
PaperUnits "inches"
ZoomFactor "100"
AutoZoom on
Block {
BlockType Inport
Name "error"
Position [20, 40, 40, 60]
Port "1"
Interpolate on
}
Block {
BlockType Reference
Name "PI cruise control"
Ports [1, 1]
Position [100, 40, 140, 80]
AncestorBlock "simclasslib/discrete cruise controller"
FontName "Helvetica"
SourceBlock "cruiselib/PI cruise control"
SourceType "Discrete PID cruise control"
P "20"
I "0.1"
D "2"
}
Block {
BlockType Outport
Name "force"
Position [200, 40, 220, 60]
Port "1"
OutputWhenDisabled "held"
InitialOutput "[]"
}
Line {
SrcBlock "error"
SrcPort 1
DstBlock "PI cruise control"
DstPort 1
}
Line {
SrcBlock "PI cruise control"
SrcPort 1
DstBlock "force"
DstPort 1
}
}
}
Block {
BlockType SubSystem
Name "PI cruise control"
Ports [1, 1]
Position [35, 160, 135, 210]
AncestorBlock "simclasslib/discrete cruise controller"
FontName "Helvetica"
ShowPortLabels on
TreatAsAtomicUnit off
RTWSystemCode "Auto"
RTWFcnNameOpts "Auto"
RTWFileNameOpts "Auto"
MaskType "Discrete PID cruise control"
MaskDescription "This is a discrete PID controller with sampling"
" time 20 msec.\nPlease enter gains."
MaskHelp "This block is a discrete PID controller with sa"
"mpling time\n20 msec. It is implemented as: \n<br> Input: u(n)\n<br> Integral"
": x(n)=x(n-1)+u(n)\n<br> Derivative: d(n)=u(n)-u(n-1)\n<br> Output: y(n)=Pu(n"
")+Ix(n)+Dd(n)\n"
MaskPromptString "Proportional|Integral"
MaskStyleString "edit,edit"
MaskTunableValueString "on,on"
MaskCallbackString "|"
MaskEnableString "on,on"
MaskVisibilityString "on,on"
MaskVariables "P=@1;I=@2;"
MaskInitialization "line1=['P=',num2str(P)];\nline2=['I=',num2str(I"
")];\nicon=strvcat(line1,line2);"
MaskDisplay "disp(icon)"
MaskIconFrame on
MaskIconOpaque on
MaskIconRotate "none"
MaskIconUnits "autoscale"
MaskValueString "20|0.1"
System {
Name "PI cruise control"
Location [410, 297, 892, 580]
Open off
ModelBrowserVisibility off
ModelBrowserWidth 200
ScreenColor "automatic"
PaperOrientation "landscape"
PaperPositionMode "auto"
PaperType "usletter"
PaperUnits "inches"
ZoomFactor "100"
AutoZoom on
Block {
BlockType Inport
Name "error"
Position [15, 143, 45, 157]
FontName "Helvetica"
Port "1"
Interpolate on
}
Block {
BlockType Gain
Name "Gain1"
Position [345, 235, 375, 265]
FontName "Helvetica"
Gain "P"
Multiplication "Element-wise(K.*u)"
SaturateOnIntegerOverflow on
}
Block {
BlockType Gain
Name "Gain2"
Position [345, 60, 375, 90]
FontName "Helvetica"
Gain "I"
Multiplication "Element-wise(K.*u)"
SaturateOnIntegerOverflow on
}
Block {
BlockType Sum
Name "Sum1"
Ports [2, 1]
Position [100, 85, 120, 105]
ShowName off
FontName "Helvetica"
IconShape "round"
Inputs "|++"
SaturateOnIntegerOverflow on
Port {
PortNumber 1
Name "x(n)"
TestPoint off
LinearAnalysisOutput off
LinearAnalysisInput off
RTWStorageClass "Auto"
}
}
Block {
BlockType Sum
Name "Sum2"
Ports [2, 1]
Position [400, 145, 420, 165]
ShowName off
FontName "Helvetica"
IconShape "round"
Inputs "++"
SaturateOnIntegerOverflow on
Port {
PortNumber 1
Name "x(n)"
TestPoint off
LinearAnalysisOutput off
LinearAnalysisInput off
RTWStorageClass "Auto"
}
}
Block {
BlockType UnitDelay
Name "Unit Delay1"
Position [55, 25, 90, 65]
Orientation "left"
FontName "Helvetica"
X0 "0"
SampleTime ".02"
Port {
PortNumber 1
Name "x(n-1)"
TestPoint off
LinearAnalysisOutput off
LinearAnalysisInput off
RTWStorageClass "Auto"
}
}
Block {
BlockType ZeroOrderHold
Name "Zero-Order\nHold"
Position [65, 131, 95, 169]
FontName "Helvetica"
SampleTime ".02"
}
Block {
BlockType Outport
Name "force"
Position [445, 143, 475, 157]
FontName "Helvetica"
Port "1"
OutputWhenDisabled "held"
InitialOutput "[]"
}
Line {
SrcBlock "Zero-Order\nHold"
SrcPort 1
Points [5, 0]
Branch {
Points [0, 105; 225, 0]
DstBlock "Gain1"
DstPort 1
}
Branch {
Points [0, -30]
DstBlock "Sum1"
DstPort 2
}
}
Line {
SrcBlock "error"
SrcPort 1
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -