Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
d63ea98c
Commit
d63ea98c
authored
Mar 10, 2020
by
Claes Sjöfors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MPC documentation
parent
3a76a1bc
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
45 additions
and
3 deletions
+45
-3
bcomp/wbl/bcomp/src/basecomponent.wb_load
bcomp/wbl/bcomp/src/basecomponent.wb_load
+45
-3
src/doc/man/en_us/man_mpc.odt
src/doc/man/en_us/man_mpc.odt
+0
-0
src/doc/man/en_us/man_mpc.pdf
src/doc/man/en_us/man_mpc.pdf
+0
-0
No files found.
bcomp/wbl/bcomp/src/basecomponent.wb_load
View file @
d63ea98c
...
...
@@ -54831,7 +54831,7 @@ and no Auto/Man button."
EndBody
EndObject
!/**
! Tight relation for an attribute.
.
! Tight relation for an attribute.
!*/
Object TightAttrRelation $Attribute 162 14-MAY-2019 12:16:43.85
Body SysBody 14-MAY-2019 12:20:05.46
...
...
@@ -54898,7 +54898,7 @@ and no Auto/Man button."
EndBody
EndObject
!/**
! Distance from the SetValue when the model correction shoud be
! Distance from the SetValue when the model correction shou
l
d be
! activated.
!*/
Object ModelCorrInterval $Attribute 167 14-MAY-2019 12:16:43.85
...
...
@@ -54908,6 +54908,9 @@ and no Auto/Man button."
Attr TypeRef = "pwrs:Type-$Float32"
EndBody
EndObject
!/**
! Delay time for activation of the correction.
!*/
Object ModelCorrDelay $Attribute 189 28-JAN-2020 10:00:40.85
Body SysBody 28-JAN-2020 10:00:42.14
Attr PgmName = "ModelCorrDelay"
...
...
@@ -54915,6 +54918,9 @@ and no Auto/Man button."
Attr TypeRef = "pwrs:Type-$Float32"
EndBody
EndObject
!/**
! Indicates that model correction is active.
!*/
Object ModelCorrActive $Attribute 182 03-JAN-2020 08:53:58.35
Body SysBody 03-JAN-2020 08:55:58.92
Attr PgmName = "ModelCorrActive"
...
...
@@ -54923,6 +54929,9 @@ and no Auto/Man button."
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
!/**
! Timer for model correction.
!*/
Object ModelCorrTimer $Attribute 190 28-JAN-2020 10:01:05.76
Body SysBody 28-JAN-2020 10:01:07.12
Attr PgmName = "ModelCorrTimer"
...
...
@@ -54956,6 +54965,9 @@ and no Auto/Man button."
Attr TypeRef = "pwrs:Type-$Float32"
EndBody
EndObject
!/**
! Delay time for activation out ramp close.
!*/
Object OutRampCloseDelay $Attribute 181 03-JAN-2020 08:53:11.41
Body SysBody 03-JAN-2020 08:53:14.81
Attr PgmName = "OutRampCloseDelay"
...
...
@@ -54963,6 +54975,9 @@ and no Auto/Man button."
Attr TypeRef = "pwrs:Type-$Float32"
EndBody
EndObject
!/**
! Indicates that out ramp close is active.
!*/
Object OutRampCloseActive $Attribute 183 03-JAN-2020 08:54:31.38
Body SysBody 03-JAN-2020 08:55:48.44
Attr PgmName = "OutRampCloseActive"
...
...
@@ -54971,6 +54986,9 @@ and no Auto/Man button."
Attr TypeRef = "pwrs:Type-$Boolean"
EndBody
EndObject
!/**
! Timer for out ramp close.
!*/
Object OutRampCloseTimer $Attribute 184 03-JAN-2020 08:55:14.31
Body SysBody 03-JAN-2020 10:22:28.54
Attr PgmName = "OutRampCloseTimer"
...
...
@@ -54979,6 +54997,13 @@ and no Auto/Man button."
Attr TypeRef = "pwrs:Type-$Float32"
EndBody
EndObject
!/**
! Delay of out value.
! Is used when there is a delay in the actuator for the control
! signal. The OutDelayTime should not exceed the size of the first
! time step in the prediction. It should also not exceed
! OutDelayMaxTime.
!*/
Object OutDelayTime $Attribute 186 17-JAN-2020 09:55:09.07
Body SysBody 17-JAN-2020 09:56:22.71
Attr PgmName = "OutDelayTime"
...
...
@@ -54986,6 +55011,10 @@ and no Auto/Man button."
Attr TypeRef = "pwrs:Type-$Float32"
EndBody
EndObject
!/**
! Maximum value for OutDelayTime. OutDelayTime should not exceed
! this value.
!*/
Object OutDelayMaxTime $Attribute 187 17-JAN-2020 09:55:42.44
Body SysBody 17-JAN-2020 09:56:16.75
Attr PgmName = "OutDelayMaxTime"
...
...
@@ -55864,6 +55893,13 @@ and no Auto/Man button."
Attr TypeRef = "BaseComponent:Type-MpcAlgorithm"
EndBody
EndObject
!/**
! Coefficient for scaling of attribute values.
! If scaling is selected when the model is created, these values
! are fetched from the model file.
! If other scaling should be performed, the scaling coefficients
! should be inserted manually.
!*/
Object ScaleCoeff0 $Attribute 276 04-FEB-2020 09:37:18.20
Body SysBody 04-FEB-2020 09:37:08.43
Attr PgmName = "ScaleCoeff0"
...
...
@@ -55873,6 +55909,9 @@ and no Auto/Man button."
Attr TypeRef = "pwrs:Type-$Float32"
EndBody
EndObject
!/**
! Coefficient for scaling of attribute values.
!*/
Object ScaleCoeff1 $Attribute 272 04-FEB-2020 09:27:22.41
Body SysBody 04-FEB-2020 09:27:24.04
Attr PgmName = "ScaleCoeff1"
...
...
@@ -55882,6 +55921,9 @@ and no Auto/Man button."
Attr TypeRef = "pwrs:Type-$Float32"
EndBody
EndObject
!/**
! Used for type accumulating. Number of shifted columns.
!*/
Object NoOfShiftValues $Attribute 275 30-JAN-2020 10:50:27.52
Body SysBody 30-JAN-2020 10:51:15.12
Attr PgmName = "NoOfShiftValues"
src/doc/man/en_us/man_mpc.odt
0 → 100644
View file @
d63ea98c
File added
src/doc/man/en_us/man_mpc.pdf
0 → 100644
View file @
d63ea98c
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment