From 8eb456aeea4c1a57cd7d18195612b44a2d383d45 Mon Sep 17 00:00:00 2001 From: Matthew Dawson Date: Tue, 2 Jul 2013 20:17:48 +0000 Subject: [PATCH] Update the quadratic roots example to make sense - Mention that it requires the NASA PVS libraries, otherwise a missing library error is generated. - Change the inputs to the roots so that the function has actual real roots. Otherwise when you run the simulation there is a difference generated on x1, and makes the whole thing look broken. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@10148 57e6efec-57d4-0310-aeb1-a6c144bb1a8b --- Examples/quadratic_roots.mdl | 331 +++++++++++++++++------------------ 1 file changed, 157 insertions(+), 174 deletions(-) diff --git a/Examples/quadratic_roots.mdl b/Examples/quadratic_roots.mdl index 8e87267..9d03234 100644 --- a/Examples/quadratic_roots.mdl +++ b/Examples/quadratic_roots.mdl @@ -1,12 +1,12 @@ Model { Name "quadratic_roots" - Version 7.5 + Version 7.7 MdlSubVersion 0 GraphicalInterface { NumRootInports 0 NumRootOutports 0 ParameterArgumentNames "" - ComputedModelVersion "1.9" + ComputedModelVersion "1.12" NumModelReferences 0 NumTestPointedSignals 0 } @@ -16,6 +16,7 @@ Model { OverrideScopeRefreshTime on DisableAllScopes off DataTypeOverride "UseLocalSettings" + DataTypeOverrideAppliesTo "AllNumericTypes" MinMaxOverflowLogging "UseLocalSettings" MinMaxOverflowArchiveMode "Overwrite" MaxMDLFileLineLength 120 @@ -23,11 +24,11 @@ Model { Creator "colin" UpdateHistory "UpdateHistoryNever" ModifiedByFormat "%" - LastModifiedBy "colin" + LastModifiedBy "matthew" ModifiedDateFormat "%" - LastModifiedDate "Mon Mar 14 17:30:55 2011" - RTWModifiedTimeStamp 222024626 - ModelVersionFormat "1.%" + LastModifiedDate "Tue Jul 2 16:15:11 2013" + RTWModifiedTimeStamp 294682410 + ModelVersionFormat "1.%" ConfigurationManager "none" SampleTimeColors off SampleTimeAnnotations off @@ -102,13 +103,13 @@ Model { Dimension 1 Simulink.ConfigSet { $ObjectID 1 - Version "1.10.0" + Version "1.11.0" Array { Type "Handle" Dimension 8 Simulink.SolverCC { $ObjectID 2 - Version "1.10.0" + Version "1.11.0" StartTime "0.0" StopTime "10.0" AbsTol "auto" @@ -126,6 +127,7 @@ Model { MaxConsecutiveMinStep "1" RelTol "1e-3" SolverMode "Auto" + ConcurrentTasks off Solver "VariableStepDiscrete" SolverName "VariableStepDiscrete" SolverJacobianMethodControl "auto" @@ -141,7 +143,7 @@ Model { } Simulink.DataIOCC { $ObjectID 3 - Version "1.10.0" + Version "1.11.0" Decimation "1" ExternalInput "[t, u]" FinalStateName "xFinal" @@ -153,6 +155,7 @@ Model { SaveFinalState off SaveCompleteFinalSimState off SaveFormat "Array" + SignalLoggingSaveFormat "ModelDataLogs" SaveOutput on SaveState off SignalLogging on @@ -172,7 +175,7 @@ Model { } Simulink.OptimizationCC { $ObjectID 4 - Version "1.10.0" + Version "1.11.0" Array { Type "Cell" Dimension 7 @@ -190,12 +193,12 @@ Model { ConditionallyExecuteInputs on InlineParams off UseIntDivNetSlope off + UseSpecifiedMinMax off InlineInvariantSignals off OptimizeBlockIOStorage on BufferReuse on EnhancedBackFolding off StrengthReduction off - EnforceIntegerDowncast on ExpressionFolding on BooleansAsBitfields off BitfieldContainerType "uint_T" @@ -222,10 +225,11 @@ Model { BufferReusableBoundary on SimCompilerOptimization "Off" AccelVerboseBuild off + AccelParallelForEachSubsystem on } Simulink.DebuggingCC { $ObjectID 5 - Version "1.10.0" + Version "1.11.0" RTPrefix "error" ConsistencyChecking "none" ArrayBoundsChecking "none" @@ -248,6 +252,8 @@ Model { MinStepSizeMsg "warning" TimeAdjustmentMsg "none" MaxConsecutiveZCsMsg "error" + MaskedZcDiagnostic "warning" + IgnoredZcDiagnostic "warning" SolverPrmCheckMsg "warning" InheritedTsInSrcMsg "warning" DiscreteInheritContinuousMsg "warning" @@ -284,6 +290,7 @@ Model { AssertControl "UseLocalSettings" EnableOverflowDetection off ModelReferenceIOMsg "none" + ModelReferenceMultiInstanceNormalModeStructChecksumCheck "error" ModelReferenceVersionMismatchMessage "none" ModelReferenceIOMismatchMessage "none" ModelReferenceCSMismatchMessage "none" @@ -293,19 +300,31 @@ Model { ModelReferenceExtraNoncontSigs "error" StateNameClashWarn "warning" SimStateInterfaceChecksumMismatchMsg "warning" + SimStateOlderReleaseMsg "error" + InitInArrayFormatMsg "warning" StrictBusMsg "ErrorLevel1" BusNameAdapt "WarnAndRepair" NonBusSignalsTreatedAsBus "none" LoggingUnavailableSignals "error" BlockIODiagnostic "none" + SFUnusedDataAndEventsDiag "warning" + SFUnexpectedBacktrackingDiag "warning" + SFInvalidInputDataAccessInChartInitDiag "warning" + SFNoUnconditionalDefaultTransitionDiag "warning" + SFTransitionOutsideNaturalParentDiag "warning" } Simulink.HardwareCC { $ObjectID 6 - Version "1.10.0" + Version "1.11.0" ProdBitPerChar 8 ProdBitPerShort 16 ProdBitPerInt 32 ProdBitPerLong 32 + ProdBitPerFloat 32 + ProdBitPerDouble 64 + ProdBitPerPointer 32 + ProdLargestAtomicInteger "Char" + ProdLargestAtomicFloat "None" ProdIntDivRoundTo "Undefined" ProdEndianess "Unspecified" ProdWordSize 32 @@ -315,6 +334,11 @@ Model { TargetBitPerShort 16 TargetBitPerInt 32 TargetBitPerLong 32 + TargetBitPerFloat 32 + TargetBitPerDouble 64 + TargetBitPerPointer 32 + TargetLargestAtomicInteger "Char" + TargetLargestAtomicFloat "None" TargetShiftRightIntArith on TargetIntDivRoundTo "Undefined" TargetEndianess "Unspecified" @@ -328,10 +352,11 @@ Model { } Simulink.ModelReferenceCC { $ObjectID 7 - Version "1.10.0" + Version "1.11.0" UpdateModelReferenceTargets "IfOutOfDateOrStructuralChange" CheckModelReferenceTargetMessage "error" EnableParallelModelReferenceBuilds off + ParallelModelReferenceErrorOnInvalidPool on ParallelModelReferenceMATLABWorkerInit "None" ModelReferenceNumInstancesAllowed "Multi" PropagateVarSize "Infer from blocks in model" @@ -342,7 +367,7 @@ Model { } Simulink.SFSimCC { $ObjectID 8 - Version "1.10.0" + Version "1.11.0" SFSimEnableDebug on SFSimOverflowDetection on SFSimEcho on @@ -351,12 +376,13 @@ Model { SimExtrinsic on SimIntegrity on SimUseLocalCustomCode off + SimParseCustomCode off SimBuildMode "sf_incremental_build" } Simulink.RTWCC { $BackupClass "Simulink.RTWCC" $ObjectID 9 - Version "1.10.0" + Version "1.11.0" Array { Type "Cell" Dimension 6 @@ -397,6 +423,8 @@ Model { GenerateTraceReportSf off GenerateTraceReportEml off GenerateCodeInfo off + GenerateSLWebview off + GenerateCodeMetricsReport off RTWCompilerOptimization "Off" CheckMdlBeforeBuild "Off" CustomRebuildMode "OnUpdate" @@ -405,7 +433,7 @@ Model { Dimension 2 Simulink.CodeAppCC { $ObjectID 10 - Version "1.10.0" + Version "1.11.0" Array { Type "Cell" Dimension 19 @@ -442,6 +470,7 @@ Model { IncAutoGenComments off SimulinkDataObjDesc off SFDataObjDesc off + MATLABFcnDesc off IncDataTypeInIds off MangleLength 1 CustomSymbolStrGlobalVar "$R$N$M" @@ -456,7 +485,9 @@ Model { ParamNamingRule "None" SignalNamingRule "None" InsertBlockDesc off + InsertPolySpaceComments off SimulinkBlockComments on + MATLABSourceComments off EnableCustomComments off InlinedPrmAccess "Literals" ReqsInCode off @@ -465,10 +496,10 @@ Model { Simulink.GRTTargetCC { $BackupClass "Simulink.TargetCC" $ObjectID 11 - Version "1.10.0" + Version "1.11.0" Array { Type "Cell" - Dimension 17 + Dimension 16 Cell "GeneratePreprocessorConditionals" Cell "IncludeMdlTerminateFcn" Cell "CombineOutputUpdateFcns" @@ -480,12 +511,11 @@ Model { Cell "CPPClassGenCompliant" Cell "MultiInstanceERTCode" Cell "PurelyIntegerCode" - Cell "SupportNonFinite" + Cell "PortableWordSizes" Cell "SupportComplex" Cell "SupportAbsoluteTime" Cell "SupportContinuousTime" Cell "SupportNonInlinedSFcns" - Cell "PortableWordSizes" PropName "DisabledProps" } TargetFcnLib "ansi_tfl_table_tmw.mat" @@ -494,6 +524,8 @@ Model { TargetFunctionLibrary "ANSI_C" UtilityFuncGeneration "Auto" ERTMultiwordTypeDef "System defined" + FunctionExecutionProfile off + CodeExecutionProfiling off ERTCodeCoverageTool "None" ERTMultiwordLength 256 MultiwordLength 2048 @@ -507,6 +539,7 @@ Model { IncludeMdlTerminateFcn on GeneratePreprocessorConditionals "Disable all" CombineOutputUpdateFcns off + CombineSignalStateStructs off SuppressErrorStatus off ERTFirstTimeCompliant off IncludeFileDelimiter "Auto" @@ -538,6 +571,7 @@ Model { RTWCAPISignals off RTWCAPIParams off RTWCAPIStates off + RTWCAPIRootIO off GenerateASAP2 off } PropName "Components" @@ -547,7 +581,7 @@ Model { } Name "Configuration" CurrentDlgPage "Solver" - ConfigPrmDlgPosition " [ 200, 74, 1080, 704 ] " + ConfigPrmDlgPosition [ 200, 74, 1080, 704 ] } PropName "ConfigurationSets" } @@ -591,8 +625,7 @@ Model { BlockType BusCreator Inputs "4" DisplayOption "none" - UseBusObject off - BusObject "BusObject" + OutDataTypeStr "Inherit: auto" NonVirtualBus off } Block { @@ -602,10 +635,6 @@ Model { SamplingMode "Sample based" OutMin "[]" OutMax "[]" - OutDataTypeMode "Inherit from 'Constant value'" - OutDataType "fixdt(1,16,0)" - ConRadixGroup "Use specified scaling" - OutScaling "[]" OutDataTypeStr "Inherit: Inherit from 'Constant value'" LockScale off SampleTime "inf" @@ -628,19 +657,15 @@ Model { Block { BlockType Inport Port "1" - UseBusObject off - BusObject "BusObject" - BusOutputAsStruct off - PortDimensions "-1" - VarSizeSig "Inherit" - SampleTime "-1" + OutputFunctionCall off OutMin "[]" OutMax "[]" - DataType "auto" - OutDataType "fixdt(1,16,0)" - OutScaling "[]" OutDataTypeStr "Inherit: auto" LockScale off + BusOutputAsStruct off + PortDimensions "-1" + VarSizeSig "Inherit" + SampleTime "-1" SignalType "auto" SamplingMode "auto" LatchByDelayingOutsideSignal off @@ -658,19 +683,14 @@ Model { Block { BlockType Outport Port "1" - UseBusObject off - BusObject "BusObject" - BusOutputAsStruct off - PortDimensions "-1" - VarSizeSig "Inherit" - SampleTime "-1" OutMin "[]" OutMax "[]" - DataType "auto" - OutDataType "fixdt(1,16,0)" - OutScaling "[]" OutDataTypeStr "Inherit: auto" LockScale off + BusOutputAsStruct off + PortDimensions "-1" + VarSizeSig "Inherit" + SampleTime "-1" SignalType "auto" SamplingMode "auto" SourceOfInitialOutputValue "Dialog" @@ -678,7 +698,7 @@ Model { InitialOutput "[]" } Block { - BlockType "S-Function" + BlockType S-Function FunctionName "system" SFunctionModules "''" PortCounts "[]" @@ -718,7 +738,10 @@ Model { RTWMemSecDataParameters "Inherit from model" SimViewingDevice off DataTypeOverride "UseLocalSettings" + DataTypeOverrideAppliesTo "AllNumericTypes" MinMaxOverflowLogging "UseLocalSettings" + Variant off + GeneratePreprocessorConditionals off } Block { BlockType Sum @@ -730,9 +753,6 @@ Model { AccumDataTypeStr "Inherit: Inherit via internal rule" OutMin "[]" OutMax "[]" - OutDataTypeMode "Same as first input" - OutDataType "fixdt(1,16,0)" - OutScaling "[]" OutDataTypeStr "Inherit: Same as first input" LockScale off RndMeth "Floor" @@ -745,7 +765,7 @@ Model { } System { Name "quadratic_roots" - Location [75, 255, 863, 697] + Location [1503, 924, 2291, 1366] Open on ModelBrowserVisibility off ModelBrowserWidth 200 @@ -759,11 +779,11 @@ Model { ShowPageBoundaries off ZoomFactor "100" ReportName "simulink-default.rpt" - SIDHighWatermark 45 + SIDHighWatermark "45" Block { BlockType BusCreator Name "Bus\nCreator" - SID 14 + SID "14" Ports [3, 1] Position [170, 157, 180, 243] ShowName off @@ -773,33 +793,27 @@ Model { Block { BlockType Constant Name "Constant" - SID 11 + SID "11" Position [35, 105, 65, 135] Value "4" - OutDataType "fixdt(1, 16)" - OutScaling "2^0" } Block { BlockType Constant Name "Constant1" - SID 12 + SID "12" Position [35, 185, 65, 215] - Value "7" - OutDataType "fixdt(1, 16)" - OutScaling "2^0" + Value "-5" } Block { BlockType Constant Name "Constant2" - SID 13 + SID "13" Position [30, 30, 60, 60] - OutDataType "fixdt(1, 16)" - OutScaling "2^0" } Block { BlockType Demux Name "Demux" - SID 21 + SID "21" Ports [1, 2] Position [370, 156, 375, 194] ShowName off @@ -809,7 +823,7 @@ Model { Block { BlockType Display Name "Display" - SID 29 + SID "29" Ports [1] Position [505, 20, 595, 50] Decimation "1" @@ -818,7 +832,7 @@ Model { Block { BlockType Display Name "Display1" - SID 30 + SID "30" Ports [1] Position [515, 215, 605, 245] Decimation "1" @@ -827,7 +841,7 @@ Model { Block { BlockType Display Name "Display2" - SID 31 + SID "31" Ports [1] Position [430, 295, 520, 325] Decimation "1" @@ -836,7 +850,7 @@ Model { Block { BlockType Display Name "Display3" - SID 32 + SID "32" Ports [1] Position [435, 350, 525, 380] Decimation "1" @@ -845,7 +859,7 @@ Model { Block { BlockType MATLABFcn Name "MATLAB Fcn" - SID 10 + SID "10" Ports [1, 1] Position [235, 152, 325, 208] MATLABFcn "roots" @@ -855,7 +869,7 @@ Model { Block { BlockType Scope Name "Scope" - SID 25 + SID "25" Ports [] Position [485, 59, 515, 91] List { @@ -877,7 +891,7 @@ Model { Block { BlockType Scope Name "Scope1" - SID 26 + SID "26" Ports [] Position [475, 158, 505, 192] List { @@ -900,39 +914,33 @@ Model { Block { BlockType Sum Name "Sum" - SID 27 + SID "27" Ports [2, 1] Position [455, 25, 475, 45] ShowName off IconShape "round" Inputs "|+-" InputSameDT off - OutDataTypeMode "Inherit via internal rule" - OutDataType "fixdt(1, 16)" - OutScaling "2^0" OutDataTypeStr "Inherit: Inherit via internal rule" SaturateOnIntegerOverflow off } Block { BlockType Sum Name "Sum1" - SID 28 + SID "28" Ports [2, 1] Position [480, 220, 500, 240] ShowName off IconShape "round" Inputs "|+-" InputSameDT off - OutDataTypeMode "Inherit via internal rule" - OutDataType "fixdt(1, 16)" - OutScaling "2^0" OutDataTypeStr "Inherit: Inherit via internal rule" SaturateOnIntegerOverflow off } Block { BlockType SubSystem Name "quad_fcn_fp" - SID 38 + SID "38" Ports [3, 2] Position [555, 301, 720, 369] LibraryVersion "1.12" @@ -975,39 +983,34 @@ Model { Block { BlockType Inport Name "a" - SID 41 + SID "41" Position [35, 38, 65, 52] IconDisplay "Port number" - OutDataType "fixdt(1, 16)" - OutScaling "2^0" } Block { BlockType Inport Name "b" - SID 42 + SID "42" Position [35, 38, 65, 52] Port "2" IconDisplay "Port number" - OutDataType "fixdt(1, 16)" - OutScaling "2^0" } Block { BlockType Inport Name "c" - SID 43 + SID "43" Position [35, 38, 65, 52] Port "3" IconDisplay "Port number" - OutDataType "fixdt(1, 16)" - OutScaling "2^0" } Block { BlockType SubSystem Name "code" - SID 40 + SID "40" Ports [3, 2] Position [250, 51, 320, 99] LibraryVersion "1.31" + ErrorFcn "Stateflow.Translate.translate" PermitHierarchicalResolution "ExplicitOnly" TreatAsAtomicUnit on MinAlgLoopOccurrences off @@ -1019,13 +1022,14 @@ Model { MaskHideContents off MaskType "Stateflow" MaskDescription "Embedded MATLAB block" - MaskDisplay "disp('quad_fcn_fp');" MaskSelfModifiable on + MaskDisplay "bgColor = Simulink.Root.ColorString2Rgb(get_param(gcbh, 'BackgroundColor')); image(imread('private/" + "eml_membrane_16.png','png','BackgroundColor',bgColor(1:3)),'center'); disp([10 10 'quad_fcn_fp']);" MaskIconFrame on MaskIconOpaque off MaskIconRotate "none" MaskPortRotate "default" - MaskIconUnits "autoscale" + MaskIconUnits "normalized" System { Name "code" Location [257, 457, 812, 717] @@ -1041,21 +1045,19 @@ Model { TiledPageScale 1 ShowPageBoundaries off ZoomFactor "100" - SIDHighWatermark 20 - SIDPrevWatermark 13 + SIDHighWatermark "24" + SIDPrevWatermark "13" Block { BlockType Inport Name "a" - SID 1 + SID "40::1" Position [20, 101, 40, 119] IconDisplay "Port number" - OutDataType "sfix(16)" - OutScaling "2^0" } Block { BlockType Inport Name "b" - SID 18 + SID "40::18" Position [20, 136, 40, 154] Port "2" IconDisplay "Port number" @@ -1063,7 +1065,7 @@ Model { Block { BlockType Inport Name "c" - SID 19 + SID "40::19" Position [20, 171, 40, 189] Port "3" IconDisplay "Port number" @@ -1071,21 +1073,21 @@ Model { Block { BlockType Demux Name " Demux " - SID 15 + SID "40::22" Ports [1, 1] Position [270, 180, 320, 220] Outputs "1" } Block { - BlockType "S-Function" + BlockType S-Function Name " SFunction " - SID 14 + SID "40::21" Tag "Stateflow S-Function quadratic_roots 1" Ports [3, 3] Position [180, 100, 230, 180] FunctionName "sf_sfun" PortCounts "[3 3]" - EnableBusSupport off + EnableBusSupport on Port { PortNumber 2 Name "x1" @@ -1102,32 +1104,24 @@ Model { Block { BlockType Terminator Name " Terminator " - SID 17 + SID "40::24" Position [460, 191, 480, 209] } Block { BlockType Outport Name "x1" - SID 5 + SID "40::5" Position [460, 101, 480, 119] IconDisplay "Port number" - OutDataType "sfix(16)" - OutScaling "2^0" } Block { BlockType Outport Name "x2" - SID 20 + SID "40::20" Position [460, 136, 480, 154] Port "2" IconDisplay "Port number" } - Line { - SrcBlock " SFunction " - SrcPort 1 - DstBlock " Demux " - DstPort 1 - } Line { SrcBlock "a" SrcPort 1 @@ -1168,26 +1162,28 @@ Model { DstBlock " Terminator " DstPort 1 } + Line { + SrcBlock " SFunction " + SrcPort 1 + DstBlock " Demux " + DstPort 1 + } } } Block { BlockType Outport Name "x1" - SID 44 + SID "44" Position [35, 53, 65, 67] IconDisplay "Port number" - OutDataType "fixdt(1, 16)" - OutScaling "2^0" } Block { BlockType Outport Name "x2" - SID 45 + SID "45" Position [35, 53, 65, 67] Port "2" IconDisplay "Port number" - OutDataType "fixdt(1, 16)" - OutScaling "2^0" } Line { SrcBlock "a" @@ -1224,7 +1220,7 @@ Model { Block { BlockType SubSystem Name "quad_fcn_subtype" - SID 1 + SID "1" Ports [3, 2] Position [185, 31, 350, 99] LibraryVersion "1.12" @@ -1267,39 +1263,34 @@ Model { Block { BlockType Inport Name "c" - SID 4 + SID "4" Position [35, 38, 65, 52] IconDisplay "Port number" - OutDataType "fixdt(1, 16)" - OutScaling "2^0" } Block { BlockType Inport Name "a" - SID 5 + SID "5" Position [35, 38, 65, 52] Port "2" IconDisplay "Port number" - OutDataType "fixdt(1, 16)" - OutScaling "2^0" } Block { BlockType Inport Name "b" - SID 6 + SID "6" Position [35, 38, 65, 52] Port "3" IconDisplay "Port number" - OutDataType "fixdt(1, 16)" - OutScaling "2^0" } Block { BlockType SubSystem Name "code" - SID 3 + SID "3" Ports [3, 2] Position [250, 51, 320, 99] LibraryVersion "1.31" + ErrorFcn "Stateflow.Translate.translate" PermitHierarchicalResolution "ExplicitOnly" TreatAsAtomicUnit on MinAlgLoopOccurrences off @@ -1311,13 +1302,14 @@ Model { MaskHideContents off MaskType "Stateflow" MaskDescription "Embedded MATLAB block" - MaskDisplay "disp('quad_fcn_subtype');" MaskSelfModifiable on + MaskDisplay "bgColor = Simulink.Root.ColorString2Rgb(get_param(gcbh, 'BackgroundColor')); image(imread('private/" + "eml_membrane_16.png','png','BackgroundColor',bgColor(1:3)),'center'); disp([10 10 'quad_fcn_subtype']);" MaskIconFrame on MaskIconOpaque off MaskIconRotate "none" MaskPortRotate "default" - MaskIconUnits "autoscale" + MaskIconUnits "normalized" System { Name "code" Location [257, 457, 812, 717] @@ -1333,21 +1325,19 @@ Model { TiledPageScale 1 ShowPageBoundaries off ZoomFactor "100" - SIDHighWatermark 20 - SIDPrevWatermark 13 + SIDHighWatermark "24" + SIDPrevWatermark "13" Block { BlockType Inport Name "c" - SID 1 + SID "3::1" Position [20, 101, 40, 119] IconDisplay "Port number" - OutDataType "sfix(16)" - OutScaling "2^0" } Block { BlockType Inport Name "a" - SID 18 + SID "3::18" Position [20, 136, 40, 154] Port "2" IconDisplay "Port number" @@ -1355,7 +1345,7 @@ Model { Block { BlockType Inport Name "b" - SID 19 + SID "3::19" Position [20, 171, 40, 189] Port "3" IconDisplay "Port number" @@ -1363,15 +1353,15 @@ Model { Block { BlockType Demux Name " Demux " - SID 15 + SID "3::22" Ports [1, 1] Position [270, 180, 320, 220] Outputs "1" } Block { - BlockType "S-Function" + BlockType S-Function Name " SFunction " - SID 14 + SID "3::21" Tag "Stateflow S-Function quadratic_roots 2" Ports [3, 3] Position [180, 100, 230, 180] @@ -1394,32 +1384,24 @@ Model { Block { BlockType Terminator Name " Terminator " - SID 17 + SID "3::24" Position [460, 191, 480, 209] } Block { BlockType Outport Name "x1" - SID 5 + SID "3::5" Position [460, 101, 480, 119] IconDisplay "Port number" - OutDataType "sfix(16)" - OutScaling "2^0" } Block { BlockType Outport Name "x2" - SID 20 + SID "3::20" Position [460, 136, 480, 154] Port "2" IconDisplay "Port number" } - Line { - SrcBlock " SFunction " - SrcPort 1 - DstBlock " Demux " - DstPort 1 - } Line { SrcBlock "c" SrcPort 1 @@ -1460,26 +1442,28 @@ Model { DstBlock " Terminator " DstPort 1 } + Line { + SrcBlock " SFunction " + SrcPort 1 + DstBlock " Demux " + DstPort 1 + } } } Block { BlockType Outport Name "x1" - SID 8 + SID "8" Position [35, 53, 65, 67] IconDisplay "Port number" - OutDataType "fixdt(1, 16)" - OutScaling "2^0" } Block { BlockType Outport Name "x2" - SID 9 + SID "9" Position [35, 53, 65, 67] Port "2" IconDisplay "Port number" - OutDataType "fixdt(1, 16)" - OutScaling "2^0" } Line { SrcBlock "c" @@ -1584,14 +1568,6 @@ Model { DstPort 1 } } - Line { - Labels [0, 0] - SrcBlock "Demux" - SrcPort 1 - Points [10, 0] - DstBlock "Sum" - DstPort 2 - } Line { Labels [0, 0] SrcBlock "Demux" @@ -1625,13 +1601,22 @@ Model { DstBlock "Display" DstPort 1 } + Line { + Labels [0, 0] + SrcBlock "Demux" + SrcPort 1 + Points [10, 0] + DstBlock "Sum" + DstPort 2 + } Annotation { Name "This model demonstrates the use of predicate subtyping through\nthe implementation of quad_fcn, whi" "ch will give the real roots\nof a quadratic function.\n\nresults are compared to the matlab function roots, resu" "lts are \ngenerally the same, although sometimes there is a small error\non the order of 1e-16.\n\nCurrently doe" "s not activly check that inputs satisfy subtype\nconstraints, in these cases proper output is not guaranteed.\n\n" - "This example will not work under CVC3 as complex functions like\nsqrt are not supported." - Position [223, 328] + "This example will not work under CVC3 as complex functions like\nsqrt are not supported.\n\nTo verify this table" + " requres the NASA PVS Library." + Position [223, 343] } } } @@ -2170,7 +2155,7 @@ MatData { } # Finite State Machines # -# Stateflow Version 7.5 (R2010a) dated Jan 19 2010, 11:44:41 +# Stateflow Version 7.5 (R2010a) dated Mar 4 2011, 18:49:46 # # @@ -2182,7 +2167,7 @@ Stateflow { created "21-Jan-2011 14:41:28" isLibrary 0 firstTarget 22 - sfVersion 75014000 + sfVersion 75014001 } chart { id 2 @@ -2196,8 +2181,6 @@ Stateflow { viewObj 2 machine 1 toolbarMode LIBRARY_TOOLBAR - subviewS { - } ssIdHighWaterMark 8 decomposition CLUSTER_CHART type EML_CHART -- GitLab